Searched refs:DM_VERSION_5_0_1 (Results 1 – 1 of 1) sorted by relevance
93 constexpr const char* DM_VERSION_5_0_1 = "5.0.1"; variable810 if (version == DM_VERSION_5_0_1) { in NegotiateRespMsg()811 authResponseContext_->dmVersion = DM_VERSION_5_0_1; in NegotiateRespMsg()812 } else if (version < DM_VERSION_5_0_1) { in NegotiateRespMsg()815 } else if (version > DM_VERSION_5_0_1) { in NegotiateRespMsg()2739 srcVersion = DM_VERSION_5_0_1; in ConvertSrcVersion()