Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dadiantum.cpp308 const int bulk_len = nbytes - kAesBlockSize; in DoEncrypt() local
309 AdiantumHash(&subkeys[kAes256KeySize], iv, src, bulk_len, hash); in DoEncrypt()
310 le128_add(rbuf, &src[bulk_len], hash); in DoEncrypt()
317 XChaCha12(key, rbuf, src, dst, bulk_len); in DoEncrypt()
320 AdiantumHash(&subkeys[kAes256KeySize], iv, dst, bulk_len, hash); in DoEncrypt()
321 le128_sub(&dst[bulk_len], rbuf, hash); in DoEncrypt()