Lines Matching refs:strength
502 (EVP_RAND_CTX *ctx, unsigned int strength, int prediction_resistance, in evp_rand_instantiate_locked() argument
505 return ctx->meth->instantiate(ctx->algctx, strength, prediction_resistance, in evp_rand_instantiate_locked()
509 int EVP_RAND_instantiate(EVP_RAND_CTX *ctx, unsigned int strength, in EVP_RAND_instantiate() argument
518 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, in EVP_RAND_instantiate()
541 size_t outlen, unsigned int strength, in evp_rand_generate_locked() argument
558 if (!ctx->meth->generate(ctx->algctx, out, chunk, strength, in evp_rand_generate_locked()
573 unsigned int strength, int prediction_resistance, in EVP_RAND_generate() argument
580 res = evp_rand_generate_locked(ctx, out, outlen, strength, in EVP_RAND_generate()
613 unsigned int strength = 0; in evp_rand_strength_locked() local
615 params[0] = OSSL_PARAM_construct_uint(OSSL_RAND_PARAM_STRENGTH, &strength); in evp_rand_strength_locked()
618 return strength; in evp_rand_strength_locked()