Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_asn1.h55 extern VALUE cASN1UTCTime, cASN1GeneralizedTime; /* TIME */
H A Dossl_asn1.c174 VALUE cASN1UTCTime, cASN1GeneralizedTime; /* TIME */ variable
479 { "GENERALIZEDTIME", &cASN1GeneralizedTime, }, /* 24 */
1845 rb_hash_aset(class_tag_map, cASN1GeneralizedTime, INT2NUM(V_ASN1_GENERALIZEDTIME)); in OSSL_ASN1_IMPL_FACTORY_METHOD()