Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_ciph.c1410 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases, i; in STACK_OF() local
1556 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1; in STACK_OF()
1557 ca_list = OPENSSL_malloc(sizeof(*ca_list) * num_of_alias_max); in STACK_OF()