Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/asn1/
Da_time.c98 ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm() function
110 LCRYPTO_ALIAS(ASN1_TIME_to_tm);
117 if (!ASN1_TIME_to_tm(from, &tm_from)) in ASN1_TIME_diff()
119 if (!ASN1_TIME_to_tm(to, &tm_to)) in ASN1_TIME_diff()
Da_time_tm.c596 if (!ASN1_TIME_to_tm(t, &tm)) in ASN1_TIME_normalize()
Dasn1.h674 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
/openbsd/src/lib/libtls/
Dtls_conninfo.c143 if (!ASN1_TIME_to_tm(before, &before_tm)) in tls_get_peer_cert_times()
145 if (!ASN1_TIME_to_tm(after, &after_tm)) in tls_get_peer_cert_times()
Dtls_ocsp.c70 if (!ASN1_TIME_to_tm(gt, &tm)) in tls_ocsp_asn1_parse_time()
/openbsd/src/usr.sbin/acme-client/
Drevokeproc.c53 if (!ASN1_TIME_to_tm(atim, &t)) { in X509expires()
/openbsd/src/usr.bin/openssl/
Dx509.c1180 if (!ASN1_TIME_to_tm(nB, NULL)) in x509_main()
1190 if (!ASN1_TIME_to_tm(nA, NULL)) in x509_main()
/openbsd/src/regress/lib/libcrypto/asn1/
Dasn1time.c317 if (ASN1_TIME_to_tm(gt, &tm) == 0) { in asn1_gentime_test()
/openbsd/src/usr.sbin/ocspcheck/
Docspcheck.c195 if (!ASN1_TIME_to_tm(gt, &tm)) in parse_ocsp_time()
/openbsd/src/usr.sbin/rpki-client/
Dx509.c917 if (!ASN1_TIME_to_tm(at, &tm)) in x509_get_time()
/openbsd/src/lib/libcrypto/
DSymbols.list133 ASN1_TIME_to_tm