Searched refs:SSL_get_peer_signature_algorithm (Results 1 – 21 of 21) sorted by relevance
569 SSL_get_peer_signature_algorithm(ssl)) { in CheckHandshakeProperties()571 SSL_get_peer_signature_algorithm(ssl), in CheckHandshakeProperties()
665 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
585 SSL_get_peer_signature_algorithm(ssl()); in FillNegotiatedParams()
592 SSL_get_peer_signature_algorithm(ssl_.get()); in GetSSLInfo()1028 uint16_t signature_algorithm = SSL_get_peer_signature_algorithm(ssl_.get()); in DoHandshakeComplete()
295 uint16_t sigalg = SSL_get_peer_signature_algorithm(ssl); in PrintConnectionInfo()
212 SSL_get_peer_signature_algorithm
1764 '#define SSL_get_peer_signature_algorithm GRPC_SHADOW_SSL_get_peer_signature_algorithm',
4466 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
4315 OPENSSL_EXPORT uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl);
2877 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
7584 EXPECT_EQ(SSL_get_peer_signature_algorithm(client.get()), in TEST()
2879 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
2811 uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) { in SSL_get_peer_signature_algorithm() function
240 #define SSL_get_peer_signature_algorithm GRPC_SHADOW_SSL_get_peer_signature_algorithm macro
355 #define SSL_get_peer_signature_algorithm BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_peer_signat… macro