Home
last modified time | relevance | path

Searched refs:crypto_tfm_alg_blocksize (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/drivers/crypto/qce/
Dsha.c146 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
178 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
238 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
358 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
Dcommon.c231 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm); in qce_setup_regs_ahash()
/Linux-v5.4/crypto/
Dcipher.c65 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned()
Dablkcipher.c223 if (unlikely(n < crypto_tfm_alg_blocksize(tfm))) { in ablkcipher_walk_next()
290 walk->blocksize = crypto_tfm_alg_blocksize(req->base.tfm); in ablkcipher_walk_phys()
/Linux-v5.4/include/crypto/
Dhash.h308 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in crypto_ahash_blocksize()
739 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
Daead.h242 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
Dskcipher.h304 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
/Linux-v5.4/include/linux/
Dcrypto.h858 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
1013 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
1417 return crypto_tfm_alg_blocksize(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_blocksize()
1703 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-sha.c64 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_sha_update()
188 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_sha_init()
Dccp-crypto-aes-cmac.c63 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_cmac_update()
/Linux-v5.4/drivers/crypto/bcm/
Dcipher.c696 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in handle_ahash_req()
938 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in spu_hmac_outer_hash()
1038 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in handle_ahash_resp()
2384 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in ahash_hmac_setkey()
2485 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_init()
2535 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_digest()
4263 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in generic_cra_init()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c1595 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()
1690 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final()
1757 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_finup()
1850 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_digest()
1939 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_continue()
2104 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey()
2209 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
/Linux-v5.4/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c206 block = crypto_tfm_alg_blocksize(tfm); in rk_ablk_hw_init()
/Linux-v5.4/drivers/crypto/
Dtalitos.c1659 crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(cipher)); in ablkcipher_encrypt()
1684 crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(cipher)); in ablkcipher_decrypt()
1986 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_process_req()
2221 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_setkey()
Dsahara.c932 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in sahara_sha_prepare_request()
/Linux-v5.4/drivers/crypto/ccree/
Dcc_hash.c554 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_hash_update()
736 blocksize = crypto_tfm_alg_blocksize(&ahash->base); in cc_hash_setkey()
1155 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_mac_update()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c1315 size_t blocksize = crypto_tfm_alg_blocksize( in artpec6_crypto_prepare_hash()
2245 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in artpec6_crypto_hash_set_key()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi2.c3263 unsigned int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
3477 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
3937 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
4161 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
Dcaamhash.c448 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1193 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_setkey()
/Linux-v5.4/drivers/crypto/ux500/cryp/
Dcryp_core.c1073 ctx->blocksize = crypto_tfm_alg_blocksize(tfm); in cryp_cra_init()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c1026 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in safexcel_hmac_setkey()