Searched refs:staticiv (Results 1 – 1 of 1) sorted by relevance
93 unsigned char *staticiv; in tls13_cipher() local110 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