Home
last modified time | relevance | path

Searched defs:SSL_get_peer_signature_algorithm (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/quiche/src/
Dtls.rs1339 fn SSL_get_peer_signature_algorithm(ssl: *const SSL) -> u16; in SSL_get_peer_signature_algorithm() function
/external/boringssl/src/ssl/
Dssl_lib.cc2877 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.cc2879 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.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