Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_asn1.h42 extern VALUE cASN1Constructive;
H A Dossl_asn1.c160 VALUE cASN1Constructive; variable
836 asn1data = rb_obj_alloc(cASN1Constructive); in int_ossl_asn1_decode0_cons()
1762 cASN1Constructive = rb_define_class_under(mASN1,"Constructive", cASN1Data); in OSSL_ASN1_IMPL_FACTORY_METHOD()
1763 rb_include_module(cASN1Constructive, rb_mEnumerable); in OSSL_ASN1_IMPL_FACTORY_METHOD()
1770 rb_attr(cASN1Constructive, rb_intern("tagging"), 1, 1, Qtrue); in OSSL_ASN1_IMPL_FACTORY_METHOD()
1771 rb_define_method(cASN1Constructive, "initialize", ossl_asn1_initialize, -1); in OSSL_ASN1_IMPL_FACTORY_METHOD()
1772 rb_define_method(cASN1Constructive, "to_der", ossl_asn1cons_to_der, 0); in OSSL_ASN1_IMPL_FACTORY_METHOD()
1773 rb_define_method(cASN1Constructive, "each", ossl_asn1cons_each, 0); in OSSL_ASN1_IMPL_FACTORY_METHOD()