Searched refs:crypto4xx_alg (Results 1 – 4 of 4) sorted by relevance
/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 934 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() 946 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() 957 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init() 980 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() 988 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init() 1008 struct crypto4xx_alg *alg; in crypto4xx_register_alg() 1013 alg = kzalloc(sizeof(struct crypto4xx_alg), GFP_KERNEL); in crypto4xx_register_alg() 1049 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg() 1167 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate() 1171 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate() [all …]
|
D | Makefile | 3 crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o
|
D | crypto4xx_core.h | 144 struct crypto4xx_alg { struct
|
D | crypto4xx_alg.c | 629 struct crypto4xx_alg *my_alg; in crypto4xx_hash_alg_init() 634 my_alg = container_of(__crypto_ahash_alg(alg), struct crypto4xx_alg, in crypto4xx_hash_alg_init()
|