Searched defs:tm (Results 1 – 14 of 14) sorted by relevance
/openssl/crypto/asn1/ |
H 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() 360 struct tm tm; in ASN1_TIME_to_generalizedtime() local 387 struct tm tm; in ASN1_TIME_set_string_X509() local 443 int ASN1_TIME_to_tm(const ASN1_TIME *s, struct tm *tm) in ASN1_TIME_to_tm() 476 int ASN1_TIME_print(BIO *bp, const ASN1_TIME *tm) in ASN1_TIME_print() 482 int ASN1_TIME_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ASN1_TIME_print_ex() 490 int ossl_asn1_time_print_ex(BIO *bp, const ASN1_TIME *tm, unsigned long flags) in ossl_asn1_time_print_ex() 574 struct tm tm; in ASN1_TIME_normalize() local
|
H A D | a_gentm.c | 81 int ASN1_GENERALIZEDTIME_print(BIO *bp, const ASN1_GENERALIZEDTIME *tm) in ASN1_GENERALIZEDTIME_print()
|
H A D | a_utctm.c | 96 int ASN1_UTCTIME_print(BIO *bp, const ASN1_UTCTIME *tm) in ASN1_UTCTIME_print()
|
/openssl/crypto/x509/ |
H A D | x509cset.c | 43 int X509_CRL_set1_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_lastUpdate() 50 int X509_CRL_set1_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) in X509_CRL_set1_nextUpdate() 147 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) in X509_REVOKED_set_revocationDate()
|
H A D | x509_set.c | 73 int ossl_x509_set1_time(int *modified, ASN1_TIME **ptm, const ASN1_TIME *tm) in ossl_x509_set1_time() 89 int X509_set1_notBefore(X509 *x, const ASN1_TIME *tm) in X509_set1_notBefore() 97 int X509_set1_notAfter(X509 *x, const ASN1_TIME *tm) in X509_set1_notAfter()
|
/openssl/crypto/ |
H 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/ssl/ |
H A D | bio_ssl.c | 122 unsigned long tm; in ssl_read() local 191 unsigned long tm; in ssl_write() local
|
H A D | t1_trce.c | 704 unsigned int tm; in ssl_print_random() local
|
/openssl/crypto/cms/ |
H A D | cms_kari.c | 115 ASN1_GENERALIZEDTIME **tm, in CMS_RecipientEncryptedKey_get0_id()
|
/openssl/crypto/ts/ |
H A D | ts_rsp_sign.c | 820 struct tm *tm = NULL, tm_result; in TS_RESP_set_genTime_with_precision() local
|
/openssl/apps/ |
H A D | ca.c | 1460 const ASN1_TIME *tm; in do_body() local 2098 const ASN1_TIME *tm = NULL; in do_revoke() local
|
H A D | speed.c | 4754 static void print_message(const char *s, int length, int tm) in print_message() 4765 int tm) in pkey_print_message() 4775 static void kskey_print_message(const char *str, const char *str2, int tm) in kskey_print_message()
|
/openssl/apps/lib/ |
H A D | apps.c | 3349 ASN1_TIME *tm = ASN1_TIME_new(); in set_crl_lastupdate() local 3375 ASN1_TIME *tm = ASN1_TIME_new(); in set_crl_nextupdate() local
|
/openssl/ssl/statem/ |
H A D | extensions_srvr.c | 736 uint64_t tm, now; in tls_parse_ctos_cookie() local
|
Completed in 74 milliseconds