Searched refs:cipher_aliases (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/ssl/
H A Dssl_ciph.c103 static const SSL_CIPHER cipher_aliases[]={ variable
425 * Now we add the available ones from the cipher_aliases[] table.
433 !(cipher_aliases[i].algorithms & mask))
435 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
806 * groups of cipher_aliases added together in one list (otherwise
807 * we would be happy with just the cipher_aliases table).
809 num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_ciph.c168 static const SSL_CIPHER cipher_aliases[]={ variable
568 * Now we add the available ones from the cipher_aliases[] table.
576 !(cipher_aliases[i].algorithms & mask))
578 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
993 * groups of cipher_aliases added together in one list (otherwise
994 * we would be happy with just the cipher_aliases table).
996 num_of_group_aliases = sizeof(cipher_aliases) / sizeof(SSL_CIPHER);

Completed in 98 milliseconds