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

/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.h39 extern VALUE cASN1Constructive;
H A Dossl_asn1.c194 VALUE cASN1Constructive; variable
903 asn1data = rb_obj_alloc(cASN1Constructive);
1292 if (!rb_obj_is_kind_of(example, cASN1Constructive)){
1303 if (CLASS_OF(self) == cASN1Constructive)
1874 cASN1Constructive = rb_define_class_under(mASN1,"Constructive", cASN1Data);
1875 rb_include_module(cASN1Constructive, rb_mEnumerable);
1882 rb_attr(cASN1Constructive, rb_intern("tagging"), 1, 1, Qtrue);
1883 rb_define_method(cASN1Constructive, "initialize", ossl_asn1_initialize, -1);
1884 rb_define_method(cASN1Constructive, "to_der", ossl_asn1cons_to_der, 0);
1885 rb_define_method(cASN1Constructive, "eac
[all...]

Completed in 110 milliseconds