Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dansi_cprng.c288 unsigned char *prng_key; in reset_prng_context() local
293 prng_key = (key != NULL) ? key : (unsigned char *)DEFAULT_PRNG_KEY; in reset_prng_context()
313 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); in reset_prng_context()