Searched refs:SSL_get0_peer_verify_algorithms (Results 1 – 8 of 8) sorted by relevance
853 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
918 SSL_get0_peer_verify_algorithms(ssl, &peer_sigalgs); in CheckPeerVerifyPrefs()
954 SSL_get0_peer_verify_algorithms(const SSL *ssl, const uint16_t **out_sigalgs);
2426 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
2353 size_t SSL_get0_peer_verify_algorithms(const SSL *ssl, in SSL_get0_peer_verify_algorithms() function
311 #define SSL_get0_peer_verify_algorithms BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get0_peer_verify… macro
6651 size_t sigalgs_num = SSL_get0_peer_verify_algorithms(ssl, &sigalgs); in cert_cb()