Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c49 int stream_mac; member
479 rp->stream_mac = 0; in tls12_record_layer_ccs_cipher()
493 rp->stream_mac = 1; in tls12_record_layer_ccs_cipher()
683 EVP_MD_CTX *hash_ctx, int stream_mac, CBS *seq_num, uint8_t content_type, in tls12_record_layer_mac() argument
715 if (stream_mac) { in tls12_record_layer_mac()
781 rl->read->stream_mac, seq_num, content_type, content, content_len, in tls12_record_layer_read_mac()
791 rl->write->stream_mac, seq_num, content_type, content, content_len, in tls12_record_layer_write_mac()