Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/ssl/
H A 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()
550 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
1397 && (ssl_cipher_table_mac[sslc->algorithm2 in update_cipher_list()
1644 || (ssl_cipher_table_mac[sslc->algorithm2 in STACK_OF()
2122 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2126 return ssl_cipher_table_mac[i].nid; in SSL_CIPHER_get_digest_nid()
2153 return EVP_get_digestbynid(ssl_cipher_table_mac[idx].nid); in SSL_CIPHER_get_handshake_digest()
/third_party/openssl/ssl/
H A 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()

Completed in 6 milliseconds