Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dx509_time_test.c481 #define construct_asn1_time(s, t, e) \ macro
489 construct_asn1_time("20170731222050Z", V_ASN1_GENERALIZEDTIME,
492 construct_asn1_time("201707312220Z", V_ASN1_GENERALIZEDTIME,
495 construct_asn1_time("20170731222050.123Z", V_ASN1_GENERALIZEDTIME,
498 construct_asn1_time("20170731222050.1Z", V_ASN1_GENERALIZEDTIME,
501 construct_asn1_time("20170731222050.Z", V_ASN1_GENERALIZEDTIME,
504 construct_asn1_time("170731222050Z", V_ASN1_UTCTIME,
507 construct_asn1_time("1707312220Z", V_ASN1_UTCTIME,
516 construct_asn1_time("20170731222050Z", V_ASN1_GENERALIZEDTIME,
519 construct_asn1_time("201707312220Z", V_ASN1_GENERALIZEDTIME,
[all …]