Searched refs:crypto4xx_alg (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/amcc/
H A DMakefile3 crypto4xx-y := crypto4xx_core.o crypto4xx_alg.o
H A Dcrypto4xx_core.c934 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg,
946 struct crypto4xx_alg *amcc_alg;
957 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher);
980 struct crypto4xx_alg *amcc_alg;
988 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead);
1008 struct crypto4xx_alg *alg;
1013 alg = kzalloc(sizeof(struct crypto4xx_alg), GFP_KERNEL);
1049 struct crypto4xx_alg *alg, *tmp;
1167 struct crypto4xx_alg *amcc_alg;
1171 amcc_alg = container_of(alg, struct crypto4xx_alg, al
1190 static struct crypto4xx_alg_common crypto4xx_alg[] = { variable in typeref:struct:crypto4xx_alg_common
[all...]
H A Dcrypto4xx_core.h144 struct crypto4xx_alg { struct
H A Dcrypto4xx_alg.c615 struct crypto4xx_alg *my_alg;
620 my_alg = container_of(__crypto_ahash_alg(alg), struct crypto4xx_alg,

Completed in 226 milliseconds