Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c1281 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; in STACK_OF() local
1372 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; in STACK_OF()
1373 ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max); in STACK_OF()