Home
last modified time | relevance | path

Searched defs:x509_store_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.h159 struct x509_store_st { struct
161 int cache; // if true, stash any hits
163 CRYPTO_MUTEX objs_lock;
169 X509_VERIFY_PARAM *param;
172 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
173 X509_STORE_CTX_verify_cb verify_cb; // error callback
174 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
175 X509_STORE_CTX_check_issued_fn check_issued; // check issued
177 check_revocation; // Check revocation status of chain
178 X509_STORE_CTX_get_crl_fn get_crl; // retrieve CRL
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dx509_vfy.h159 struct x509_store_st { struct
161 int cache; // if true, stash any hits
163 CRYPTO_MUTEX objs_lock;
169 X509_VERIFY_PARAM *param;
172 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
173 X509_STORE_CTX_verify_cb verify_cb; // error callback
174 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
175 X509_STORE_CTX_check_issued_fn check_issued; // check issued
177 check_revocation; // Check revocation status of chain
178 X509_STORE_CTX_get_crl_fn get_crl; // retrieve CRL
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dx509_vfy.h159 struct x509_store_st { struct
161 int cache; // if true, stash any hits
163 CRYPTO_MUTEX objs_lock;
169 X509_VERIFY_PARAM *param;
172 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
173 X509_STORE_CTX_verify_cb verify_cb; // error callback
174 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
175 X509_STORE_CTX_check_issued_fn check_issued; // check issued
177 check_revocation; // Check revocation status of chain
178 X509_STORE_CTX_get_crl_fn get_crl; // retrieve CRL
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dx509_vfy.h159 struct x509_store_st { struct
161 int cache; // if true, stash any hits
163 CRYPTO_MUTEX objs_lock;
169 X509_VERIFY_PARAM *param;
172 X509_STORE_CTX_verify_fn verify; // called to verify a certificate
173 X509_STORE_CTX_verify_cb verify_cb; // error callback
174 X509_STORE_CTX_get_issuer_fn get_issuer; // get issuers cert from ctx
175 X509_STORE_CTX_check_issued_fn check_issued; // check issued
177 check_revocation; // Check revocation status of chain
178 X509_STORE_CTX_get_crl_fn get_crl; // retrieve CRL
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dx509_vfy.h166 struct x509_store_st struct
169 int cache; /* if true, stash any hits */
171 CRYPTO_MUTEX objs_lock;
177 X509_VERIFY_PARAM *param;
180 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 */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dx509_vfy.h166 struct x509_store_st struct
169 int cache; /* if true, stash any hits */
171 CRYPTO_MUTEX objs_lock;
177 X509_VERIFY_PARAM *param;
180 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 */
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dx509_vfy.h186 struct x509_store_st { struct
188 int cache; /* if true, stash any hits */
192 X509_VERIFY_PARAM *param;
195 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);
[all …]