Searched refs:num_of_ciphers (Results 1 – 1 of 1) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 497 int num_of_ciphers, unsigned long mask, unsigned long m256, in ssl_cipher_collect_ciphers() argument 513 for (i = 0; i < num_of_ciphers; i++) in ssl_cipher_collect_ciphers() 950 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; in STACK_OF() local 980 num_of_ciphers = ssl_method->num_ciphers(); in STACK_OF() 982 printf("ssl_create_cipher_list() for %d ciphers\n", num_of_ciphers); in STACK_OF() 984 co_list = (CIPHER_ORDER *)OPENSSL_malloc(sizeof(CIPHER_ORDER) * num_of_ciphers); in STACK_OF() 991 ssl_cipher_collect_ciphers(ssl_method, num_of_ciphers, disabled_mask, in STACK_OF() 1003 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; in STACK_OF()
|