Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Dtls13_meth.c93 unsigned char *staticiv; in tls13_cipher() local
110 staticiv = rl->iv; in tls13_cipher()
161 memcpy(nonce, staticiv, offset); in tls13_cipher()
163 nonce[offset + loop] = staticiv[offset + loop] ^ seq[loop]; in tls13_cipher()

Completed in 5 milliseconds