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

/external/openssl/ssl/
H A Dssl_ciph.c226 static const SSL_CIPHER cipher_aliases[]={ variable
879 * Now we add the available ones from the cipher_aliases[] table.
886 unsigned long algorithm_mkey = cipher_aliases[i].algorithm_mkey;
887 unsigned long algorithm_auth = cipher_aliases[i].algorithm_auth;
888 unsigned long algorithm_enc = cipher_aliases[i].algorithm_enc;
889 unsigned long algorithm_mac = cipher_aliases[i].algorithm_mac;
890 unsigned long algorithm_ssl = cipher_aliases[i].algorithm_ssl;
912 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1444 * groups of cipher_aliases added together in one list (otherwise
1445 * we would be happy with just the cipher_aliases tabl
[all...]

Completed in 16 milliseconds