Searched refs:ASN1_TIME_adj (Results 1 – 8 of 8) sorted by relevance
/openssl/test/ |
H A D | x509_time_test.c | 283 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 D | asn1_time_test.c | 381 asn1_time = ASN1_TIME_adj(NULL, time(NULL), 0, 0); in test_time_dup()
|
/openssl/doc/man3/ |
H A D | ASN1_TIME_set.pod | 6 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 D | a_time.c | 325 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 D | cmp_msg.c | 311 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 D | asn1.h.in | 679 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t,
|
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 2060 return ASN1_TIME_adj(s, t, offset_day, offset_sec); in X509_time_adj_ex()
|
/openssl/util/ |
H A D | libcrypto.num | 79 ASN1_TIME_adj 81 3_0_0 EXIST::FUNCTION:
|
Completed in 52 milliseconds