Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dtls13_both.cc328 size_t verify_data_len; in tls13_process_finished() local
332 verify_data_len = hs->hash_len; in tls13_process_finished()
334 if (!tls13_finished_mac(hs, verify_data_buf, &verify_data_len, in tls13_process_finished()
341 int finished_ok = CBS_mem_equal(&msg.body, verify_data, verify_data_len); in tls13_process_finished()
477 size_t verify_data_len; in tls13_add_finished() local
480 if (!tls13_finished_mac(hs, verify_data, &verify_data_len, ssl->server)) { in tls13_add_finished()
489 !CBB_add_bytes(&body, verify_data, verify_data_len) || in tls13_add_finished()