Home
last modified time | relevance | path

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

/drivers/crypto/ccp/
Dccp-crypto.h52 struct ccp_crypto_ahash_alg { struct
79 static inline struct ccp_crypto_ahash_alg * argument
80 ccp_crypto_ahash_alg(struct crypto_tfm *tfm) in ccp_crypto_ahash_alg() function
87 return container_of(ahash_alg, struct ccp_crypto_ahash_alg, alg); in ccp_crypto_ahash_alg()
Dccp-crypto-sha.c187 struct ccp_crypto_ahash_alg *alg = in ccp_sha_init()
188 ccp_crypto_ahash_alg(crypto_ahash_tfm(tfm)); in ccp_sha_init()
334 struct ccp_crypto_ahash_alg *alg = ccp_crypto_ahash_alg(tfm); in ccp_hmac_sha_cra_init()
413 const struct ccp_crypto_ahash_alg *base_alg) in ccp_register_hmac_alg()
415 struct ccp_crypto_ahash_alg *ccp_alg; in ccp_register_hmac_alg()
459 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()