Searched refs:prng_key (Results 1 – 1 of 1) sorted by relevance
281 const unsigned char *prng_key; in reset_prng_context() local286 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()