Searched refs:num_of_alias_max (Results 1 – 1 of 1) sorted by relevance
1281 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; in STACK_OF() local1372 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()