Lines Matching refs:res

406     int res;  in EVP_RAND_CTX_get_params()  local
410 res = evp_rand_get_ctx_params_locked(ctx, params); in EVP_RAND_CTX_get_params()
412 return res; in EVP_RAND_CTX_get_params()
425 int res; in EVP_RAND_CTX_set_params() local
429 res = evp_rand_set_ctx_params_locked(ctx, params); in EVP_RAND_CTX_set_params()
431 return res; in EVP_RAND_CTX_set_params()
514 int res; in EVP_RAND_instantiate() local
518 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, in EVP_RAND_instantiate()
521 return res; in EVP_RAND_instantiate()
531 int res; in EVP_RAND_uninstantiate() local
535 res = evp_rand_uninstantiate_locked(ctx); in EVP_RAND_uninstantiate()
537 return res; in EVP_RAND_uninstantiate()
576 int res; in EVP_RAND_generate() local
580 res = evp_rand_generate_locked(ctx, out, outlen, strength, in EVP_RAND_generate()
583 return res; in EVP_RAND_generate()
600 int res; in EVP_RAND_reseed() local
604 res = evp_rand_reseed_locked(ctx, prediction_resistance, in EVP_RAND_reseed()
607 return res; in EVP_RAND_reseed()
623 unsigned int res; in EVP_RAND_get_strength() local
627 res = evp_rand_strength_locked(ctx); in EVP_RAND_get_strength()
629 return res; in EVP_RAND_get_strength()
646 int res; in EVP_RAND_nonce() local
650 res = evp_rand_nonce_locked(ctx, out, outlen); in EVP_RAND_nonce()
652 return res; in EVP_RAND_nonce()
675 int res; in EVP_RAND_verify_zeroization() local
679 res = evp_rand_verify_zeroization_locked(ctx); in EVP_RAND_verify_zeroization()
681 return res; in EVP_RAND_verify_zeroization()