Searched refs:ssl_cipher_table_mac (Results 1 – 1 of 1) sorted by relevance
68 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable345 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()487 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac); in ssl_cipher_get_evp_md_mac()1384 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()1637 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()2123 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()2127 return ssl_cipher_table_mac[i].nid; in SSL_CIPHER_get_digest_nid()2152 if (md_nid == ssl_cipher_table_mac[i].nid) in ssl_get_md_idx()2164 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid); in SSL_CIPHER_get_handshake_digest()
Completed in 17 milliseconds