Searched defs:x509_store_st (Results 1 – 2 of 2) sorted by relevance
/external/openssl/include/openssl/ |
D | x509_vfy.h | 183 struct x509_store_st struct 186 int cache; /* if true, stash any hits */ 192 X509_VERIFY_PARAM *param; 195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ 196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ 197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */ 198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */ 199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ 200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ 201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ [all …]
|
/external/openssl/crypto/x509/ |
D | x509_vfy.h | 183 struct x509_store_st struct 186 int cache; /* if true, stash any hits */ 192 X509_VERIFY_PARAM *param; 195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ 196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ 197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */ 198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */ 199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ 200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */ 201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */ [all …]
|