Searched defs:bs (Results 1 – 12 of 12) sorted by relevance
45 int bs = sizeof(key1); in crypto_xcbc_digest_setkey() local60 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() local73 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update() local91 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_finup() local
41 unsigned int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_setkey() local92 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_cmac_digest_init() local105 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_update() local123 int bs = crypto_shash_blocksize(parent); in crypto_cmac_digest_finup() local
67 unsigned int bs = crypto_cipher_blocksize(tfm); in cipher_crypt_one() local
409 int bs = crypto_ahash_blocksize(tfm); in ahash_update_finish() local447 int bs = crypto_ahash_blocksize(tfm); in crypto_ahash_update() local527 int bs = crypto_ahash_blocksize(tfm); in crypto_ahash_finup() local
337 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed() local598 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed() local1121 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_mb_skcipher_speed() local1338 u32 bs = round_up(*b_size, crypto_skcipher_blocksize(tfm)); in test_skcipher_speed() local
782 int bs = crypto_shash_digestsize(pdesc->tfm); in crypto_cbcmac_digest_init() local795 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_update() local813 int bs = crypto_shash_digestsize(parent); in crypto_cbcmac_digest_finup() local
38 int bs = crypto_shash_blocksize(parent); in hmac_setkey() local257 int bs = crypto_ahash_blocksize(parent); in hmac_setkey_ahash() local
142 const int bs = LRW_BLOCK_SIZE; in lrw_xor_tweak() local
105 unsigned int bs = crypto_skcipher_chunksize(tfm); in _skcipher_recvmsg() local
88 const int bs = XTS_BLOCK_SIZE; in xts_xor_tweak() local
76 unsigned bs = crypto_lskcipher_blocksize(tfm); in crypto_lskcipher_crypt_unaligned() local
116 unsigned int bs; in crypto_shash_finup() local
Completed in 32 milliseconds