Home
last modified time | relevance | path

Searched refs:crypto4xx_alg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c897 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init()
909 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init()
920 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()
943 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init()
951 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()
971 struct crypto4xx_alg *alg; in crypto4xx_register_alg()
976 alg = kzalloc_obj(struct crypto4xx_alg); in crypto4xx_register_alg()
1008 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg()
1122 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate()
1126 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate()
[all …]
H A DMakefile3 crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o
H A Dcrypto4xx_core.h142 struct crypto4xx_alg { struct