Searched refs:SSL_CIPHER_description (Results 1 – 5 of 5) sorted by relevance
162 desc = SSL_CIPHER_description(cipher, NULL, 0); in ciphers_main()
22 SSL_CIPHER_description
1321 SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function1449 LSSL_ALIAS(SSL_CIPHER_description);
1373 char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
849 if ((description = SSL_CIPHER_description(cipher, desc_buf, in test_ssl_ciphers()