Lines Matching refs:ret
24 BIGNUM *ret, BN_CTX *ctx)34 ret = BN_bin2bn(buf, buf_len, ret);38 return ret;46 EC_POINT *ret;61 if ((ret = EC_POINT_new(group)) == NULL) {66 ret = point;68 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) {69 if (ret != point)70 EC_POINT_clear_free(ret);76 return ret;