| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | asn1t.h | 85 OPENSSL_GLOBAL const ASN1_ITEM itname##_it = { 98 const ASN1_ITEM * itname##_it(void) \ 100 static const ASN1_ITEM local_it = { 318 # define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblna… 319 # define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tbln… 414 static const ASN1_ITEM *name##_adb(void) \ 426 return (const ASN1_ITEM *) &internal_adb; \ 659 const ASN1_ITEM *it, int tag, int aclass, char opt, 663 const ASN1_ITEM *it, int tag, int aclass); 664 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); [all …]
|
| H A D | asn1.h | 404 typedef const ASN1_ITEM ASN1_ITEM_EXP; 415 OPENSSL_EXTERN const ASN1_ITEM name##_it; 425 typedef const ASN1_ITEM *ASN1_ITEM_EXP (void); 436 const ASN1_ITEM * name##_it(void); 976 void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 993 void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 1006 int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 1021 void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 1034 int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 1067 void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it); [all …]
|
| H A D | pkcs12.h | 177 PKCS12_SAFEBAG *PKCS12_item_pack_safebag(void *obj, const ASN1_ITEM *it, 217 void *PKCS12_item_decrypt_d2i(X509_ALGOR *algor, const ASN1_ITEM *it, 221 const ASN1_ITEM *it,
|
| H A D | ocsp.h | 405 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it, 408 const ASN1_ITEM *it); 410 int OCSP_REQ_CTX_i2d(OCSP_REQ_CTX *rctx, const ASN1_ITEM *it,
|
| H A D | ossl_typ.h | 105 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef
|
| H A D | x509.h | 887 int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, void *data, 890 int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1, 893 int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, 896 int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 295 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 296 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 607 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 610 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 611 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 612 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 618 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM… 619 …VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 620 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, cons… [all …]
|
| H A D | asn1.h | 350 typedef const ASN1_ITEM ASN1_ITEM_EXP; 361 extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 778 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 795 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 808 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 822 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 835 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 845 OPENSSL_EXPORT void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it); 847 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct); 863 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | x509.h | 799 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data, 802 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1, 805 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, 808 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it,
|
| H A D | base.h | 244 typedef struct ASN1_ITEM_st ASN1_ITEM; typedef
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 295 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 296 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 607 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 610 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 611 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 612 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 618 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM… 619 …VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it); 620 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, cons… [all …]
|
| H A D | asn1.h | 350 typedef const ASN1_ITEM ASN1_ITEM_EXP; 361 extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 778 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 795 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 808 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 822 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 835 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 845 OPENSSL_EXPORT void *ASN1_item_unpack(ASN1_STRING *oct, const ASN1_ITEM *it); 847 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, ASN1_OCTET_STRING **oct); 863 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | x509.h | 799 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it,const EVP_MD *type,void *data, 802 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, X509_ALGOR *algor1, 805 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, X509_ALGOR *algor2, 808 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | asn1.h | 727 typedef const ASN1_ITEM ASN1_ITEM_EXP; 737 #define DECLARE_ASN1_ITEM(name) extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 1007 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 1010 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 1011 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 1016 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 1017 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 1030 const ASN1_ITEM *it); 1032 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, 1058 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 259 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 260 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 540 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 543 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 544 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 545 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 579 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
|
| H A D | x509.h | 1025 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, 1029 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, 1034 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, 1038 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | asn1.h | 727 typedef const ASN1_ITEM ASN1_ITEM_EXP; 737 #define DECLARE_ASN1_ITEM(name) extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 1007 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 1010 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 1011 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 1016 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 1017 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 1030 const ASN1_ITEM *it); 1032 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, 1058 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 259 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 260 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 540 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 543 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 544 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 545 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 579 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
|
| H A D | x509.h | 1025 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, 1029 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, 1034 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, 1038 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | asn1.h | 727 typedef const ASN1_ITEM ASN1_ITEM_EXP; 737 #define DECLARE_ASN1_ITEM(name) extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 1007 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 1010 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 1011 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 1016 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 1017 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 1030 const ASN1_ITEM *it); 1032 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, 1058 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 259 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 260 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 540 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 543 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 544 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 545 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 579 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
|
| H A D | x509.h | 1025 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, 1029 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, 1034 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, 1038 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | asn1.h | 727 typedef const ASN1_ITEM ASN1_ITEM_EXP; 737 #define DECLARE_ASN1_ITEM(name) extern OPENSSL_EXPORT const ASN1_ITEM name##_it; 1007 OPENSSL_EXPORT void *ASN1_item_dup(const ASN1_ITEM *it, void *x); 1010 OPENSSL_EXPORT void *ASN1_item_d2i_fp(const ASN1_ITEM *it, FILE *in, void *x); 1011 OPENSSL_EXPORT int ASN1_item_i2d_fp(const ASN1_ITEM *it, FILE *out, void *x); 1016 OPENSSL_EXPORT void *ASN1_item_d2i_bio(const ASN1_ITEM *it, BIO *in, void *x); 1017 OPENSSL_EXPORT int ASN1_item_i2d_bio(const ASN1_ITEM *it, BIO *out, void *x); 1030 const ASN1_ITEM *it); 1032 OPENSSL_EXPORT ASN1_STRING *ASN1_item_pack(void *obj, const ASN1_ITEM *it, 1058 OPENSSL_EXPORT ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it); [all …]
|
| H A D | asn1t.h | 82 const ASN1_ITEM itname##_it = { 259 #define ASN1_ADB_OBJECT(tblname) { ASN1_TFLG_ADB_OID, -1, 0, #tblname, (const ASN1_ITEM *)&(tblname… 260 #define ASN1_ADB_INTEGER(tblname) { ASN1_TFLG_ADB_INT, -1, 0, #tblname, (const ASN1_ITEM *)&(tblnam… 540 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, 543 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int a… 544 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 545 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it); 579 typedef int ASN1_aux_cb(int operation, ASN1_VALUE **in, const ASN1_ITEM *it,
|
| H A D | x509.h | 1025 OPENSSL_EXPORT int ASN1_item_digest(const ASN1_ITEM *it, const EVP_MD *type, 1029 OPENSSL_EXPORT int ASN1_item_verify(const ASN1_ITEM *it, 1034 OPENSSL_EXPORT int ASN1_item_sign(const ASN1_ITEM *it, X509_ALGOR *algor1, 1038 OPENSSL_EXPORT int ASN1_item_sign_ctx(const ASN1_ITEM *it, X509_ALGOR *algor1,
|