Home
last modified time | relevance | path

Searched refs:ssl_cipher_table_mac (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/ssl/
Dssl_ciph.c71 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
341 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()
549 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
1396 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1643 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
2121 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2125 return ssl_cipher_table_mac[i].nid; in SSL_CIPHER_get_digest_nid()
2152 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid); in SSL_CIPHER_get_handshake_digest()