Home
last modified time | relevance | path

Searched refs:ssl_crypto_x509_method (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Dtls_method.cc192 &ssl_crypto_x509_method, in TLS_method()
216 &ssl_crypto_x509_method, in TLSv1_2_method()
225 &ssl_crypto_x509_method, in TLSv1_1_method()
234 &ssl_crypto_x509_method, in TLSv1_method()
Ddtls_method.cc134 &ssl_crypto_x509_method, in DTLS_method()
154 &ssl_crypto_x509_method, in DTLSv1_2_method()
163 &ssl_crypto_x509_method, in DTLSv1_method()
Dssl_x509.cc164 assert(ssl == NULL || ssl->ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_x509_method()
170 assert(ctx == NULL || ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_ctx_x509_method()
503 const SSL_X509_METHOD ssl_crypto_x509_method = { variable
1028 UniquePtr<SSL_SESSION> ret = SSL_SESSION_parse(&cbs, &ssl_crypto_x509_method, in IMPLEMENT_PEM_rw()
Dinternal.h2086 extern const SSL_X509_METHOD ssl_crypto_x509_method;