Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/modes/
H A Dctr.c139 const uint32_t *in32 = (const uint32_t *)in; in ctr_xor() local
143 *out32++ = *in32++ ^ *key32++; in ctr_xor()
149 in = (const uint8_t *)in32; in ctr_xor()