Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Dciphers.c162 desc = SSL_CIPHER_description(cipher, NULL, 0); in ciphers_main()
/openbsd/src/lib/libssl/
DSymbols.list22 SSL_CIPHER_description
Dssl_ciph.c1321 SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
1449 LSSL_ALIAS(SSL_CIPHER_description);
Dssl.h1373 char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
/openbsd/src/regress/lib/libssl/ciphers/
Dcipherstest.c849 if ((description = SSL_CIPHER_description(cipher, desc_buf, in test_ssl_ciphers()