Searched refs:read_iv (Results 1 – 4 of 4) sorted by relevance
351 if (!load_record(&rec, &refdata[ctr], &key, s->read_iv, ivlen, in test_tls13_encryption()360 memcpy(s->write_iv, s->read_iv, ivlen); in test_tls13_encryption()
48 staticiv = s->read_iv; in tls13_enc()
451 iv = s->read_iv; in tls13_change_cipher_state()768 iv = s->read_iv; in tls13_update_key()
1468 unsigned char read_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static read IV */ member
Completed in 16 milliseconds