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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_ciph.c228 static const SSL_CIPHER cipher_aliases[] = { variable
924 * Now we add the available ones from the cipher_aliases[] table.
930 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
931 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
932 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
933 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
934 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
956 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1584 * groups of cipher_aliases added together in one list (otherwise
1585 * we would be happy with just the cipher_aliases tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_ciph.c228 static const SSL_CIPHER cipher_aliases[] = { variable
924 * Now we add the available ones from the cipher_aliases[] table.
930 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
931 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
932 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
933 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
934 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
956 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1584 * groups of cipher_aliases added together in one list (otherwise
1585 * we would be happy with just the cipher_aliases tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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 123 milliseconds