Searched refs:amcc_alg (Results 1 – 1 of 1) sorted by relevance
936 static void crypto4xx_ctx_init(struct crypto4xx_alg *amcc_alg, in crypto4xx_ctx_init() argument939 ctx->dev = amcc_alg->dev; in crypto4xx_ctx_init()948 struct crypto4xx_alg *amcc_alg; in crypto4xx_sk_init() local959 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.cipher); in crypto4xx_sk_init()960 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_sk_init()982 struct crypto4xx_alg *amcc_alg; in crypto4xx_aead_init() local990 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.aead); in crypto4xx_aead_init()991 crypto4xx_ctx_init(amcc_alg, ctx); in crypto4xx_aead_init()1169 struct crypto4xx_alg *amcc_alg; in crypto4xx_prng_generate() local1173 amcc_alg = container_of(alg, struct crypto4xx_alg, alg.u.rng); in crypto4xx_prng_generate()[all …]