Home
last modified time | relevance | path

Searched refs:ossl_asn1_time_from_tm (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c267 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type) in ossl_asn1_time_from_tm() function
339 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF); in ASN1_TIME_adj()
364 ret = ossl_asn1_time_from_tm(ret, &tm, V_ASN1_GENERALIZEDTIME); in ASN1_TIME_to_generalizedtime()
577 return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL; in ASN1_TIME_normalize()
H A Da_gentm.c78 return ossl_asn1_time_from_tm(s, ts, V_ASN1_GENERALIZEDTIME); in ASN1_GENERALIZEDTIME_adj()
H A Da_utctm.c72 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UTCTIME); in ASN1_UTCTIME_adj()
H A Dasn1_local.h91 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type);
/third_party/openssl/crypto/asn1/
H A Da_time.c267 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type) in ossl_asn1_time_from_tm() function
339 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF); in ASN1_TIME_adj()
364 ret = ossl_asn1_time_from_tm(ret, &tm, V_ASN1_GENERALIZEDTIME); in ASN1_TIME_to_generalizedtime()
577 return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL; in ASN1_TIME_normalize()
H A Da_gentm.c78 return ossl_asn1_time_from_tm(s, ts, V_ASN1_GENERALIZEDTIME); in ASN1_GENERALIZEDTIME_adj()
H A Da_utctm.c72 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UTCTIME); in ASN1_UTCTIME_adj()
H A Dasn1_local.h91 ASN1_TIME *ossl_asn1_time_from_tm(ASN1_TIME *s, struct tm *ts, int type);

Completed in 5 milliseconds