Home
last modified time | relevance | path

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

/crypto/
Dchacha_generic.c54 u8 real_iv[16]; in crypto_xchacha_crypt() local
62 memcpy(&real_iv[0], req->iv + 24, 8); /* stream position */ in crypto_xchacha_crypt()
63 memcpy(&real_iv[8], req->iv + 16, 8); /* remaining 64 nonce bits */ in crypto_xchacha_crypt()
66 return chacha_stream_xor(req, &subctx, real_iv); in crypto_xchacha_crypt()