Searched refs:ASN1_TIME_to_tm (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/asn1/ |
H A D | a_time.c | 362 if (!ASN1_TIME_to_tm(t, &tm)) in ASN1_TIME_to_generalizedtime() 443 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm() function 463 if (!ASN1_TIME_to_tm(from, &tm_from)) in ASN1_TIME_diff() 465 if (!ASN1_TIME_to_tm(to, &tm_to)) in ASN1_TIME_diff() 556 if (!ASN1_TIME_to_tm(s, &stm)) in ASN1_TIME_cmp_time_t() 576 if (t == NULL || !ASN1_TIME_to_tm(t, &tm)) in ASN1_TIME_normalize()
|
/openssl/test/testutil/ |
H A D | helper.c | 51 if (!(ASN1_TIME_to_tm(timestamp_asn1, timestamp_tm))) { in test_asn1_string_to_time_t()
|
/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 11 ASN1_TIME_to_tm, 51 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm); 114 ASN1_TIME_to_tm() converts the time I<s> to the standard I<tm> structure. 214 ASN1_TIME_to_tm() returns 1 if the time is successfully parsed and 0 if an 267 The ASN1_TIME_to_tm() function was added in OpenSSL 1.1.1.
|
/openssl/test/ |
H A D | x509_time_test.c | 473 && TEST_true(ASN1_TIME_to_tm(a, &t)) in test_days()
|
H A D | cmp_hdr_test.c | 192 if (!TEST_true(ASN1_TIME_to_tm(fixture->hdr->messageTime, &hdrtm))) in execute_HDR_update_messageTime_test()
|
/openssl/include/openssl/ |
H A D | asn1.h.in | 686 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm);
|
/openssl/util/ |
H A D | libcrypto.num | 4151 ASN1_TIME_to_tm 4243 3_0_0 EXIST::FUNCTION:
|
Completed in 44 milliseconds