Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_get_current_cipher.pod7 SSL_get_pending_cipher - get SSL_CIPHER of a connection
14 SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl);
35 SSL_get_pending_cipher() returns a pointer to an SSL_CIPHER object containing
50 SSL_get_pending_cipher() returns the cipher to be used at the next change
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map485 SSL_get_pending_cipher;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1519 __owur const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s);
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c4085 const SSL_CIPHER *SSL_get_pending_cipher(const SSL *s) in SSL_get_pending_cipher() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2782 MLINKS+= SSL_get_current_cipher.3 SSL_get_pending_cipher.3