Searched refs:bulk_len (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 313 const int bulk_len = nbytes - kAesBlockSize; in DoCrypt() local 314 AdiantumHash(&subkeys[kAes256KeySize], iv, src, bulk_len, hash); in DoCrypt() 315 le128_add(rbuf, &src[bulk_len], hash); in DoCrypt() 322 XChaCha12(key, rbuf, src, dst, bulk_len); in DoCrypt() 328 AdiantumHash(&subkeys[kAes256KeySize], iv, dst, bulk_len, hash); in DoCrypt() 329 le128_sub(&dst[bulk_len], rbuf, hash); in DoCrypt()
|