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

/freebsd-11-stable/crypto/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);
1590 * groups of cipher_aliases added together in one list (otherwise
1591 * we would be happy with just the cipher_aliases tabl
[all...]

Completed in 162 milliseconds