Searched refs:cipher_aliases (Results 1 – 1 of 1) sorted by relevance
157 static const SSL_CIPHER cipher_aliases[] = { variable748 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases()749 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases()750 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases()751 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases()769 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()1575 num_of_group_aliases = OSSL_NELEM(cipher_aliases); in STACK_OF()