Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_ciph.c62 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
332 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()
474 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, sslc->algorithm_mac); in ssl_cipher_get_evp_md_mac()
1371 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1624 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
2110 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2114 return ssl_cipher_table_mac[i].nid; in SSL_CIPHER_get_digest_nid()
2139 if (md_nid == ssl_cipher_table_mac[i].nid) in ssl_get_md_idx()
2151 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid); in SSL_CIPHER_get_handshake_digest()

Completed in 8 milliseconds