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

/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c198 static const SSL_CIPHER cipher_aliases[] = { variable
739 * Now we add the available ones from the cipher_aliases[] table.
745 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
746 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
747 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
748 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
766 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i);
1550 * groups of cipher_aliases added together in one list (otherwise
1551 * we would be happy with just the cipher_aliases table).
1553 num_of_group_aliases = OSSL_NELEM(cipher_aliases);
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c165 static const SSL_CIPHER cipher_aliases[] = { variable
775 * Now we add the available ones from the cipher_aliases[] table.
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey;
782 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth;
783 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc;
784 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac;
802 *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 table).
1593 num_of_group_aliases = OSSL_NELEM(cipher_aliases);
[all...]

Completed in 94 milliseconds