Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Dtransport_common.cc248 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1799 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()
1801 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
/external/boringssl/src/include/openssl/
Dssl.h3513 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.cc2571 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function