Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-digest.rst17 …crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_aha…
/Linux-v4.19/include/crypto/
Dhash.h345 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
/Linux-v4.19/crypto/
Dalgif_hash.c242 char state[crypto_ahash_statesize(crypto_ahash_reqtfm(req)) ? : 1]; in hash_accept()
Dtestmgr.c202 statesize = crypto_ahash_statesize( in ahash_partial_update()