Home
last modified time | relevance | path

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

/openssl/test/
H A Dx509_time_test.c283 asn1_before = ASN1_TIME_adj(NULL, now, -1, 0); in test_x509_cmp_time_current()
284 asn1_after = ASN1_TIME_adj(NULL, now, 1, 0); in test_x509_cmp_time_current()
325 ASN1_TIME *asn1_mid = ASN1_TIME_adj(NULL, now, 0, 0); in test_X509_cmp_timeframe()
327 ASN1_TIME *asn1_before = ASN1_TIME_adj(NULL, now, -1, 0); in test_X509_cmp_timeframe()
328 ASN1_TIME *asn1_after = ASN1_TIME_adj(NULL, now, 1, 0); in test_X509_cmp_timeframe()
H A Dasn1_time_test.c381 asn1_time = ASN1_TIME_adj(NULL, time(NULL), 0, 0); in test_time_dup()
/openssl/doc/man3/
H A DASN1_TIME_set.pod6 ASN1_TIME_adj, ASN1_UTCTIME_adj, ASN1_GENERALIZEDTIME_adj,
26 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
73 The ASN1_TIME_adj(), ASN1_UTCTIME_adj() and ASN1_GENERALIZEDTIME_adj()
167 New applications should use ASN1_TIME_adj() instead and pass the offset value
171 ASN1_TIME_adj() may change the type from B<ASN1_GENERALIZEDTIME> to
198 ASN1_TIME_adj(), ASN1_UTCTIME_adj() and ASN1_GENERALIZEDTIME_set() return
245 tm = ASN1_TIME_adj(NULL, t, 0, 60 * 60);
/openssl/crypto/asn1/
H A Da_time.c325 return ASN1_TIME_adj(s, t, 0, 0); in ASN1_TIME_set()
328 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, in ASN1_TIME_adj() function
/openssl/crypto/cmp/
H A Dcmp_msg.c311 ASN1_TIME *notBefore = ASN1_TIME_adj(NULL, now, 0, 0); in OSSL_CMP_CTX_setup_CRM()
312 ASN1_TIME *notAfter = ASN1_TIME_adj(NULL, now, ctx->days, 0); in OSSL_CMP_CTX_setup_CRM()
/openssl/include/openssl/
H A Dasn1.h.in679 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
/openssl/crypto/x509/
H A Dx509_vfy.c2060 return ASN1_TIME_adj(s, t, offset_day, offset_sec); in X509_time_adj_ex()
/openssl/util/
H A Dlibcrypto.num79 ASN1_TIME_adj 81 3_0_0 EXIST::FUNCTION:

Completed in 52 milliseconds