Lines Matching refs:cipher_aliases
165 static const SSL_CIPHER cipher_aliases[] = {
774 * Now we add the available ones from the cipher_aliases[] table.
780 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
781 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
782 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
783 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
801 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1589 * groups of cipher_aliases added together in one list (otherwise
1590 * we would be happy with just the cipher_aliases table).
1592 num_of_group_aliases = OSSL_NELEM(cipher_aliases);