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()
1336 *b_size, XBUFSIZE * PAGE_SIZE); in test_mb_skcipher_speed()
1389 cur->sg, *b_size, in test_mb_skcipher_speed()
1408 b_size++; in test_mb_skcipher_speed()
1410 } while (*b_size); in test_mb_skcipher_speed()
1515 const int *b_size; in test_skcipher_speed() local
1548 b_size = block_sizes; in test_skcipher_speed()
1551 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed()
1624 b_size++; in test_skcipher_speed()
1626 } while (*b_size); in test_skcipher_speed()