Lines Matching defs:ret
1674 static const EC_METHOD ret = {
1733 return &ret;
1743 NISTP521_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
1745 if (ret == NULL) {
1747 return ret;
1750 ret->references = 1;
1752 ret->lock = CRYPTO_THREAD_lock_new();
1753 if (ret->lock == NULL) {
1755 OPENSSL_free(ret);
1758 return ret;
1793 int ret;
1794 ret = ossl_ec_GFp_simple_group_init(group);
1796 return ret;
1803 int ret = 0;
1828 ret = ossl_ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
1834 return ret;
1921 int ret = 0;
2106 ret = ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(group, r, x, y, z,
2115 return ret;
2120 int ret = 0;
2222 ret = 1;
2231 return ret;