Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/qce/
Dsha.c154 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_ahash_export()
186 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in qce_import_common()
246 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
366 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
Dcommon.c239 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm); in qce_setup_regs_ahash()
/Linux-v4.19/include/linux/
Dcrypto.h690 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
845 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm)); in crypto_ablkcipher_blocksize()
1235 return crypto_tfm_alg_blocksize(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_blocksize()
1521 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
/Linux-v4.19/include/crypto/
Dhash.h305 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in crypto_ahash_blocksize()
728 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
Daead.h250 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
Dskcipher.h356 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
/Linux-v4.19/crypto/
Dcipher.c70 unsigned int size = crypto_tfm_alg_blocksize(tfm); in cipher_crypt_unaligned()
Dablkcipher.c228 if (unlikely(n < crypto_tfm_alg_blocksize(tfm))) { in ablkcipher_walk_next()
295 walk->blocksize = crypto_tfm_alg_blocksize(req->base.tfm); in ablkcipher_walk_phys()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-sha.c67 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_sha_update()
191 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_sha_init()
Dccp-crypto-aes-cmac.c66 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_cmac_update()
/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c434 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
758 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
1189 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
1402 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c707 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in handle_ahash_req()
949 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in spu_hmac_outer_hash()
1049 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in handle_ahash_resp()
2420 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in ahash_hmac_setkey()
2521 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_init()
2571 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_digest()
4329 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in generic_cra_init()
/Linux-v4.19/drivers/crypto/rockchip/
Drk3288_crypto_ablkcipher.c204 block = crypto_tfm_alg_blocksize(tfm); in rk_ablk_hw_init()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c1571 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()
1652 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final()
1708 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_finup()
1791 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_digest()
1871 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_continue()
2035 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey()
2141 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c534 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_hash_update()
716 blocksize = crypto_tfm_alg_blocksize(&ahash->base); in cc_hash_setkey()
1108 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_mac_update()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c1320 size_t blocksize = crypto_tfm_alg_blocksize( in artpec6_crypto_prepare_hash()
2226 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in artpec6_crypto_hash_set_key()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1198 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_setkey()
/Linux-v4.19/drivers/crypto/ux500/cryp/
Dcryp_core.c1103 ctx->blocksize = crypto_tfm_alg_blocksize(tfm); in cryp_cra_init()
/Linux-v4.19/drivers/crypto/
Dsahara.c936 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in sahara_sha_prepare_request()
Dtalitos.c1993 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_process_req()
2227 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_setkey()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c952 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in safexcel_hmac_setkey()