Home
last modified time | relevance | path

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

/third_party/boringssl/src/ssl/test/
Dbssl_shim.cc586 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
588 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/third_party/boringssl/src/tool/
Dtransport_common.cc286 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
/third_party/boringssl/src/include/openssl/
Dssl.h3886 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/third_party/boringssl/src/ssl/
Dssl_lib.cc2791 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h346 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro