Searched refs:ssl3_check_cert_and_algorithm (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c324 if (!ssl3_check_cert_and_algorithm(s))
1545 if (ssl3_check_cert_and_algorithm(s))
2461 int ssl3_check_cert_and_algorithm(SSL *s) function
2480 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, ERR_R_INTERNAL_ERROR);
2495 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, SSL_R_BAD_ECC_CERT);
2505 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, SSL_R_MISSING_ECDSA_SIGNING_CERT);
2516 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, SSL_R_MISSING_RSA_SIGNING_CERT);
2522 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, SSL_R_MISSING_RSA_ENCRYPTING_CERT);
2528 OPENSSL_PUT_ERROR(SSL, ssl3_check_cert_and_algorithm, SSL_R_MISSING_DH_KEY);
H A Dd1_clnt.c334 if (!ssl3_check_cert_and_algorithm(s))
H A Dssl_locl.h976 int ssl3_check_cert_and_algorithm(SSL *s);
/external/openssl/ssl/
H A Dssl_locl.h1015 int ssl3_check_cert_and_algorithm(SSL *s);
H A Dd1_clnt.c423 if (!ssl3_check_cert_and_algorithm(s))
H A Ds3_clnt.c373 if (!ssl3_check_cert_and_algorithm(s))
3469 int ssl3_check_cert_and_algorithm(SSL *s) function

Completed in 133 milliseconds