Lines Matching refs:X509
219 X509 *cert;
221 STACK_OF(X509) *untrusted;
233 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x);
235 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
239 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x);
243 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x);
246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
258 STACK_OF(X509) *chain;
266 X509 *current_cert;
268 X509 *current_issuer;
306 X509 *x509;
313 int ossl_x509_print_ex_brief(BIO *bio, X509 *cert, unsigned long neg_cflags);
314 int ossl_x509v3_cache_extensions(X509 *x);
315 int ossl_x509_init_sig_info(X509 *x);
317 int ossl_x509_set0_libctx(X509 *x, OSSL_LIB_CTX *libctx, const char *propq);
325 int ossl_x509_add_cert_new(STACK_OF(X509) **sk, X509 *cert, int flags);
326 int ossl_x509_add_certs_new(STACK_OF(X509) **p_sk, STACK_OF(X509) *certs,