Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssl/ssl/record/
HDssl3_record_tls13.c30 unsigned char *staticiv; in tls13_enc() local
45 staticiv = s->write_iv; in tls13_enc()
49 staticiv = s->read_iv; in tls13_enc()
131 memcpy(iv, staticiv, offset); in tls13_enc()
133 iv[offset + loop] = staticiv[offset + loop] ^ seq[loop]; in tls13_enc()