Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc391 uint8_t verify_data_buf[EVP_MAX_MD_SIZE]; in tls13_process_finished() local
399 if (!tls13_finished_mac(hs, verify_data_buf, &verify_data_len, in tls13_process_finished()
403 verify_data = verify_data_buf; in tls13_process_finished()