Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_ciph.c644 int num_of_ciphers, in ssl_cipher_collect_ciphers() argument
665 for (i = 0; i < num_of_ciphers; i++) { in ssl_cipher_collect_ciphers()
1430 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases, i; in STACK_OF() local
1462 num_of_ciphers = ssl_method->num_ciphers(); in STACK_OF()
1464 if (num_of_ciphers > 0) { in STACK_OF()
1465 co_list = OPENSSL_malloc(sizeof(*co_list) * num_of_ciphers); in STACK_OF()
1470 ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers, in STACK_OF()
1575 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; in STACK_OF()

Completed in 11 milliseconds