Home
last modified time | relevance | path

Searched refs:ASN1_TIME (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509.h302 ASN1_TIME *revocationDate;
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
418 OPENSSL_EXPORT int X509_set1_notAfter(X509 *x509, const ASN1_TIME *tm);
421 OPENSSL_EXPORT ASN1_TIME *X509_getm_notBefore(X509 *x509);
424 OPENSSL_EXPORT ASN1_TIME *X509_getm_notAfter(X509 *x);
429 OPENSSL_EXPORT ASN1_TIME *X509_get_notBefore(const X509 *x509);
434 OPENSSL_EXPORT ASN1_TIME *X509_get_notAfter(const X509 *x509);
438 OPENSSL_EXPORT int X509_set_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dasn1.h944 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
945 const ASN1_TIME *to);
971 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
973 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
974 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
976 OPENSSL_EXPORT int ASN1_TIME_check(const ASN1_TIME *t);
978 const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
979 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
1021 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dbase.h347 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509.h302 ASN1_TIME *revocationDate;
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
418 OPENSSL_EXPORT int X509_set1_notAfter(X509 *x509, const ASN1_TIME *tm);
421 OPENSSL_EXPORT ASN1_TIME *X509_getm_notBefore(X509 *x509);
424 OPENSSL_EXPORT ASN1_TIME *X509_getm_notAfter(X509 *x);
429 OPENSSL_EXPORT ASN1_TIME *X509_get_notBefore(const X509 *x509);
434 OPENSSL_EXPORT ASN1_TIME *X509_get_notAfter(const X509 *x509);
438 OPENSSL_EXPORT int X509_set_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dasn1.h944 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
945 const ASN1_TIME *to);
971 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
973 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
974 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
976 OPENSSL_EXPORT int ASN1_TIME_check(const ASN1_TIME *t);
978 const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
979 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
1021 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dbase.h347 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509.h302 ASN1_TIME *revocationDate;
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
418 OPENSSL_EXPORT int X509_set1_notAfter(X509 *x509, const ASN1_TIME *tm);
421 OPENSSL_EXPORT ASN1_TIME *X509_getm_notBefore(X509 *x509);
424 OPENSSL_EXPORT ASN1_TIME *X509_getm_notAfter(X509 *x);
429 OPENSSL_EXPORT ASN1_TIME *X509_get_notBefore(const X509 *x509);
434 OPENSSL_EXPORT ASN1_TIME *X509_get_notAfter(const X509 *x509);
438 OPENSSL_EXPORT int X509_set_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dasn1.h944 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
945 const ASN1_TIME *to);
971 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
973 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
974 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
976 OPENSSL_EXPORT int ASN1_TIME_check(const ASN1_TIME *t);
978 const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
979 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
1021 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dbase.h347 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509.h302 ASN1_TIME *revocationDate;
407 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notBefore(const X509 *x509);
410 OPENSSL_EXPORT const ASN1_TIME *X509_get0_notAfter(const X509 *x509);
414 OPENSSL_EXPORT int X509_set1_notBefore(X509 *x509, const ASN1_TIME *tm);
418 OPENSSL_EXPORT int X509_set1_notAfter(X509 *x509, const ASN1_TIME *tm);
421 OPENSSL_EXPORT ASN1_TIME *X509_getm_notBefore(X509 *x509);
424 OPENSSL_EXPORT ASN1_TIME *X509_getm_notAfter(X509 *x);
429 OPENSSL_EXPORT ASN1_TIME *X509_get_notBefore(const X509 *x509);
434 OPENSSL_EXPORT ASN1_TIME *X509_get_notAfter(const X509 *x509);
438 OPENSSL_EXPORT int X509_set_notBefore(X509 *x509, const ASN1_TIME *tm);
[all …]
H A Dasn1.h944 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from,
945 const ASN1_TIME *to);
971 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
973 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t);
974 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s, time_t t, int offset_day,
976 OPENSSL_EXPORT int ASN1_TIME_check(const ASN1_TIME *t);
978 const ASN1_TIME *t, ASN1_GENERALIZEDTIME **out);
979 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
1021 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dbase.h347 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dasn1.h604 #define M_ASN1_TIME_new() (ASN1_TIME *)\
607 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)\
698 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, const ASN1_TIME *to);
724 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
728 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
729 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s,time_t t, int offset_day, long offset_sec);
730 OPENSSL_EXPORT int ASN1_TIME_check(ASN1_TIME *t);
731 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIM…
732 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
838 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dx509.h122 ASN1_TIME *notBefore;
123 ASN1_TIME *notAfter;
391 ASN1_TIME *revocationDate;
408 ASN1_TIME *lastUpdate;
409 ASN1_TIME *nextUpdate;
692 OPENSSL_EXPORT int X509_cmp_time(const ASN1_TIME *s, time_t *t);
693 OPENSSL_EXPORT int X509_cmp_current_time(const ASN1_TIME *s);
694 OPENSSL_EXPORT ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
695 OPENSSL_EXPORT ASN1_TIME * X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *…
696 OPENSSL_EXPORT ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
[all …]
H A Dbase.h258 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dasn1.h604 #define M_ASN1_TIME_new() (ASN1_TIME *)\
607 #define M_ASN1_TIME_dup(a) (ASN1_TIME *)\
698 OPENSSL_EXPORT int ASN1_TIME_diff(int *pday, int *psec, const ASN1_TIME *from, const ASN1_TIME *to);
724 DECLARE_ASN1_FUNCTIONS(ASN1_TIME)
728 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s,time_t t);
729 OPENSSL_EXPORT ASN1_TIME *ASN1_TIME_adj(ASN1_TIME *s,time_t t, int offset_day, long offset_sec);
730 OPENSSL_EXPORT int ASN1_TIME_check(ASN1_TIME *t);
731 OPENSSL_EXPORT ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *t, ASN1_GENERALIZEDTIM…
732 OPENSSL_EXPORT int ASN1_TIME_set_string(ASN1_TIME *s, const char *str);
838 OPENSSL_EXPORT int ASN1_TIME_print(BIO *fp, const ASN1_TIME *a);
H A Dx509.h122 ASN1_TIME *notBefore;
123 ASN1_TIME *notAfter;
391 ASN1_TIME *revocationDate;
408 ASN1_TIME *lastUpdate;
409 ASN1_TIME *nextUpdate;
692 OPENSSL_EXPORT int X509_cmp_time(const ASN1_TIME *s, time_t *t);
693 OPENSSL_EXPORT int X509_cmp_current_time(const ASN1_TIME *s);
694 OPENSSL_EXPORT ASN1_TIME * X509_time_adj(ASN1_TIME *s, long adj, time_t *t);
695 OPENSSL_EXPORT ASN1_TIME * X509_time_adj_ex(ASN1_TIME *s, int offset_day, long offset_sec, time_t *…
696 OPENSSL_EXPORT ASN1_TIME * X509_gmtime_adj(ASN1_TIME *s, long adj);
[all …]
H A Dbase.h258 typedef struct asn1_string_st ASN1_TIME; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509.h153 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 …]
H A Dasn1.h716 # 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);
H A Dossl_typ.h74 # define ASN1_TIME ASN1_STRING macro
94 typedef struct asn1_string_st ASN1_TIME;
H A Docsp.h478 ASN1_TIME *revtime,
479 ASN1_TIME *thisupd,
480 ASN1_TIME *nextupd);
H A Dpkcs7.h361 int PKCS7_add0_attrib_signing_time(PKCS7_SIGNER_INFO *si, ASN1_TIME *t);
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...