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

/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_core.c934 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, argument
937 ctx->dev = amcc_alg->dev;
946 struct crypto4xx_alg *amcc_alg; local
957 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher);
958 crypto4xx_ctx_init(amcc_alg, ctx);
980 struct crypto4xx_alg *amcc_alg; local
988 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead);
989 crypto4xx_ctx_init(amcc_alg, ctx);
1167 struct crypto4xx_alg *amcc_alg; local
1171 amcc_alg
[all...]

Completed in 110 milliseconds