Searched refs:store_ctx (Results 1 - 6 of 6) sorted by path

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_file.c474 struct store_ctx { struct
482 struct store_ctx *sc = ctx;
519 struct store_ctx sc;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs12.c921 X509_STORE_CTX store_ctx; local
930 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
931 if (X509_verify_cert(&store_ctx) <= 0) {
932 i = X509_STORE_CTX_get_error(&store_ctx);
942 chn = X509_STORE_CTX_get1_chain(&store_ctx);
944 X509_STORE_CTX_cleanup(&store_ctx);
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c344 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
346 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
H A Dby_file.c154 i = X509_STORE_add_cert(ctx->store_ctx, x);
168 i = X509_STORE_add_cert(ctx->store_ctx, x);
213 i = X509_STORE_add_crl(ctx->store_ctx, x);
227 i = X509_STORE_add_crl(ctx->store_ctx, x);
265 X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
269 X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
H A Dx509_lu.c77 ret->store_ctx = NULL;
272 lu->store_ctx = v;
H A Dx509_vfy.h221 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st

Completed in 131 milliseconds