Home
last modified time | relevance | path

Searched refs:crypto_ahash_statesize (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/crypto/ !
H A Dapi-digest.rst20 …crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_aha…
/linux/crypto/ !
H A Dhmac.c258 int ss = crypto_ahash_statesize(parent); in hmac_setkey_ahash()
360 int ss = crypto_ahash_statesize(tfm); in hmac_finup_finish()
H A Dahash.c331 if (crypto_ahash_statesize(tfm) > HASH_MAX_STATESIZE) in ahash_do_req_chain()
650 unsigned int ss = crypto_ahash_statesize(tfm); in crypto_ahash_export()
689 unsigned int ss = crypto_ahash_statesize(tfm); in crypto_ahash_import()
H A Dalgif_hash.c242 state = kmalloc(crypto_ahash_statesize(tfm), GFP_KERNEL); in hash_accept()
H A Dtestmgr.c1480 const unsigned int statesize = crypto_ahash_statesize(tfm); in test_ahash_vec_cfg()
1954 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
/linux/drivers/crypto/ !
H A Dpadlock-sha.c175 crypto_ahash_statesize(fallback_tfm)) { in padlock_init_tfm()
/linux/include/crypto/ !
H A Dhash.h416 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
/linux/drivers/crypto/allwinner/sun8i-ce/ !
H A Dsun8i-ce-hash.c57 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ce_hash_init_tfm()
/linux/drivers/crypto/allwinner/sun8i-ss/ !
H A Dsun8i-ss-hash.c114 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ss_hash_init_tfm()
/linux/drivers/crypto/starfive/ !
H A Djh7110-hash.c393 crypto_ahash_set_statesize(hash, crypto_ahash_statesize(ctx->ahash_fbk)); in starfive_hash_init_tfm()
/linux/drivers/crypto/tegra/ !
H A Dtegra-se-hash.c572 statesize = crypto_ahash_statesize(ctx->fallback_tfm); in tegra_sha_init_fallback()
/linux/drivers/crypto/inside-secure/ !
H A Dsafexcel_hash.c2418 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()