Searched defs:x509_store_ctx_st (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_vfy.h | 230 struct x509_store_ctx_st /* X509_STORE_CTX */ struct 232 X509_STORE *ctx; 233 int current_method; /* used when looking up certs */ 236 X509 *cert; /* The cert to check */ 240 X509_VERIFY_PARAM *param; 241 void *other_ctx; /* Other info for use with get_issuer() */ 244 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ 245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ 246 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */ 247 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */ [all …]
|
/external/openssl/include/openssl/ |
D | x509_vfy.h | 230 struct x509_store_ctx_st /* X509_STORE_CTX */ struct 232 X509_STORE *ctx; 233 int current_method; /* used when looking up certs */ 236 X509 *cert; /* The cert to check */ 240 X509_VERIFY_PARAM *param; 241 void *other_ctx; /* Other info for use with get_issuer() */ 244 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ 245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ 246 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */ 247 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */ [all …]
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | x509_vfy.h | 228 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 …]
|