Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dbssl_shim.cc620 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
622 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
733 (SSL_get_peer_signature_algorithm(ssl) != 0 && in CheckHandshakeProperties()
737 SSL_get_peer_signature_algorithm(ssl), /*include_curve=*/0))) || in CheckHandshakeProperties()
738 (SSL_get_peer_signature_algorithm(ssl) != 0 && in CheckHandshakeProperties()
742 SSL_get_peer_signature_algorithm(ssl), /*include_curve=*/1)))) { in CheckHandshakeProperties()
/external/cronet/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc620 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
622 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
735 (SSL_get_peer_signature_algorithm(ssl) != 0 && in CheckHandshakeProperties()
739 SSL_get_peer_signature_algorithm(ssl), /*include_curve=*/0))) || in CheckHandshakeProperties()
740 (SSL_get_peer_signature_algorithm(ssl) != 0 && in CheckHandshakeProperties()
744 SSL_get_peer_signature_algorithm(ssl), /*include_curve=*/1)))) { 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/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.cc593 SSL_get_peer_signature_algorithm(ssl()); in FillNegotiatedParams()
/external/cronet/net/socket/
Dssl_client_socket_impl.cc594 SSL_get_peer_signature_algorithm(ssl_.get()); in GetSSLInfo()
1023 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/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/cronet/third_party/boringssl/src/include/openssl/
Dssl.h4542 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/boringssl/src/include/openssl/
Dssl.h4725 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/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/cronet/third_party/boringssl/src/ssl/
Dssl_lib.cc2960 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
Dssl_test.cc7826 EXPECT_EQ(SSL_get_peer_signature_algorithm(client.get()), in TEST()
/external/boringssl/src/ssl/
Dssl_lib.cc2962 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
Dssl_test.cc8122 EXPECT_EQ(SSL_get_peer_signature_algorithm(client.get()), in TEST()
/external/grpc-grpc/src/boringssl/
Dboringssl_prefix_symbols.h378 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h372 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro