Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c280 const unsigned char *prng_key; in reset_prng_context() local
285 prng_key = (key != NULL) ? key : (unsigned char *)DEFAULT_PRNG_KEY; in reset_prng_context()
305 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()
/kernel/linux/linux-6.6/crypto/
H A 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()

Completed in 2 milliseconds