Searched refs:amcc_alg (Results 1 – 1 of 1) sorted by relevance
934 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() argument937 ctx->dev = amcc_alg->dev; in crypto4xx_ctx_init()946 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() local957 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()958 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_sk_init()980 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() local988 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()989 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_aead_init()1167 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate() local1171 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate()[all …]