Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 10 of 10) sorted by relevance

/crypto/
Dcmac.c55 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey() local
109 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() local
126 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update() local
172 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_final() local
Dxcbc.c59 int bs = sizeof(key1); in crypto_xcbc_digest_setkey() local
76 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() local
93 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update() local
139 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final() local
Dcipher.c68 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one() local
Dccm.c789 int bs = crypto_shash_digestsize(pdesc->tfm); in crypto_cbcmac_digest_init() local
805 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_update() local
831 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_final() local
Dtcrypt.c345 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed() local
606 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed() local
1323 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed() local
1541 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed() local
Dhmac.c43 int bs = crypto_shash_blocksize(parent); in hmac_setkey() local
Dlrw.c142 const int bs = LRW_BLOCK_SIZE; in lrw_xor_tweak() local
Dalgif_skcipher.c59 unsigned int bs = crypto_skcipher_chunksize(tfm); in _skcipher_recvmsg() local
Dxts.c88 const int bs = XTS_BLOCK_SIZE; in xts_xor_tweak() local
Dskcipher.c402 unsigned bs = walk->stride; in skcipher_copy_iv() local