Lines Matching refs:ciphers
57 * All ciphers in the DEFAULT cipherlist meet the default security level.
58 * However, default supported ciphers exclude SRP and PSK ciphersuites
61 * Supported ciphers also exclude TLSv1.2 ciphers if TLSv1.2 is disabled,
150 STACK_OF(SSL_CIPHER) *ciphers = NULL;
159 || !TEST_ptr(ciphers = SSL_get1_supported_ciphers(ssl)))
163 num_ciphers = sk_SSL_CIPHER_num(ciphers);
169 cipher_id = SSL_CIPHER_get_id(sk_SSL_CIPHER_value(ciphers, i));
179 sk_SSL_CIPHER_free(ciphers);
216 /* SSL_CTX_set_cipher_list() should fail if it clears all TLSv1.2 ciphers. */