Lines Matching full:ciphers
601 STACK_OF(SSL_CIPHER) *ciphers = SSL_get_ciphers(ssl);
605 for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) {
606 const SSL_CIPHER *cipher = sk_SSL_CIPHER_value(ciphers, i);
607 /* Skip disabled ciphers */
622 /* If all ciphers were disabled, return the error to the caller. */
1279 /* PSK ciphers are the only supported certificate-less ciphers. */