Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_description (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_CIPHER_get_name.pod5 SSL_CIPHER_get_name, SSL_CIPHER_get_bits, SSL_CIPHER_get_version, SSL_CIPHER_description - get SSL_…
14 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
30 use SSL_CIPHER_description() instead.
33 SSL_CIPHER_description() returns a textual description of the cipher used
47 The string returned by SSL_CIPHER_description() in case of success consists
92 Some examples for the output of SSL_CIPHER_description():
105 If SSL_CIPHER_description() is called with B<cipher> being NULL, the
108 If SSL_CIPHER_description() cannot handle a built-in cipher, the according
120 terms via SSL_CIPHER_get_name and SSL_CIPHER_description.
HDssl.pod223 =item char *B<SSL_CIPHER_description>(SSL_CIPHER *cipher, char *buf, int len);
/freebsd-11-stable/crypto/openssl/apps/
HDciphers.c220 BIO_puts(STDout, SSL_CIPHER_description(c, buf, sizeof(buf))); in MAIN()
/freebsd-11-stable/secure/lib/libssl/
HDMakefile.man105 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_description.3
/freebsd-11-stable/crypto/openssl/util/
HDssleay.num2 SSL_CIPHER_description 2 EXIST::FUNCTION:
/freebsd-11-stable/crypto/openssl/ssl/
HDssl_ciph.c1676 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
HDssl.h2421 char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);