Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-prng.c19 struct sun8i_ce_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in sun8i_ce_prng_init()
21 memset(ctx, 0, sizeof(struct sun8i_ce_rng_tfm_ctx)); in sun8i_ce_prng_init()
27 struct sun8i_ce_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm); in sun8i_ce_prng_exit()
37 struct sun8i_ce_rng_tfm_ctx *ctx = crypto_rng_ctx(tfm); in sun8i_ce_prng_seed()
58 struct sun8i_ce_rng_tfm_ctx *ctx = crypto_rng_ctx(tfm); in sun8i_ce_prng_generate()
H A Dsun8i-ce.h305 struct sun8i_ce_rng_tfm_ctx { struct
H A Dsun8i-ce-core.c606 .cra_ctxsize = sizeof(struct sun8i_ce_rng_tfm_ctx),