Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst17 …crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_aha…
/openbmc/linux/include/crypto/
H A Dhash.h402 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
/openbmc/linux/crypto/
H A Dalgif_hash.c242 state = kmalloc(crypto_ahash_statesize(tfm), GFP_KERNEL); in hash_accept()
H A Dahash.c223 state = kmalloc(crypto_ahash_statesize(tfm), gfp); in ahash_save_req()
H A Dtestmgr.c1464 const unsigned int statesize = crypto_ahash_statesize(tfm); in test_ahash_vec_cfg()
1951 statesize = crypto_ahash_statesize(atfm); in __alg_test_hash()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c45 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ce_hash_init_tfm()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c131 crypto_ahash_statesize(op->fallback_tfm)); in sun8i_ss_hash_init_tfm()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c424 crypto_ahash_set_statesize(hash, crypto_ahash_statesize(ctx->ahash_fbk)); in starfive_hash_init_tfm()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2502 crypto_ahash_statesize(ctx->fback); in safexcel_sha3_cra_init()