Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dtls12_record_layer.c959 uint8_t *out_mac = NULL; in tls12_record_layer_open_record_protected_cipher() local
1042 if (!CBB_finish(&cbb_mac, &out_mac, &out_mac_len)) in tls12_record_layer_open_record_protected_cipher()
1047 if (timingsafe_memcmp(mac, out_mac, mac_len) != 0) { in tls12_record_layer_open_record_protected_cipher()
1069 freezero(out_mac, out_mac_len); in tls12_record_layer_open_record_protected_cipher()