Home
last modified time | relevance | path

Searched refs:num_ciphers (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dcipherlist_test.c151 int i, ret = 0, num_expected_ciphers, num_ciphers; in test_default_cipherlist() local
162 num_ciphers = sk_SSL_CIPHER_num(ciphers); in test_default_cipherlist()
163 if (!TEST_int_eq(num_ciphers, num_expected_ciphers)) in test_default_cipherlist()
166 for (i = 0; i < num_ciphers; i++) { in test_default_cipherlist()
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c1450 num_of_ciphers = ssl_method->num_ciphers(); in STACK_OF()
H A Dssl_local.h435 int (*num_ciphers)(void); member
H A Dssl_lib.c3376 if (ctx->method->num_ciphers() > 0 && cipher_list_tls12_num(sk) == 0) { in SSL_CTX_set_cipher_list()
3400 if (ctx->method->num_ciphers() > 0 && cipher_list_tls12_num(sk) == 0) { in SSL_set_cipher_list()