Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/caam/
H A Dcaamrng.c37 struct caam_rng_ctx { struct
52 static struct caam_rng_ctx *to_caam_rng_ctx(struct hwrng *r) in to_caam_rng_ctx() argument
54 return (struct caam_rng_ctx *)r->priv; in to_caam_rng_ctx()
118 static void caam_rng_fill_async(struct caam_rng_ctx *ctx) in caam_rng_fill_async()
142 struct caam_rng_ctx *ctx = container_of(work, struct caam_rng_ctx, in caam_rng_worker()
149 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_read()
168 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_cleanup()
180 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in test_len()
221 struct caam_rng_ctx *ctx = to_caam_rng_ctx(rng); in caam_init()
267 struct caam_rng_ctx *ctx; in caam_rng_init()