Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_get_current_cipher.pod5 SSL_get_current_cipher, SSL_get_cipher_name, SSL_get_cipher,
16 const char *SSL_get_cipher_name(const SSL *s);
28 SSL_get_cipher_name() obtains the
30 SSL_get_cipher() is identical to SSL_get_cipher_name().
56 SSL_get_cipher_name are implemented as macros.
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod533 =item char *B<SSL_get_cipher_name>(const SSL *ssl);
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1117 # define SSL_get_cipher_name(s) \ macro
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2753 MLINKS+= SSL_get_current_cipher.3 SSL_get_cipher_name.3