Lines Matching refs:RSA_3072_SHA512
427 * If we know client support RSA_3072_SHA512 in AUTH_NONE phase
428 * Then told client that the server also support RSA_3072_SHA512 auth
431 if (hSession->verifyType == AuthVerifyType::RSA_3072_SHA512) {
433 Base::TlvAppend(handshake.buf, TAG_AUTH_TYPE, std::to_string(AuthVerifyType::RSA_3072_SHA512));
434 WRITE_LOG(LOG_INFO, "client support RSA_3072_SHA512 auth for %u session", hSession->sessionId);
599 if (hSession->verifyType == AuthVerifyType::RSA_3072_SHA512) {
718 * Check if server support RSA_3072_SHA512 for auth
719 * if the value not contain RSA_3072_SHA512, We treat it not support
728 tlvMap[TAG_AUTH_TYPE] == std::to_string(AuthVerifyType::RSA_3072_SHA512)) {
729 hSession->verifyType = AuthVerifyType::RSA_3072_SHA512;