Searched refs:ASN1_TIME (Results 1 – 5 of 5) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | x509.h | 153 ASN1_TIME *notBefore; 154 ASN1_TIME *notAfter; 429 ASN1_TIME *revocationDate; 445 ASN1_TIME *lastUpdate; 446 ASN1_TIME *nextUpdate; 764 int X509_cmp_time(const ASN1_TIME *s, time_t *t); 765 int X509_cmp_current_time(const ASN1_TIME *s); 766 ASN1_TIME *X509_time_adj(ASN1_TIME *s, long adj, time_t *t); 767 ASN1_TIME *X509_time_adj_ex(ASN1_TIME *s, 769 ASN1_TIME *X509_gmtime_adj(ASN1_TIME *s, long adj); [all …]
|
A D | asn1.h | 716 # define M_ASN1_TIME_new() (ASN1_TIME *)\ 719 # define M_ASN1_TIME_dup(a) (ASN1_TIME *)\ 864 const ASN1_TIME *from, const ASN1_TIME *to); 892 DECLARE_ASN1_FUNCTIONS(ASN1_TIME) 896 ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); 897 ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, 899 int ASN1_TIME_check(ASN1_TIME *t); 900 ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIME 902 int ASN1_TIME_set_string(ASN1_TIME *s, const char *str); 1037 int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
|
A D | ossl_typ.h | 74 # define ASN1_TIME ASN1_STRING macro 94 typedef struct asn1_string_st ASN1_TIME;
|
A D | ocsp.h | 478 ASN1_TIME *revtime, 479 ASN1_TIME *thisupd, 480 ASN1_TIME *nextupd);
|
A D | pkcs7.h | 361 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
|
Completed in 20 milliseconds