Searched refs:SSL_get_pending_cipher (Results 1 – 5 of 5) sorted by relevance
7 SSL_get_pending_cipher - get SSL_CIPHER of a connection14 SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);35 SSL_get_pending_cipher() returns a pointer to an SSL_CIPHER object containing50 SSL_get_pending_cipher() returns the cipher to be used at the next change
466 SSL_get_pending_cipher 467 1_1_1 EXIST::FUNCTION:
1517 __owur const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s);
352 #define SSL_get_pending_cipher BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, SSL_get_pending_cipher) macro
3993 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher() function