Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dx509_vfy.h228 struct x509_store_ctx_st /* X509_STORE_CTX */ struct
230 X509_STORE *ctx;
231 int current_method; /* used when looking up certs */
234 X509 *cert; /* The cert to check */
238 X509_VERIFY_PARAM *param;
239 void *other_ctx; /* Other info for use with get_issuer() */
242 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
243 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
244 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
245 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
[all …]