Searched refs:rbuf (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 285 uint8_t rbuf[kXChaChaNonceSize] = {1}; in DoEncrypt() local 299 XChaCha12(key, rbuf, subkeys, subkeys, sizeof(subkeys)); in DoEncrypt() 310 le128_add(rbuf, &src[bulk_len], hash); in DoEncrypt() 313 AES_encrypt(rbuf, rbuf, &aes_key); in DoEncrypt() 316 rbuf[kAesBlockSize] = 1; in DoEncrypt() 317 XChaCha12(key, rbuf, src, dst, bulk_len); in DoEncrypt() 321 le128_sub(&dst[bulk_len], rbuf, hash); in DoEncrypt()
|