Searched refs:amcc_alg (Results 1 – 1 of 1) sorted by relevance
938 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() argument941 ctx->dev = amcc_alg->dev; in crypto4xx_ctx_init()950 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() local966 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()967 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_sk_init()989 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() local997 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()998 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_aead_init()