Lines Matching refs:b_size
251 const int *b_size; in test_mb_aead_speed() local
335 b_size = aead_sizes; in test_mb_aead_speed()
337 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed()
427 b_size++; in test_mb_aead_speed()
429 } while (*b_size); in test_mb_aead_speed()
536 const int *b_size; in test_aead_speed() local
596 b_size = aead_sizes; in test_aead_speed()
598 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed()
679 b_size++; in test_aead_speed()
681 } while (*b_size); in test_aead_speed()
1268 const int *b_size; in test_mb_skcipher_speed() local
1320 b_size = block_sizes; in test_mb_skcipher_speed()
1322 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed()
1397 b_size++; in test_mb_skcipher_speed()
1399 } while (*b_size); in test_mb_skcipher_speed()
1504 const int *b_size; in test_skcipher_speed() local
1536 b_size = block_sizes; in test_skcipher_speed()
1539 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
1612 b_size++; in test_skcipher_speed()
1614 } while (*b_size); in test_skcipher_speed()