Home
last modified time | relevance | path

Searched refs:SSL_get0_peer_verify_algorithms (Results 1 – 17 of 17) sorted by relevance

/external/cronet/tot/net/socket/
Dssl_client_socket_impl.cc527 SSL_get0_peer_verify_algorithms(ssl_.get(), &algorithms); in GetSSLCertRequestInfo()
/external/cronet/stable/net/socket/
Dssl_client_socket_impl.cc527 SSL_get0_peer_verify_algorithms(ssl_.get(), &algorithms); in GetSSLCertRequestInfo()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc1001 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
/external/boringssl/src/ssl/test/
Dtest_config.cc1608 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
/external/cronet/tot/third_party/boringssl/src/ssl/test/
Dtest_config.cc1550 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h957 SSL_get0_peer_verify_algorithms(const SSL *ssl, const uint16_t **out_sigalgs);
/external/cronet/stable/third_party/boringssl/src/ssl/test/
Dtest_config.cc1550 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
/external/cronet/stable/third_party/boringssl/src/include/openssl/
Dssl.h1144 SSL_get0_peer_verify_algorithms(const SSL *ssl, const uint16_t **out_sigalgs);
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2352 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
/external/cronet/tot/third_party/boringssl/src/include/openssl/
Dssl.h1144 SSL_get0_peer_verify_algorithms(const SSL *ssl, const uint16_t **out_sigalgs);
/external/boringssl/src/include/openssl/
Dssl.h1014 SSL_get0_peer_verify_algorithms(const SSL *ssl, const uint16_t **out_sigalgs);
/external/cronet/tot/third_party/boringssl/src/ssl/
Dssl_lib.cc2496 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
/external/cronet/stable/third_party/boringssl/src/ssl/
Dssl_lib.cc2496 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
/external/boringssl/src/ssl/
Dssl_lib.cc2370 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
/external/grpc-grpc/src/boringssl/
Dboringssl_prefix_symbols.h330 #define SSL_get0_peer_verify_algorithms BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get0_peer_verify… macro
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h328 #define SSL_get0_peer_verify_algorithms BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get0_peer_verify… macro
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc7479 size_t sigalgs_num = SSL_get0_peer_verify_algorithms(ssl, &sigalgs); in cert_cb()