Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509_vfy.h195 int (*verify) (X509_STORE_CTX *ctx);
197 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
199 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
201 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
203 int (*check_revocation) (X509_STORE_CTX *ctx);
205 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
207 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl);
209 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
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);
[all …]
H A Dossl_typ.h162 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
H A Dssl.h985 int (*app_verify_callback) (X509_STORE_CTX *, void *);
1047 int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx);
1549 int (*verify_callback) (int ok, X509_STORE_CTX *ctx);
2169 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *);
2171 int (*callback) (int ok, X509_STORE_CTX *ctx));
2261 X509_STORE_CTX *);
2263 int (*callback) (int, X509_STORE_CTX *));
2266 int (*cb) (X509_STORE_CTX *, void *),
H A Dx509v3.h895 int v3_asid_validate_path(X509_STORE_CTX *);
896 int v3_addr_validate_path(X509_STORE_CTX *);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509_vfy.h180 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
181 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
182 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
183 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
184 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
186 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
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);
[all …]
H A Dssl.h2237 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2248 X509_STORE_CTX *store_ctx));
2294 int ok, X509_STORE_CTX *store_ctx);
2299 int ok, X509_STORE_CTX *store_ctx);
2399 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
4287 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg);
4340 int ok, X509_STORE_CTX *ctx); // called 'verify_callback' in the SSL
H A Dbase.h354 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509_vfy.h180 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
181 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
182 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
183 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
184 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
186 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL */
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);
[all …]
H A Dssl.h2237 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2248 X509_STORE_CTX *store_ctx));
2294 int ok, X509_STORE_CTX *store_ctx);
2299 int ok, X509_STORE_CTX *store_ctx);
2399 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
4287 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg);
4340 int ok, X509_STORE_CTX *ctx); // called 'verify_callback' in the SSL
H A Dbase.h354 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509_vfy.h137 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
138 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *);
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
143 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
144 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, X509_CRL **crl,
146 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
147 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl,
149 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
[all …]
H A Dssl.h2359 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2370 X509_STORE_CTX *store_ctx));
2416 int ok, X509_STORE_CTX *store_ctx);
2421 int ok, X509_STORE_CTX *store_ctx);
2526 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
H A Dbase.h453 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509_vfy.h137 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
138 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *);
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
143 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
144 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, X509_CRL **crl,
146 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
147 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl,
149 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
[all …]
H A Dssl.h2359 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2370 X509_STORE_CTX *store_ctx));
2416 int ok, X509_STORE_CTX *store_ctx);
2421 int ok, X509_STORE_CTX *store_ctx);
2526 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
H A Dbase.h453 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509_vfy.h137 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
138 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *);
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
143 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
144 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, X509_CRL **crl,
146 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
147 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl,
149 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
[all …]
H A Dssl.h2359 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2370 X509_STORE_CTX *store_ctx));
2416 int ok, X509_STORE_CTX *store_ctx);
2421 int ok, X509_STORE_CTX *store_ctx);
2526 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
H A Dbase.h453 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509_vfy.h137 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *);
138 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *);
139 typedef int (*X509_STORE_CTX_get_issuer_fn)(X509 **issuer, X509_STORE_CTX *ctx,
141 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, X509 *x,
143 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
144 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, X509_CRL **crl,
146 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl);
147 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl,
149 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx);
150 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx,
[all …]
H A Dssl.h2359 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
2370 X509_STORE_CTX *store_ctx));
2416 int ok, X509_STORE_CTX *store_ctx);
2421 int ok, X509_STORE_CTX *store_ctx);
2526 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
H A Dbase.h453 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0465.patch28 @@ -1654,15 +1654,23 @@ static int check_policy(X509_STORE_CTX *ctx)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/
H A D0001-Support-OpenSSL-1.1.patch56 @@ -313,6 +323,7 @@ static int ssl_open_verify (int ok,X509_STORE_CTX *ctx)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_8100.c186 X509_STORE_CTX *csc = NULL; in check()

12