Lines Matching refs:strength
514 (EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, in evp_rand_instantiate_locked() argument
517 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
521 int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, in EVP_RAND_instantiate() argument
530 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, in EVP_RAND_instantiate()
553 size_t outlen, unsigned int strength, in evp_rand_generate_locked() argument
570 if (!ctx->meth->generate(ctx->algctx, out, chunk, strength, in evp_rand_generate_locked()
585 unsigned int strength, int prediction_resistance, in EVP_RAND_generate() argument
592 res = evp_rand_generate_locked(ctx, out, outlen, strength, in EVP_RAND_generate()
625 unsigned int strength = 0; in evp_rand_strength_locked() local
627 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
630 return strength; in evp_rand_strength_locked()