Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_ciph.c128 #define ssl_cipher_info_lookup(table, x) \ macro
485 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
550 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
2114 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2122 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2131 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()
2140 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()
/third_party/openssl/ssl/
H A Dssl_ciph.c128 #define ssl_cipher_info_lookup(table, x) \ macro
484 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, sslc->algorithm_enc); in ssl_cipher_get_evp_cipher()
549 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
2113 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()
2121 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2130 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()
2139 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()

Completed in 6 milliseconds