Searched defs:tm (Results 1 – 14 of 14) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | a_time.c | 50 static void determine_days(struct tm *tm) in determine_days() 76 int ossl_asn1_time_to_tm(struct tm *tm, const ASN1_TIME *d) in ossl_asn1_time_to_tm() 356 struct tm tm; in ASN1_TIME_to_generalizedtime() local 383 struct tm tm; in ASN1_TIME_set_string_X509() local 441 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm() 474 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 480 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ASN1_TIME_print_ex() 488 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ossl_asn1_time_print_ex() 572 struct tm tm; in ASN1_TIME_normalize() local
|
A D | a_gentm.c | 81 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
|
A D | a_utctm.c | 96 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
|
/openssl-master/crypto/x509/ |
A D | x509cset.c | 37 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate() 44 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate() 140 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
|
A D | x509_set.c | 64 int ossl_x509_set1_time(ASN1_TIME **ptm, const ASN1_TIME *tm) in ossl_x509_set1_time() 78 int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set1_notBefore() 85 int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set1_notAfter()
|
/openssl-master/crypto/ |
A D | o_time.c | 72 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) in OPENSSL_gmtime_adj() 133 static int julian_adj(const struct tm *tm, int off_day, long offset_sec, in julian_adj()
|
/openssl-master/ssl/ |
A D | bio_ssl.c | 120 unsigned long tm; in ssl_read() local 189 unsigned long tm; in ssl_write() local
|
A D | t1_trce.c | 668 unsigned int tm; in ssl_print_random() local
|
/openssl-master/crypto/cms/ |
A D | cms_kari.c | 115 ASN1_GENERALIZEDTIME **tm, in CMS_RecipientEncryptedKey_get0_id()
|
/openssl-master/crypto/ts/ |
A D | ts_rsp_sign.c | 822 struct tm *tm = NULL, tm_result; in TS_RESP_set_genTime_with_precision() local
|
/openssl-master/apps/ |
A D | ca.c | 1481 const ASN1_TIME *tm; in do_body() local 2119 const ASN1_TIME *tm = NULL; in do_revoke() local
|
A D | speed.c | 3347 static void print_message(const char *s, long num, int length, int tm) in print_message() 3358 unsigned int bits, int tm) in pkey_print_message()
|
/openssl-master/ssl/statem/ |
A D | extensions_srvr.c | 693 unsigned long tm, now; in tls_parse_ctos_cookie() local
|
/openssl-master/apps/lib/ |
A D | apps.c | 3168 ASN1_TIME *tm = ASN1_TIME_new(); in set_crl_lastupdate() local 3194 ASN1_TIME *tm = ASN1_TIME_new(); in set_crl_nextupdate() local
|
Completed in 34 milliseconds