Searched refs:ssl_crypto_x509_method (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/boringssl/src/ssl/ |
H A D | tls_method.cc | 232 &ssl_crypto_x509_method, in TLS_method() 256 &ssl_crypto_x509_method, in TLSv1_2_method() 265 &ssl_crypto_x509_method, in TLSv1_1_method() 274 &ssl_crypto_x509_method, in TLSv1_method()
|
H A D | dtls_method.cc | 141 &ssl_crypto_x509_method, in DTLS_method() 161 &ssl_crypto_x509_method, in DTLSv1_2_method() 170 &ssl_crypto_x509_method, in DTLSv1_method()
|
H A D | ssl_x509.cc | 162 assert(ssl == NULL || ssl->ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_x509_method() 168 assert(ctx == NULL || ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_ctx_x509_method() 469 const SSL_X509_METHOD ssl_crypto_x509_method = { variable 959 UniquePtr<SSL_SESSION> ret = SSL_SESSION_parse(&cbs, &ssl_crypto_x509_method, in IMPLEMENT_PEM_rw()
|
H A D | internal.h | 2666 extern const SSL_X509_METHOD ssl_crypto_x509_method;
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/ |
H A D | tls_method.cc | 232 &ssl_crypto_x509_method, in TLS_method() 256 &ssl_crypto_x509_method, in TLSv1_2_method() 265 &ssl_crypto_x509_method, in TLSv1_1_method() 274 &ssl_crypto_x509_method, in TLSv1_method()
|
H A D | dtls_method.cc | 141 &ssl_crypto_x509_method, in DTLS_method() 161 &ssl_crypto_x509_method, in DTLSv1_2_method() 170 &ssl_crypto_x509_method, in DTLSv1_method()
|
H A D | ssl_x509.cc | 162 assert(ssl == NULL || ssl->ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_x509_method() 168 assert(ctx == NULL || ctx->x509_method == &ssl_crypto_x509_method); in check_ssl_ctx_x509_method() 469 const SSL_X509_METHOD ssl_crypto_x509_method = { variable 959 UniquePtr<SSL_SESSION> ret = SSL_SESSION_parse(&cbs, &ssl_crypto_x509_method, in IMPLEMENT_PEM_rw()
|
H A D | internal.h | 2676 extern const SSL_X509_METHOD ssl_crypto_x509_method;
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls_method.cc | 232 &ssl_crypto_x509_method, in TLS_method() 256 &ssl_crypto_x509_method, in TLSv1_2_method() 265 &ssl_crypto_x509_method, in TLSv1_1_method() 274 &ssl_crypto_x509_method, in TLSv1_method()
|
D | dtls_method.cc | 142 &ssl_crypto_x509_method, in DTLS_method() 162 &ssl_crypto_x509_method, in DTLSv1_2_method() 171 &ssl_crypto_x509_method, in DTLSv1_method()
|
D | ssl_x509.cc | 164 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() 512 const SSL_X509_METHOD ssl_crypto_x509_method = { variable 1030 UniquePtr<SSL_SESSION> ret = SSL_SESSION_parse(&cbs, &ssl_crypto_x509_method, in IMPLEMENT_PEM_rw()
|
D | internal.h | 2568 extern const SSL_X509_METHOD ssl_crypto_x509_method;
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | tls_method.cc | 232 &ssl_crypto_x509_method, in TLS_method() 256 &ssl_crypto_x509_method, in TLSv1_2_method() 265 &ssl_crypto_x509_method, in TLSv1_1_method() 274 &ssl_crypto_x509_method, in TLSv1_method()
|
D | dtls_method.cc | 142 &ssl_crypto_x509_method, in DTLS_method() 162 &ssl_crypto_x509_method, in DTLSv1_2_method() 171 &ssl_crypto_x509_method, in DTLSv1_method()
|
D | ssl_x509.cc | 164 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() 512 const SSL_X509_METHOD ssl_crypto_x509_method = { variable 1030 UniquePtr<SSL_SESSION> ret = SSL_SESSION_parse(&cbs, &ssl_crypto_x509_method, in IMPLEMENT_PEM_rw()
|
D | internal.h | 2568 extern const SSL_X509_METHOD ssl_crypto_x509_method;
|