/openbmc/linux/include/crypto/internal/ |
H A D | cipher.h | 111 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 362 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in crypto_ahash_blocksize() 818 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
|
H A D | aead.h | 289 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
|
H A D | skcipher.h | 301 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
|
/openbmc/linux/include/linux/ |
H A D | crypto.h | 465 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 66 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_sha_update() 190 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_sha_init()
|
H A D | ccp-crypto-aes-cmac.c | 63 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_cmac_update()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | sha.c | 195 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update() 343 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
|
H A D | common.c | 155 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm); in qce_setup_regs_ahash()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 659 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in handle_ahash_req() 901 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in spu_hmac_outer_hash() 1000 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in handle_ahash_resp() 2320 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in ahash_hmac_setkey() 2423 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_init() 2475 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_digest() 4152 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in generic_cra_init()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 1675 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update() 1767 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final() 1846 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_finup() 1942 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_digest() 2035 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_continue() 2199 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in chcr_ahash_setkey() 2320 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
|
/openbmc/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_skcipher.c | 260 block = crypto_tfm_alg_blocksize(tfm); in rk_cipher_hw_init()
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 1657 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher)); in skcipher_encrypt() 1682 crypto_tfm_alg_blocksize(crypto_skcipher_tfm(cipher)); in skcipher_decrypt() 1988 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_process_req() 2223 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_setkey()
|
H A D | sahara.c | 897 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in sahara_sha_prepare_request()
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_hash.c | 561 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_hash_update() 743 blocksize = crypto_tfm_alg_blocksize(&ahash->base); in cc_hash_setkey() 1156 unsigned int block_size = crypto_tfm_alg_blocksize(&tfm->base); in cc_mac_update()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 367 rctx->blksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in starfive_hash_digest()
|
/openbmc/linux/drivers/crypto/axis/ |
H A D | artpec6_crypto.c | 1314 size_t blocksize = crypto_tfm_alg_blocksize( in artpec6_crypto_prepare_hash() 2240 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in artpec6_crypto_hash_set_key()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 3314 unsigned int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey() 3547 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx() 3999 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx() 4216 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
|
H A D | caamhash.c | 429 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1205 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_setkey()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1137 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in __safexcel_hmac_setkey()
|