Searched refs:amcc_alg (Results 1 – 1 of 1) sorted by relevance
931 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() argument934 ctx->dev = amcc_alg->dev; in crypto4xx_ctx_init()943 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() local954 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()955 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_sk_init()977 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() local985 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()986 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_aead_init()1164 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate() local1168 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate()[all …]