Home
last modified time | relevance | path

Searched refs:STACK_OF (Results 1 – 25 of 98) sorted by relevance

1234

/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dstack.h112 #define STACK_OF(type) struct stack_st_##type macro
114 #define DECLARE_STACK_OF(type) STACK_OF(type);
230 struct StackTraits<STACK_OF(name)> { \
252 static inline OPENSSL_UNUSED STACK_OF(name) * \
254 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
257 static inline OPENSSL_UNUSED STACK_OF(name) *sk_##name##_new_null(void) { \
258 return (STACK_OF(name) *)sk_new_null(); \
262 const STACK_OF(name) *sk) { \
266 static inline OPENSSL_UNUSED void sk_##name##_zero(STACK_OF(name) *sk) { \
271 const STACK_OF(name) *sk, size_t i) { \
[all …]
H A Dx509v3.h85 typedef STACK_OF(CONF_VALUE) * typedef
87 STACK_OF(CONF_VALUE) *extlist);
90 STACK_OF(CONF_VALUE) *values);
129 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
131 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
216 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
228 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
230 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
236 STACK_OF(X509_NAME_ENTRY) *relativename;
263 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dx509_vfy.h157 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
170 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
172 STACK_OF(X509) *additional_untrusted;
175 STACK_OF(X509_LOOKUP) *get_cert_methods;
188 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
189 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
220 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
221 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
236 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
237 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dstack.h112 #define STACK_OF(type) struct stack_st_##type macro
114 #define DECLARE_STACK_OF(type) STACK_OF(type);
230 struct StackTraits<STACK_OF(name)> { \
252 static inline OPENSSL_UNUSED STACK_OF(name) * \
254 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
257 static inline OPENSSL_UNUSED STACK_OF(name) *sk_##name##_new_null(void) { \
258 return (STACK_OF(name) *)sk_new_null(); \
262 const STACK_OF(name) *sk) { \
266 static inline OPENSSL_UNUSED void sk_##name##_zero(STACK_OF(name) *sk) { \
271 const STACK_OF(name) *sk, size_t i) { \
[all …]
H A Dx509v3.h85 typedef STACK_OF(CONF_VALUE) * typedef
87 STACK_OF(CONF_VALUE) *extlist);
90 STACK_OF(CONF_VALUE) *values);
129 STACK_OF(CONF_VALUE) * (*get_section)(void *db, char *section);
131 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
216 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
228 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
230 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
236 STACK_OF(X509_NAME_ENTRY) *relativename;
263 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dx509_vfy.h157 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
170 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
172 STACK_OF(X509) *additional_untrusted;
175 STACK_OF(X509_LOOKUP) *get_cert_methods;
188 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
189 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
220 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
221 STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */
236 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
237 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509v3.h86 typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V)( typedef
88 STACK_OF(CONF_VALUE) *extlist);
91 STACK_OF(CONF_VALUE) *values);
130 STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
132 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
210 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
221 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
223 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
229 STACK_OF(X509_NAME_ENTRY) *relativename;
256 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dstack.h125 #define STACK_OF(type) struct stack_st_##type macro
127 #define DECLARE_STACK_OF(type) STACK_OF(type);
266 struct StackTraits<STACK_OF(name)> { \
303 OPENSSL_INLINE STACK_OF(name) * \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
308 OPENSSL_INLINE STACK_OF(name) *sk_##name##_new_null(void) { \
309 return (STACK_OF(name) *)sk_new_null(); \
312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
316 OPENSSL_INLINE void sk_##name##_zero(STACK_OF(name) *sk) { \
320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \
[all …]
H A Dpkcs7.h46 STACK_OF(CRYPTO_BUFFER) *out_certs, CBS *cbs, CRYPTO_BUFFER_POOL *pool);
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
67 OPENSSL_EXPORT int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs);
73 OPENSSL_EXPORT int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
95 OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
106 STACK_OF(X509) *cert;
107 STACK_OF(X509_CRL) *crl;
111 STACK_OF(X509) *cert;
[all …]
H A Dx509_vfy.h150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, typedef
152 typedef STACK_OF(X509_CRL) *(*X509_STORE_CTX_lookup_crls_fn)( typedef
162 STACK_OF(X509_OBJECT) *objs; // Cache of all objects
164 STACK_OF(X509) *additional_untrusted;
167 STACK_OF(X509_LOOKUP) *get_cert_methods;
209 STACK_OF(X509) *untrusted; // chain of X509s - untrusted - passed in
210 STACK_OF(X509_CRL) *crls; // set of CRLs passed in
233 STACK_OF(X509) *chain; // chain of X509s - built up and trusted
410 OPENSSL_EXPORT int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h,
413 STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509v3.h86 typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V)( typedef
88 STACK_OF(CONF_VALUE) *extlist);
91 STACK_OF(CONF_VALUE) *values);
130 STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
132 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
210 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
221 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
223 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
229 STACK_OF(X509_NAME_ENTRY) *relativename;
256 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dstack.h125 #define STACK_OF(type) struct stack_st_##type macro
127 #define DECLARE_STACK_OF(type) STACK_OF(type);
266 struct StackTraits<STACK_OF(name)> { \
303 OPENSSL_INLINE STACK_OF(name) * \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
308 OPENSSL_INLINE STACK_OF(name) *sk_##name##_new_null(void) { \
309 return (STACK_OF(name) *)sk_new_null(); \
312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
316 OPENSSL_INLINE void sk_##name##_zero(STACK_OF(name) *sk) { \
320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \
[all …]
H A Dpkcs7.h46 STACK_OF(CRYPTO_BUFFER) *out_certs, CBS *cbs, CRYPTO_BUFFER_POOL *pool);
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
67 OPENSSL_EXPORT int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs);
73 OPENSSL_EXPORT int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
95 OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
106 STACK_OF(X509) *cert;
107 STACK_OF(X509_CRL) *crl;
111 STACK_OF(X509) *cert;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509v3.h86 typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V)( typedef
88 STACK_OF(CONF_VALUE) *extlist);
91 STACK_OF(CONF_VALUE) *values);
130 STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
132 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
210 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
221 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
223 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
229 STACK_OF(X509_NAME_ENTRY) *relativename;
256 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dstack.h125 #define STACK_OF(type) struct stack_st_##type macro
127 #define DECLARE_STACK_OF(type) STACK_OF(type);
266 struct StackTraits<STACK_OF(name)> { \
303 OPENSSL_INLINE STACK_OF(name) * \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
308 OPENSSL_INLINE STACK_OF(name) *sk_##name##_new_null(void) { \
309 return (STACK_OF(name) *)sk_new_null(); \
312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
316 OPENSSL_INLINE void sk_##name##_zero(STACK_OF(name) *sk) { \
320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \
[all …]
H A Dpkcs7.h46 STACK_OF(CRYPTO_BUFFER) *out_certs, CBS *cbs, CRYPTO_BUFFER_POOL *pool);
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
67 OPENSSL_EXPORT int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs);
73 OPENSSL_EXPORT int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
95 OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
106 STACK_OF(X509) *cert;
107 STACK_OF(X509_CRL) *crl;
111 STACK_OF(X509) *cert;
[all …]
H A Dx509_vfy.h150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, typedef
152 typedef STACK_OF(X509_CRL) *(*X509_STORE_CTX_lookup_crls_fn)( typedef
162 STACK_OF(X509_OBJECT) *objs; // Cache of all objects
164 STACK_OF(X509) *additional_untrusted;
167 STACK_OF(X509_LOOKUP) *get_cert_methods;
209 STACK_OF(X509) *untrusted; // chain of X509s - untrusted - passed in
210 STACK_OF(X509_CRL) *crls; // set of CRLs passed in
233 STACK_OF(X509) *chain; // chain of X509s - built up and trusted
410 OPENSSL_EXPORT int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h,
413 STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509v3.h86 typedef STACK_OF(CONF_VALUE) *(*X509V3_EXT_I2V)( typedef
88 STACK_OF(CONF_VALUE) *extlist);
91 STACK_OF(CONF_VALUE) *values);
130 STACK_OF(CONF_VALUE) *(*get_section)(void *db, const char *section);
132 void (*free_section)(void *db, STACK_OF(CONF_VALUE) *section);
210 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
221 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
223 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
229 STACK_OF(X509_NAME_ENTRY) *relativename;
256 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dstack.h125 #define STACK_OF(type) struct stack_st_##type macro
127 #define DECLARE_STACK_OF(type) STACK_OF(type);
266 struct StackTraits<STACK_OF(name)> { \
303 OPENSSL_INLINE STACK_OF(name) * \
305 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
308 OPENSSL_INLINE STACK_OF(name) *sk_##name##_new_null(void) { \
309 return (STACK_OF(name) *)sk_new_null(); \
312 OPENSSL_INLINE size_t sk_##name##_num(const STACK_OF(name) *sk) { \
316 OPENSSL_INLINE void sk_##name##_zero(STACK_OF(name) *sk) { \
320 OPENSSL_INLINE ptrtype sk_##name##_value(const STACK_OF(name) *sk, \
[all …]
H A Dpkcs7.h46 STACK_OF(CRYPTO_BUFFER) *out_certs, CBS *cbs, CRYPTO_BUFFER_POOL *pool);
50 OPENSSL_EXPORT int PKCS7_get_certificates(STACK_OF(X509) *out_certs, CBS *cbs);
57 CBB *out, const STACK_OF(X509) *certs);
67 OPENSSL_EXPORT int PKCS7_get_CRLs(STACK_OF(X509_CRL) *out_crls, CBS *cbs);
73 OPENSSL_EXPORT int PKCS7_bundle_CRLs(CBB *out, const STACK_OF(X509_CRL) *crls);
84 OPENSSL_EXPORT int PKCS7_get_PEM_certificates(STACK_OF(X509) *out_certs,
95 OPENSSL_EXPORT int PKCS7_get_PEM_CRLs(STACK_OF(X509_CRL) *out_crls,
106 STACK_OF(X509) *cert;
107 STACK_OF(X509_CRL) *crl;
111 STACK_OF(X509) *cert;
[all …]
H A Dx509_vfy.h150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, typedef
152 typedef STACK_OF(X509_CRL) *(*X509_STORE_CTX_lookup_crls_fn)( typedef
162 STACK_OF(X509_OBJECT) *objs; // Cache of all objects
164 STACK_OF(X509) *additional_untrusted;
167 STACK_OF(X509_LOOKUP) *get_cert_methods;
209 STACK_OF(X509) *untrusted; // chain of X509s - untrusted - passed in
210 STACK_OF(X509_CRL) *crls; // set of CRLs passed in
233 STACK_OF(X509) *chain; // chain of X509s - built up and trusted
410 OPENSSL_EXPORT int X509_OBJECT_idx_by_subject(STACK_OF(X509_OBJECT) *h,
413 STACK_OF(X509_OBJECT) *h, int type, X509_NAME *name);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509v3.h87 typedef STACK_OF(CONF_VALUE) * typedef
89 STACK_OF(CONF_VALUE) *extlist);
92 STACK_OF(CONF_VALUE) *values);
128 STACK_OF(CONF_VALUE) *(*get_section) (void *db, char *section);
130 void (*free_section) (void *db, STACK_OF(CONF_VALUE) *section);
209 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES;
216 typedef STACK_OF(ACCESS_DESCRIPTION) AUTHORITY_INFO_ACCESS;
218 typedef STACK_OF(ASN1_OBJECT) EXTENDED_KEY_USAGE;
230 STACK_OF(X509_NAME_ENTRY) *relativename;
257 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
[all …]
H A Dpkcs7.h95 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
98 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
119 STACK_OF(X509_ALGOR) *md_algs; /* md used */
120 STACK_OF(X509) *cert; /* [ 0 ] */
121 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
122 STACK_OF(PKCS7_SIGNER_INFO) *signer_info;
139 STACK_OF(PKCS7_RECIP_INFO) *recipientinfo;
145 STACK_OF(X509_ALGOR) *md_algs; /* md used */
146 STACK_OF(X509) *cert; /* [ 0 ] */
147 STACK_OF(X509_CRL) *crl; /* [ 1 ] */
[all …]
H A Dx509_vfy.h175 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */
189 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */
191 STACK_OF(X509_LOOKUP) *get_cert_methods;
210 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
211 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
244 STACK_OF(X509) *untrusted;
246 STACK_OF(X509_CRL) *crls;
268 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
269 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
277 STACK_OF(X509) *chain;
[all …]
H A Dpkcs12.h120 STACK_OF(PKCS12_SAFEBAG) *safes;
123 STACK_OF(X509_ATTRIBUTE) *attrib;
191 PKCS7 *PKCS12_pack_p7data(STACK_OF(PKCS12_SAFEBAG) *sk);
192 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7);
195 STACK_OF(PKCS12_SAFEBAG) *bags);
196 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7encdata(PKCS7 *p7, const char *pass,
199 int PKCS12_pack_authsafes(PKCS12 *p12, STACK_OF(PKCS7) *safes);
200 STACK_OF(PKCS7) *PKCS12_unpack_authsafes(PKCS12 *p12);
211 ASN1_TYPE *PKCS12_get_attr_gen(STACK_OF(X509_ATTRIBUTE) *attrs, int attr_nid);
256 STACK_OF(X509) **ca);
[all …]

1234