Searched refs:read_hash (Results 1 – 6 of 6) sorted by relevance
537 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 …]
131 if (ssl_replace_hash(&s->read_hash, m) == NULL) { in ssl3_change_cipher_state()
207 mac_ctx = ssl_replace_hash(&s->read_hash, NULL); in tls1_change_cipher_state()
1475 EVP_MD_CTX *read_hash; /* used for mac generation */ member
580 ssl_clear_hash_ctx(&s->read_hash); in clear_ciphers()
4338 ssl->read_hash == NULL) in openssl_get_keyblock_size()4342 h = EVP_MD_CTX_md(ssl->read_hash); in openssl_get_keyblock_size()