Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/
H A Dssl3_record.c537 if (s->read_hash != NULL) { in ssl3_get_record()
538 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(s->read_hash); in ssl3_get_record()
554 if (SSL_READ_ETM(s) && s->read_hash) { in ssl3_get_record()
645 && (!SSL_READ_ETM(s) && EVP_MD_CTX_get0_md(s->read_hash) != NULL)) { in ssl3_get_record()
1046 if (EVP_MD_CTX_get0_md(s->read_hash)) { in tls1_enc()
1047 int n = EVP_MD_CTX_get_size(s->read_hash); in tls1_enc()
1339 hash = ssl->read_hash; in n_ssl3_mac()
1443 hash = ssl->read_hash; in tls1_mac()
1572 if (s->read_hash != NULL) { in dtls1_process_record()
1573 const EVP_MD *tmpmd = EVP_MD_CTX_get0_md(s->read_hash); in dtls1_process_record()
[all …]
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c131 if (ssl_replace_hash(&s->read_hash, m) == NULL) { in ssl3_change_cipher_state()
H A Dt1_enc.c207 mac_ctx = ssl_replace_hash(&s->read_hash, NULL); in tls1_change_cipher_state()
H A Dssl_local.h1475 EVP_MD_CTX *read_hash; /* used for mac generation */ member
H A Dssl_lib.c580 ssl_clear_hash_ctx(&s->read_hash); in clear_ciphers()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c4338 ssl->read_hash == NULL) in openssl_get_keyblock_size()
4342 h = EVP_MD_CTX_md(ssl->read_hash); in openssl_get_keyblock_size()