Searched refs:SSL_CIPHER_description (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_CIPHER_get_name.pod | 5 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.
|
| HD | ssl.pod | 223 =item char *B<SSL_CIPHER_description>(SSL_CIPHER *cipher, char *buf, int len);
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | ciphers.c | 220 BIO_puts(STDout, SSL_CIPHER_description(c, buf, sizeof(buf))); in MAIN()
|
| /freebsd-11-stable/secure/lib/libssl/ |
| HD | Makefile.man | 105 MLINKS+= SSL_CIPHER_get_name.3 SSL_CIPHER_description.3
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | ssleay.num | 2 SSL_CIPHER_description 2 EXIST::FUNCTION:
|
| /freebsd-11-stable/crypto/openssl/ssl/ |
| HD | ssl_ciph.c | 1676 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
|
| HD | ssl.h | 2421 char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|