Searched refs:ssl_cipher_info_lookup (Results 1 – 1 of 1) sorted by relevance
119 #define ssl_cipher_info_lookup(table, x) \ macro443 int i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, in ssl_cipher_get_evp_cipher()474 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac); in ssl_cipher_get_evp_md_mac()2102 i = ssl_cipher_info_lookup(ssl_cipher_table_cipher, c->algorithm_enc); in SSL_CIPHER_get_cipher_nid()2110 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()2119 int i = ssl_cipher_info_lookup(ssl_cipher_table_kx, c->algorithm_mkey); in SSL_CIPHER_get_kx_nid()2128 int i = ssl_cipher_info_lookup(ssl_cipher_table_auth, c->algorithm_auth); in SSL_CIPHER_get_auth_nid()
Completed in 9 milliseconds