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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c944 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; local
997 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1;
999 (SSL_CIPHER **)OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c1472 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; local
1588 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1;
1589 ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c1472 int ok, num_of_ciphers, num_of_alias_max, num_of_group_aliases; local
1588 num_of_alias_max = num_of_ciphers + num_of_group_aliases + 1;
1589 ca_list = OPENSSL_malloc(sizeof(SSL_CIPHER *) * num_of_alias_max);

Completed in 71 milliseconds