Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dcipher.h111 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm)); in crypto_cipher_blocksize()
/linux/include/crypto/
A Dhash.h331 return crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in crypto_ahash_blocksize()
764 return crypto_tfm_alg_blocksize(crypto_shash_tfm(tfm)); in crypto_shash_blocksize()
A Daead.h265 return crypto_tfm_alg_blocksize(crypto_aead_tfm(tfm)); in crypto_aead_blocksize()
A Dskcipher.h275 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
/linux/drivers/crypto/ccp/
A Dccp-crypto-sha.c66 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()
A Dccp-crypto-aes-cmac.c63 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ccp_do_cmac_update()
/linux/drivers/crypto/qce/
A Dsha.c193 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_update()
341 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in qce_ahash_hmac_setkey()
A Dcommon.c154 unsigned int blocksize = crypto_tfm_alg_blocksize(async_req->tfm); in qce_setup_regs_ahash()
/linux/include/linux/
A Dcrypto.h683 static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm) in crypto_tfm_alg_blocksize() function
/linux/drivers/crypto/bcm/
A Dcipher.c660 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in handle_ahash_req()
902 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in spu_hmac_outer_hash()
1001 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in handle_ahash_resp()
2321 crypto_tfm_alg_blocksize(crypto_ahash_tfm(ahash)); in ahash_hmac_setkey()
2422 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_init()
2472 crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in ahash_hmac_digest()
4186 unsigned int blocksize = crypto_tfm_alg_blocksize(tfm); in generic_cra_init()
/linux/drivers/crypto/chelsio/
A Dchcr_algo.c1675 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()
2319 unsigned int bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_hmac_init()
/linux/drivers/crypto/rockchip/
A Drk3288_crypto_skcipher.c205 block = crypto_tfm_alg_blocksize(tfm); in rk_ablk_hw_init()
/linux/drivers/crypto/
A Dtalitos.c1657 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()
A Dsahara.c920 block_size = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in sahara_sha_prepare_request()
/linux/drivers/crypto/ccree/
A Dcc_hash.c561 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()
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c1314 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()
/linux/drivers/crypto/caam/
A Dcaamalg_qi2.c3309 unsigned int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
3536 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_ctx()
3988 *next_buflen = in_len & (crypto_tfm_alg_blocksize(&ahash->base) - 1); in ahash_update_no_ctx()
4205 *next_buflen = req->nbytes & (crypto_tfm_alg_blocksize(&ahash->base) - in ahash_update_first()
A Dcaamhash.c426 int blocksize = crypto_tfm_alg_blocksize(&ahash->base); in ahash_setkey()
/linux/drivers/crypto/marvell/cesa/
A Dhash.c1230 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in mv_cesa_ahmac_setkey()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c1163 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in __safexcel_hmac_setkey()

Completed in 76 milliseconds