Home
last modified time | relevance | path

Searched refs:caam_rng_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/crypto/caam/
Dcaamrng.c35 struct caam_rng_ctx { struct
50 static struct caam_rng_ctx *to_caam_rng_ctx(struct hwrng *r) in to_caam_rng_ctx() argument
52 return (struct caam_rng_ctx *)r->priv; in to_caam_rng_ctx()
116 static void caam_rng_fill_async(struct caam_rng_ctx *ctx) in caam_rng_fill_async()
140 struct caam_rng_ctx *ctx = container_of(work, struct caam_rng_ctx, in caam_rng_worker()
147 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_read()
166 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_cleanup()
175 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_init()
220 struct caam_rng_ctx *ctx; in caam_rng_init()