Home
last modified time | relevance | path

Searched defs:ccp_crypto_ahash_alg (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/crypto/ccp/
Dccp-crypto.h51 struct ccp_crypto_ahash_alg { struct
52 struct list_head entry;
54 const __be32 *init;
78 static inline struct ccp_crypto_ahash_alg * argument
79 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg() function