Searched refs:group_v (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_ec.c250 VALUE group_v; local
257 group_v = rb_iv_get(self, "@group");
258 if (!NIL_P(group_v))
259 return group_v;
262 group_v = rb_obj_alloc(cEC_GROUP);
263 SafeGet_ec_group(group_v, ec_group);
266 rb_iv_set(group_v, "@key", self);
267 rb_iv_set(self, "@group", group_v);
268 return group_v;
290 static VALUE ossl_ec_key_set_group(VALUE self, VALUE group_v) argument
365 ossl_ec_point_dup(const EC_POINT *point, VALUE group_v) argument
1251 VALUE group_v = Qnil; local
1350 VALUE group_v = rb_iv_get(self, "@group"); local
1373 VALUE group_v = rb_iv_get(self, "@group"); local
1396 VALUE group_v = rb_iv_get(self, "@group"); local
1416 VALUE group_v = rb_iv_get(self, "@group"); local
1436 VALUE group_v = rb_iv_get(self, "@group"); local
1458 VALUE group_v = rb_iv_get(self, "@group"); local
1488 VALUE group_v = rb_iv_get(self, "@group"); local
[all...]

Completed in 166 milliseconds