Home
last modified time | relevance | path

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

/crypto/
Dtcrypt.c261 u32 *b_size; in test_mb_aead_speed() local
337 b_size = aead_sizes; in test_mb_aead_speed()
339 if (*b_size + authsize > XBUFSIZE * PAGE_SIZE) { in test_mb_aead_speed()
341 authsize + *b_size, in test_mb_aead_speed()
347 *keysize * 8, *b_size); in test_mb_aead_speed()
382 *b_size + (enc ? 0 : authsize), in test_mb_aead_speed()
386 *b_size + (enc ? authsize : 0), in test_mb_aead_speed()
396 *b_size, iv); in test_mb_aead_speed()
408 cur->sgout, *b_size + in test_mb_aead_speed()
415 ret = test_mb_aead_jiffies(data, enc, *b_size, in test_mb_aead_speed()
[all …]