Home
last modified time | relevance | path

Searched refs:SSL_get_peer_signature_algorithm (Results 1 – 21 of 21) sorted by relevance

/external/cronet/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc569 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
571 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc569 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
571 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc569 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
571 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/rust/crates/quiche/src/
Dtls.rs665 let sigalg_id = SSL_get_peer_signature_algorithm(self.as_ptr()); in sigalg()
1339 fn SSL_get_peer_signature_algorithm(ssl: *const SSL) -> u16; in SSL_get_peer_signature_algorithm() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_client_handshaker.cc585 SSL_get_peer_signature_algorithm(ssl()); in FillNegotiatedParams()
/external/cronet/net/socket/
Dssl_client_socket_impl.cc592 SSL_get_peer_signature_algorithm(ssl_.get()); in GetSSLInfo()
1028 uint16_t signature_algorithm = SSL_get_peer_signature_algorithm(ssl_.get()); in DoHandshakeComplete()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc295 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
/external/cronet/third_party/boringssl/src/tool/
Dtransport_common.cc295 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
/external/boringssl/src/tool/
Dtransport_common.cc295 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list212 SSL_get_peer_signature_algorithm
DBoringSSL-GRPC.podspec1764 '#define SSL_get_peer_signature_algorithm GRPC_SHADOW_SSL_get_peer_signature_algorithm',
/external/boringssl/src/include/openssl/
Dssl.h4466 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl.h4466 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4315 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc2877 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
Dssl_test.cc7584 EXPECT_EQ(SSL_get_peer_signature_algorithm(client.get()), in TEST()
/external/cronet/third_party/boringssl/src/ssl/
Dssl_lib.cc2879 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
Dssl_test.cc7584 EXPECT_EQ(SSL_get_peer_signature_algorithm(client.get()), in TEST()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2811 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h240 #define SSL_get_peer_signature_algorithm GRPC_SHADOW_SSL_get_peer_signature_algorithm macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h355 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro