Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-crypto.h51 struct ccp_crypto_ahash_alg { struct
78 static inline struct ccp_crypto_ahash_alg * argument
79 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg() function
86 return container_of(ahash_alg, struct ccp_crypto_ahash_alg, alg); in ccp_crypto_ahash_alg()
Dccp-crypto-sha.c186 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init()
187 ccp_crypto_ahash_alg(crypto_ahash_tfm(tfm)); in ccp_sha_init()
333 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init()
412 const struct ccp_crypto_ahash_alg *base_alg) in ccp_register_hmac_alg()
414 struct ccp_crypto_ahash_alg *ccp_alg; in ccp_register_hmac_alg()
458 struct ccp_crypto_ahash_alg *ccp_alg; in ccp_register_sha_alg()
Dccp-crypto-aes-cmac.c260 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey()
261 ccp_crypto_ahash_alg(crypto_ahash_tfm(tfm)); in ccp_aes_cmac_setkey()
350 struct ccp_crypto_ahash_alg *ccp_alg; in ccp_register_aes_cmac_algs()
Dccp-crypto-main.c373 struct ccp_crypto_ahash_alg *ahash_alg, *ahash_tmp; in ccp_unregister_algs()