Symbol: hx509_certs_init
crypto/heimdal/kdc/kx509.c
176
ret = hx509_certs_init(context->hx509ctx, config->kx509_ca, 0,
crypto/heimdal/kdc/kx509.c
232
ret = hx509_certs_init(context->hx509ctx, config->kx509_template, 0,
crypto/heimdal/kdc/pkinit.c
526
ret = hx509_certs_init(context->hx509ctx,
crypto/heimdal/kdc/pkinit.c
627
ret = hx509_certs_init(context->hx509ctx,
crypto/heimdal/lib/hx509/cert.c
132
(void)hx509_certs_init(*context, HX509_DEFAULT_ANCHORS, 0,
crypto/heimdal/lib/hx509/cert.c
2006
ret = hx509_certs_init(context, "MEMORY:no-TA", 0, NULL, &anchors);
crypto/heimdal/lib/hx509/cert.c
2279
ret = hx509_certs_init(context, "MEMORY:revoke-certs", 0,
crypto/heimdal/lib/hx509/cms.c
1161
ret = hx509_certs_init(context, "MEMORY:certs", 0, NULL, &certs);
crypto/heimdal/lib/hx509/cms.c
1487
ret = hx509_certs_init(context, "MEMORY:certs", 0, NULL, &sigctx.certs);
crypto/heimdal/lib/hx509/cms.c
835
ret = hx509_certs_init(context, "MEMORY:cms-cert-buffer",
crypto/heimdal/lib/hx509/cms.c
840
ret = hx509_certs_init(context, "MEMORY:cms-signer-certs",
crypto/heimdal/lib/hx509/collector.c
261
ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs);
crypto/heimdal/lib/hx509/collector.c
68
ret = hx509_certs_init(context, "MEMORY:collector-unenvelop-cert",
crypto/heimdal/lib/hx509/collector.c
76
ret = hx509_certs_init(context, "MEMORY:collector-tmp-store",
crypto/heimdal/lib/hx509/hx509-protos.h
347
hx509_certs_init (
crypto/heimdal/lib/hx509/hxtool.c
1005
ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
1084
ret = hx509_certs_init(context, "MEMORY:ocsp-pool", 0, NULL, &pool);
crypto/heimdal/lib/hx509/hxtool.c
1091
ret = hx509_certs_init(context, "MEMORY:ocsp-req", 0, NULL, &reqcerts);
crypto/heimdal/lib/hx509/hxtool.c
1179
ret = hx509_certs_init(context, "MEMORY:test-certs", 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
1206
ret = hx509_certs_init(context, fn, 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
1782
ret = hx509_certs_init(context, opt->ca_certificate_string, 0,
crypto/heimdal/lib/hx509/hxtool.c
1897
ret = hx509_certs_init(context, opt->template_certificate_string, 0,
crypto/heimdal/lib/hx509/hxtool.c
1994
ret = hx509_certs_init(context, opt->certificate_string,
crypto/heimdal/lib/hx509/hxtool.c
203
ret = hx509_certs_init(context, "MEMORY:cms-anchors", 0, NULL, &anchors);
crypto/heimdal/lib/hx509/hxtool.c
206
ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
crypto/heimdal/lib/hx509/hxtool.c
2067
ret = hx509_certs_init(context, "MEMORY:test-crypto", 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
2133
ret = hx509_certs_init(context, opt->signer_string, 0,
crypto/heimdal/lib/hx509/hxtool.c
2166
ret = hx509_certs_init(context, "MEMORY:revoked-certs", 0,
crypto/heimdal/lib/hx509/hxtool.c
385
ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &store);
crypto/heimdal/lib/hx509/hxtool.c
387
ret = hx509_certs_init(context, "MEMORY:cert-pool", 0, NULL, &pool);
crypto/heimdal/lib/hx509/hxtool.c
394
ret = hx509_certs_init(context, "MEMORY:cert-anchors",
crypto/heimdal/lib/hx509/hxtool.c
546
ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
600
ret = hx509_certs_init(context, "MEMORY:cert-store", 0, NULL, &certs);
crypto/heimdal/lib/hx509/hxtool.c
722
ret = hx509_certs_init(context, argv[0], 0, lock, &certs);
crypto/heimdal/lib/hx509/hxtool.c
766
ret = hx509_certs_init(context, argv[0], 0, lock, &certs);
crypto/heimdal/lib/hx509/hxtool.c
798
ret = hx509_certs_init(context, argv[argc - 1],
crypto/heimdal/lib/hx509/hxtool.c
876
ret = hx509_certs_init(context, "MEMORY:anchors", 0, NULL, &anchors);
crypto/heimdal/lib/hx509/hxtool.c
879
ret = hx509_certs_init(context, "MEMORY:chain", 0, NULL, &chain);
crypto/heimdal/lib/hx509/hxtool.c
882
ret = hx509_certs_init(context, "MEMORY:certs", 0, NULL, &certs);
crypto/heimdal/lib/hx509/keyset.c
571
ret = hx509_certs_init(context, "MEMORY:filter-certs", 0,
crypto/heimdal/lib/hx509/keyset.c
667
ret = hx509_certs_init(context, name, 0, lock, &s);
crypto/heimdal/lib/hx509/ks_dir.c
165
ret = hx509_certs_init(context, fn, 0, NULL, &d->certs);
crypto/heimdal/lib/hx509/ks_file.c
412
ret = hx509_certs_init(context, "MEMORY:ks-file-create",
crypto/heimdal/lib/hx509/ks_keychain.c
399
ret = hx509_certs_init(context, "MEMORY:ks-file-create",
crypto/heimdal/lib/hx509/ks_p11.c
1052
ret = hx509_certs_init(context, "MEMORY:pkcs11-iter", 0, NULL, &c->certs);
crypto/heimdal/lib/hx509/ks_p12.c
359
ret = hx509_certs_init(context, "MEMORY:ks-file-create",
crypto/heimdal/lib/hx509/lock.c
150
ret = hx509_certs_init(context,
crypto/heimdal/lib/hx509/lock.c
71
ret = hx509_certs_init(context,
crypto/heimdal/lib/hx509/revoke.c
1306
ret = hx509_certs_init(context, "MEMORY:crl", 0, NULL, &(*crl)->revoked);
crypto/heimdal/lib/hx509/revoke.c
354
ret = hx509_certs_init(context, "MEMORY:ocsp-certs", 0,
crypto/heimdal/lib/hx509/softp11.c
631
ret = hx509_certs_init(context, cert_file, flags, lock, &certs);
crypto/heimdal/lib/krb5/pkinit.c
1991
ret = hx509_certs_init(context->hx509ctx, user_id, 0, lock, &id->certs);
crypto/heimdal/lib/krb5/pkinit.c
2002
ret = hx509_certs_init(context->hx509ctx, anchor_id, 0, NULL, &id->anchors);
crypto/heimdal/lib/krb5/pkinit.c
2009
ret = hx509_certs_init(context->hx509ctx, "MEMORY:pkinit-cert-chain",
crypto/heimdal/lib/krb5/pkinit.c
2673
ret = hx509_certs_init(context->hx509ctx, user_id, 0, NULL, &certs);
crypto/heimdal/lib/krb5/pkinit.c
2724
ret = hx509_certs_init(context->hx509ctx, "MEMORY:", 0, NULL, res);