Home
last modified time | relevance | path

Searched defs:x509_store_ctx_st (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dx509_vfy.h203 struct x509_store_ctx_st // X509_STORE_CTX struct
205 X509_STORE *ctx;
208 X509 *cert; // The cert to check
212 X509_VERIFY_PARAM *param;
213 void *other_ctx; // Other info for use with get_issuer()
216 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
217 X509_STORE_CTX_verify_cb verify_cb; // error callback
218 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
219 X509_STORE_CTX_check_issued_fn check_issued; // check issued
221 check_revocation; // Check revocation status of chain
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509_vfy.h203 struct x509_store_ctx_st // X509_STORE_CTX struct
205 X509_STORE *ctx;
208 X509 *cert; // The cert to check
212 X509_VERIFY_PARAM *param;
213 void *other_ctx; // Other info for use with get_issuer()
216 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
217 X509_STORE_CTX_verify_cb verify_cb; // error callback
218 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
219 X509_STORE_CTX_check_issued_fn check_issued; // check issued
221 check_revocation; // Check revocation status of chain
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509_vfy.h203 struct x509_store_ctx_st // X509_STORE_CTX struct
205 X509_STORE *ctx;
208 X509 *cert; // The cert to check
212 X509_VERIFY_PARAM *param;
213 void *other_ctx; // Other info for use with get_issuer()
216 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
217 X509_STORE_CTX_verify_cb verify_cb; // error callback
218 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
219 X509_STORE_CTX_check_issued_fn check_issued; // check issued
221 check_revocation; // Check revocation status of chain
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509_vfy.h203 struct x509_store_ctx_st // X509_STORE_CTX struct
205 X509_STORE *ctx;
208 X509 *cert; // The cert to check
212 X509_VERIFY_PARAM *param;
213 void *other_ctx; // Other info for use with get_issuer()
216 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
217 X509_STORE_CTX_verify_cb verify_cb; // error callback
218 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
219 X509_STORE_CTX_check_issued_fn check_issued; // check issued
221 check_revocation; // Check revocation status of chain
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509_vfy.h214 struct x509_store_ctx_st /* X509_STORE_CTX */ struct
216 X509_STORE *ctx;
219 X509 *cert; /* The cert to check */
223 X509_VERIFY_PARAM *param;
224 void *other_ctx; /* Other info for use with get_issuer() */
227 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
228 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
229 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
230 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
231 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509_vfy.h214 struct x509_store_ctx_st /* X509_STORE_CTX */ struct
216 X509_STORE *ctx;
219 X509 *cert; /* The cert to check */
223 X509_VERIFY_PARAM *param;
224 void *other_ctx; /* Other info for use with get_issuer() */
227 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
228 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
229 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
230 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
231 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509_vfy.h236 struct x509_store_ctx_st { /* X509_STORE_CTX */ struct
237 X509_STORE *ctx;
239 int current_method;
242 X509 *cert;
247 X509_VERIFY_PARAM *param;
249 void *other_ctx;
252 int (*verify) (X509_STORE_CTX *ctx);
254 int (*verify_cb) (int ok, X509_STORE_CTX *ctx);
256 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
258 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
[all …]