Lines Matching refs:b_size
248 const int *b_size; in test_mb_aead_speed() local
332 b_size = aead_sizes; in test_mb_aead_speed()
334 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed()
424 b_size++; in test_mb_aead_speed()
426 } while (*b_size); in test_mb_aead_speed()
533 const int *b_size; in test_aead_speed() local
593 b_size = aead_sizes; in test_aead_speed()
595 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed()
676 b_size++; in test_aead_speed()
678 } while (*b_size); in test_aead_speed()
1064 const int *b_size; in test_mb_skcipher_speed() local
1125 b_size = block_sizes; in test_mb_skcipher_speed()
1127 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed()
1202 b_size++; in test_mb_skcipher_speed()
1204 } while (*b_size); in test_mb_skcipher_speed()
1309 const int *b_size; in test_skcipher_speed() local
1342 b_size = block_sizes; in test_skcipher_speed()
1345 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
1418 b_size++; in test_skcipher_speed()
1420 } while (*b_size); in test_skcipher_speed()