Lines Matching defs:ret
246 static const EC_METHOD ret = {
305 return &ret;
1239 NISTP224_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
1241 if (!ret) {
1243 return ret;
1246 ret->references = 1;
1248 ret->lock = CRYPTO_THREAD_lock_new();
1249 if (ret->lock == NULL) {
1251 OPENSSL_free(ret);
1254 return ret;
1289 int ret;
1290 ret = ossl_ec_GFp_simple_group_init(group);
1292 return ret;
1299 int ret = 0;
1324 ret = ossl_ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
1330 return ret;
1416 int ret = 0;
1597 ret = ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(group, r, x, y, z,
1606 return ret;
1611 int ret = 0;
1734 ret = 1;
1742 return ret;