Searched refs:kX509 (Results 1 – 10 of 10) sorted by relevance
125 assert(type == SSLCredentialType::kX509); in Dup()162 case SSLCredentialType::kX509: in UsesX509()174 case SSLCredentialType::kX509: in UsesPrivateKey()331 return New<SSL_CREDENTIAL>(SSLCredentialType::kX509); in SSL_CREDENTIAL_new_x509()
41 : legacy_credential(MakeUnique<SSL_CREDENTIAL>(SSLCredentialType::kX509)), in CERT()
473 assert(hs->credential->type == SSLCredentialType::kX509); in ssl_send_tls12_certificate()
896 if (cred->type != SSLCredentialType::kX509) { in check_credential()
263 case SSLCredentialType::kX509: in ssl_check_tls13_credential_ignoring_issuer()
238 if (cred != nullptr && cred->type == SSLCredentialType::kX509) { in choose_params()
1244 if (cred->type != SSLCredentialType::kX509) { in check_credential()
1393 kX509, enumerator
29 kX509, enumerator
554 NewCredentialFlag("-new-x509-credential", CredentialConfigType::kX509), in FindFlag()1424 case CredentialConfigType::kX509: in CredentialFromConfig()
Completed in 52 milliseconds