Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dtls.rs466 let sigalg_id = SSL_get_peer_signature_algorithm(self.as_ptr()); in sigalg()
929 fn SSL_get_peer_signature_algorithm(ssl: *mut SSL) -> u16; in SSL_get_peer_signature_algorithm() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dbssl_shim.cc598 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
600 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc585 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
587 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dtransport_common.cc290 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/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h3974 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/boringssl/src/include/openssl/
Dssl.h4059 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc2874 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_lib.cc2791 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.h351 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro