Lines Matching refs:res

418     int res;  in EVP_RAND_CTX_get_params()  local
422 res = evp_rand_get_ctx_params_locked(ctx, params); in EVP_RAND_CTX_get_params()
424 return res; in EVP_RAND_CTX_get_params()
437 int res; in EVP_RAND_CTX_set_params() local
441 res = evp_rand_set_ctx_params_locked(ctx, params); in EVP_RAND_CTX_set_params()
443 return res; in EVP_RAND_CTX_set_params()
526 int res; in EVP_RAND_instantiate() local
530 res = evp_rand_instantiate_locked(ctx, strength, prediction_resistance, in EVP_RAND_instantiate()
533 return res; in EVP_RAND_instantiate()
543 int res; in EVP_RAND_uninstantiate() local
547 res = evp_rand_uninstantiate_locked(ctx); in EVP_RAND_uninstantiate()
549 return res; in EVP_RAND_uninstantiate()
588 int res; in EVP_RAND_generate() local
592 res = evp_rand_generate_locked(ctx, out, outlen, strength, in EVP_RAND_generate()
595 return res; in EVP_RAND_generate()
612 int res; in EVP_RAND_reseed() local
616 res = evp_rand_reseed_locked(ctx, prediction_resistance, in EVP_RAND_reseed()
619 return res; in EVP_RAND_reseed()
635 unsigned int res; in EVP_RAND_get_strength() local
639 res = evp_rand_strength_locked(ctx); in EVP_RAND_get_strength()
641 return res; in EVP_RAND_get_strength()
658 int res; in EVP_RAND_nonce() local
662 res = evp_rand_nonce_locked(ctx, out, outlen); in EVP_RAND_nonce()
664 return res; in EVP_RAND_nonce()
687 int res; in EVP_RAND_verify_zeroization() local
691 res = evp_rand_verify_zeroization_locked(ctx); in EVP_RAND_verify_zeroization()
693 return res; in EVP_RAND_verify_zeroization()
723 int res; in evp_rand_get_seed() local
727 res = evp_rand_get_seed_locked(ctx, in evp_rand_get_seed()
733 return res; in evp_rand_get_seed()