Lines Matching refs:b_size
259 const int *b_size; in test_mb_aead_speed() local
343 b_size = aead_sizes; in test_mb_aead_speed()
345 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed()
435 b_size++; in test_mb_aead_speed()
437 } while (*b_size); in test_mb_aead_speed()
544 const int *b_size; in test_aead_speed() local
604 b_size = aead_sizes; in test_aead_speed()
606 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed()
687 b_size++; in test_aead_speed()
689 } while (*b_size); in test_aead_speed()
1269 const int *b_size; in test_mb_skcipher_speed() local
1330 b_size = block_sizes; in test_mb_skcipher_speed()
1332 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed()
1407 b_size++; in test_mb_skcipher_speed()
1409 } while (*b_size); in test_mb_skcipher_speed()
1514 const int *b_size; in test_skcipher_speed() local
1547 b_size = block_sizes; in test_skcipher_speed()
1550 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
1623 b_size++; in test_skcipher_speed()
1625 } while (*b_size); in test_skcipher_speed()