Lines Matching defs:ret
1781 static const EC_METHOD ret = {
1840 return &ret;
1850 NISTP256_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
1852 if (ret == NULL) {
1854 return ret;
1857 ret->references = 1;
1859 ret->lock = CRYPTO_THREAD_lock_new();
1860 if (ret->lock == NULL) {
1862 OPENSSL_free(ret);
1865 return ret;
1900 int ret;
1901 ret = ossl_ec_GFp_simple_group_init(group);
1903 return ret;
1910 int ret = 0;
1935 ret = ossl_ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
1941 return ret;
2028 int ret = 0;
2216 ret = ossl_ec_GFp_simple_set_Jprojective_coordinates_GFp(group, r, x, y, z,
2225 return ret;
2230 int ret = 0;
2363 ret = 1;
2372 return ret;