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