Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/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. in ssl_cipher_collect_aliases()
781 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases()
782 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases()
783 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases()
784 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases()
802 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
1590 * groups of cipher_aliases added together in one list (otherwise in STACK_OF()
1591 * we would be happy with just the cipher_aliases table). in STACK_OF()
1593 num_of_group_aliases = OSSL_NELEM(cipher_aliases); in STACK_OF()
[all...]
/third_party/openssl/ssl/
H A Dssl_ciph.c165 static const SSL_CIPHER cipher_aliases[] = { variable
774 * Now we add the available ones from the cipher_aliases[] table. in ssl_cipher_collect_aliases()
780 uint32_t algorithm_mkey = cipher_aliases[i].algorithm_mkey; in ssl_cipher_collect_aliases()
781 uint32_t algorithm_auth = cipher_aliases[i].algorithm_auth; in ssl_cipher_collect_aliases()
782 uint32_t algorithm_enc = cipher_aliases[i].algorithm_enc; in ssl_cipher_collect_aliases()
783 uint32_t algorithm_mac = cipher_aliases[i].algorithm_mac; in ssl_cipher_collect_aliases()
801 *ca_curr = (SSL_CIPHER *)(cipher_aliases + i); in ssl_cipher_collect_aliases()
1589 * groups of cipher_aliases added together in one list (otherwise in STACK_OF()
1590 * we would be happy with just the cipher_aliases table). in STACK_OF()
1592 num_of_group_aliases = OSSL_NELEM(cipher_aliases); in STACK_OF()
[all...]

Completed in 5 milliseconds