Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dansi_cprng.c281 const unsigned char *prng_key; in reset_prng_context() local
286 prng_key = (key != NULL) ? key : (unsigned char *)DEFAULT_PRNG_KEY; in reset_prng_context()
306 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()