Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c101 static const ssl_cipher_table ssl_cipher_table_mac[SSL_MD_NUM_IDX] = { variable
375 for (i = 0, t = ssl_cipher_table_mac; i < SSL_MD_NUM_IDX; i++, t++) { in ssl_load_ciphers()
531 i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in ssl_cipher_get_evp()
2065 int i = ssl_cipher_info_lookup(ssl_cipher_table_mac, c->algorithm_mac); in SSL_CIPHER_get_digest_nid()
2069 return ssl_cipher_table_mac[i].nid; in SSL_CIPHER_get_digest_nid()