Searched refs:amcc_alg (Results 1 – 1 of 1) sorted by relevance
939 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() argument942 ctx->dev = amcc_alg->dev; in crypto4xx_ctx_init()951 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() local962 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()963 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_sk_init()985 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() local993 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()994 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_aead_init()1172 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate() local1176 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate()[all …]