Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod10 SSL_CIPHER_description,
31 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size);
110 SSL_CIPHER_description() returns a textual description of the cipher used
116 The string returned by SSL_CIPHER_description() consists of several fields
151 Some examples for the output of SSL_CIPHER_description():
159 SSL_CIPHER_get_version() and SSL_CIPHER_description() return the corresponding
193 The SSL_CIPHER_description() function was changed to return B<NULL> on error,
/openssl/apps/
H A Dciphers.c263 BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); in ciphers_main()
/openssl/util/
H A Dlibssl.num252 SSL_CIPHER_description 253 3_0_0 EXIST::FUNCTION:
/openssl/ssl/
H A Dssl_ciph.c1704 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in74 L<SSL_CIPHER_description(3)>.
/openssl/include/openssl/
H A Dssl.h.in2046 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
/openssl/
H A DCHANGES.md4014 * The return value for SSL_CIPHER_description() for error conditions

Completed in 145 milliseconds