HomeSort by: relevance | last modified time | path
    Searched defs:anchors (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/nbsvtool/
nbsvtool.c 100 * `infile'. The trust anchor file `anchor' to the trust anchors must
304 const char *anchors = NULL; local
320 anchors = optarg;
409 verify_file(crypto_state.cert_chain, anchors, file, sigfile);
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
ks_keychain.c 322 int anchors; member in struct:ks_keychain
340 if (strcasecmp(residue, "system-anchors") == 0) {
341 ctx->anchors = 1;
402 if (ctx->anchors) {
403 CFArrayRef anchors; local
414 ret = SecTrustCopyAnchorCertificates(&anchors);
419 "Can't get trust anchors from Keychain");
422 for (i = 0; i < CFArrayGetCount(anchors); i++) {
427 cr = (SecCertificateRef)CFArrayGetValueAtIndex(anchors, i);
438 CFRelease(anchors);
    [all...]
cms.c 1151 * @param anchors trust anchors that the client will use, used to
1154 * trust anchors.
1171 hx509_certs anchors,
1189 digest_alg, certs, peer, anchors, pool,
1206 hx509_certs anchors; member in struct:sigctx
1399 sigctx->anchors,
1464 hx509_certs anchors,
1512 sigctx.anchors = anchors;
    [all...]
hxtool.c 188 hx509_certs anchors = NULL; local
205 ret = hx509_certs_init(context, "MEMORY:cms-anchors", 0, NULL, &anchors);
212 certs_strings(context, "anchors", anchors, lock, &opt->anchors_strings);
283 hx509_verify_attach_anchors(ctx, anchors);
317 hx509_certs_free(&anchors);
366 hx509_certs store, pool, anchors, signer = NULL; local
396 ret = hx509_certs_init(context, "MEMORY:cert-anchors",
397 0, NULL, &anchors);
864 hx509_certs anchors, chain, certs; local
    [all...]
cert.c 452 * Set the trust anchors in the verification context, makes an
458 * @param set a keyset containing the trust anchors.
573 * Allow using the operating system builtin trust anchors if no other
574 * trust anchors are configured.
578 * trust anchors.
1242 * If the trust anchors are not given, calculate optimistic path, just
1258 hx509_certs anchors,
1276 while (!certificate_is_anchor(context, anchors, current)) {
1278 ret = find_parent(context, time_now, anchors, path,
1300 certificate_is_anchor(context, anchors, path->val[path->len - 1])
2004 hx509_certs anchors = NULL; local
    [all...]
  /src/sbin/newfs_udf/
udf_core.h 119 uint32_t anchors[UDF_ANCHORS]; member in struct:udf_disclayout
191 struct anchor_vdp *anchors[UDF_ANCHORS]; /* anchors to VDS */ member in struct:udf_create_context
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
krb5_locl.h 343 hx509_certs anchors; member in struct:krb5_pk_identity
pkinit.c 716 ctx->id->anchors, req.trustedCertifiers);
1894 ret = hx509_certs_init(context->hx509ctx, anchor_id, 0, NULL, &id->anchors);
1897 "Failed to init anchors");
1950 hx509_verify_attach_anchors(id->verify_ctx, id->anchors);
1957 hx509_certs_free(&id->anchors);
2321 hx509_certs_free(&ctx->id->anchors);
2353 char *anchors = NULL; local
2386 "pkinit_anchors", NULL, &anchors);
2387 x509_anchors = anchors;
  /src/external/bsd/unbound/dist/util/
module.h 506 * otherwise configured by validator. These are the trust anchors,
509 struct val_anchors* anchors; member in struct:module_env
  /src/external/gpl3/binutils/dist/bfd/
pef.c 144 struct traceback_table_anchors anchors; local
148 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
151 if (anchors.ctl_info > 1024)
154 offset += anchors.ctl_info * 4;
  /src/external/gpl3/binutils.old/dist/bfd/
pef.c 145 struct traceback_table_anchors anchors; local
149 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
152 if (anchors.ctl_info > 1024)
155 offset += anchors.ctl_info * 4;
  /src/external/gpl3/gdb/dist/bfd/
pef.c 145 struct traceback_table_anchors anchors; local
149 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
152 if (anchors.ctl_info > 1024)
155 offset += anchors.ctl_info * 4;
  /src/external/gpl3/gdb.old/dist/bfd/
pef.c 145 struct traceback_table_anchors anchors; local
149 anchors.ctl_info = bfd_getb32 (buf + pos + offset);
152 if (anchors.ctl_info > 1024)
155 offset += anchors.ctl_info * 4;
  /src/sys/fs/udf/
udf.h 278 struct anchor_vdp *anchors[UDF_ANCHORS]; /* anchors to VDS */ member in struct:udf_mount
  /src/external/bsd/unbound/dist/daemon/
remote.c 2768 /* prelock forwarders for atomic operation with anchors */
2770 if(insecure && worker->env.anchors) {
2771 if(!anchors_add_insecure(worker->env.anchors, LDNS_RR_CLASS_IN,
2801 /* prelock forwarders for atomic operation with anchors */
2803 if(insecure && worker->env.anchors)
2804 anchors_delete_insecure(worker->env.anchors, LDNS_RR_CLASS_IN,
2825 /* prelock forwarders and hints for atomic operation with anchors */
2828 if(insecure && worker->env.anchors) {
2829 if(!anchors_add_insecure(worker->env.anchors, LDNS_RR_CLASS_IN,
2840 if(insecure && worker->env.anchors)
4657 struct val_anchors* anchors; member in struct:fast_reload_construct
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 280 vec<rtx, va_gc> *anchors;
279 vec<rtx, va_gc> *anchors; variable
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 278 vec<rtx, va_gc> *anchors;
277 vec<rtx, va_gc> *anchors; variable

Completed in 53 milliseconds