Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 25 of 93) sorted by relevance

1234

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
Dtest_cms.in63 --anchors=FILE:$srcdir/data/secp256r1TestCA.cert.pem \
77 --anchors=FILE:$srcdir/data/ca.crt \
92 --anchors=FILE:$srcdir/data/ca.crt \
100 --anchors=FILE:$srcdir/data/ca.crt \
114 --anchors=FILE:$srcdir/data/ca.crt \
121 --anchors=FILE:$srcdir/data/test.crt \
135 --anchors=FILE:$srcdir/data/ca.crt \
148 --anchors=FILE:$srcdir/data/ca.crt \
162 --anchors=FILE:$srcdir/data/ca.crt \
177 --anchors=FILE:$srcdir/data/ca.crt \
[all …]
Dks_keychain.c322 int anchors; member
341 ctx->anchors = 1; in keychain_init()
402 if (ctx->anchors) { in keychain_iter_start()
403 CFArrayRef anchors; in keychain_iter_start() local
414 ret = SecTrustCopyAnchorCertificates(&anchors); in keychain_iter_start()
422 for (i = 0; i < CFArrayGetCount(anchors); i++) { in keychain_iter_start()
427 cr = (SecCertificateRef)CFArrayGetValueAtIndex(anchors, i); in keychain_iter_start()
438 CFRelease(anchors); in keychain_iter_start()
Dhxtool.c188 hx509_certs anchors = NULL; in cms_verify_sd() local
205 ret = hx509_certs_init(context, "MEMORY:cms-anchors", 0, NULL, &anchors); in cms_verify_sd()
212 certs_strings(context, "anchors", anchors, lock, &opt->anchors_strings); in cms_verify_sd()
283 hx509_verify_attach_anchors(ctx, anchors); in cms_verify_sd()
317 hx509_certs_free(&anchors); in cms_verify_sd()
366 hx509_certs store, pool, anchors, signer = NULL; in cms_create_sd() local
397 0, NULL, &anchors); in cms_create_sd()
399 certs_strings(context, "anchors", anchors, lock, &opt->anchors_strings); in cms_create_sd()
401 anchors = NULL; in cms_create_sd()
450 anchors, in cms_create_sd()
[all …]
Dcms.c1171 hx509_certs anchors, in hx509_cms_create_signed_1() argument
1189 digest_alg, certs, peer, anchors, pool, in hx509_cms_create_signed_1()
1206 hx509_certs anchors; member
1399 sigctx->anchors, in sig_process()
1464 hx509_certs anchors, in hx509_cms_create_signed() argument
1512 sigctx.anchors = anchors; in hx509_cms_create_signed()
Dcert.c1258 hx509_certs anchors, in _hx509_calculate_path() argument
1276 while (!certificate_is_anchor(context, anchors, current)) { in _hx509_calculate_path()
1278 ret = find_parent(context, time_now, anchors, path, in _hx509_calculate_path()
1300 certificate_is_anchor(context, anchors, path->val[path->len - 1])) in _hx509_calculate_path()
2004 hx509_certs anchors = NULL; in hx509_verify_path() local
2032 anchors = hx509_certs_ref(ctx->trust_anchors); in hx509_verify_path()
2034 anchors = hx509_certs_ref(context->default_trust_anchors); in hx509_verify_path()
2036 ret = hx509_certs_init(context, "MEMORY:no-TA", 0, NULL, &anchors); in hx509_verify_path()
2046 anchors, ctx->max_depth, in hx509_verify_path()
2398 hx509_certs_free(&anchors); in hx509_verify_path()
Dhxtool-commands.in53 long = "anchors"
56 help = "trust anchors"
125 long = "anchors"
129 help = "trust anchors"
Dtest_ca.in303 --anchors=FILE:cert-ca.pem \
DChangeLog448 * hx_locl.h: Now that KEYCHAIN:system-anchors is fast again, use
460 * cert.c: Change logic for default trust anchors, make it be
522 * cert.c: Read in and use default trust anchors if they exists.
1188 the trust anchors.
1214 * cert.c: Don't check the trust anchors expiration time since they
1292 path when we don't know the trust anchors, just follow the chain
1296 the trust anchors to be stored in the SignedData packet, if find
/netbsd/src/etc/namedb/
Dbind.keys2 # The bind.keys file is used to override the built-in DNSSEC trust anchors
4 # trust anchors it contains are those for the DNS root zone ("."), and for
5 # the ISC DNSSEC Lookaside Validation zone ("dlv.isc.org"). Trust anchors
9 # The built-in trust anchors are provided for convenience of configuration.
38 # ROOT KEYS: See https://data.iana.org/root-anchors/root-anchors.xml
/netbsd/src/usr.bin/nbsvtool/
Dnbsvtool.c304 const char *anchors = NULL; in main() local
320 anchors = optarg; in main()
409 verify_file(crypto_state.cert_chain, anchors, file, sigfile); in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Ddarwin-sections.def24 objects and disallow those sections from participating in section anchors
61 /* Place to put zero-sized to avoid issues with section anchors. */
69 /* Place to put zero-sized to avoid issues with section anchors. */
82 /* Place to put zero-sized to avoid issues with section anchors. */
/netbsd/src/external/gpl3/gdb/dist/config/
Dmh-ppc-aix4 # penalty and is not required with section anchors enabled by default so we
/netbsd/src/external/gpl3/binutils/dist/config/
Dmh-ppc-aix4 # penalty and is not required with section anchors enabled by default so we
/netbsd/src/external/gpl3/gcc/dist/config/
Dmh-ppc-aix4 # penalty and is not required with section anchors enabled by default so we
/netbsd/src/sbin/newfs_udf/
Dudf_core.h119 uint32_t anchors[UDF_ANCHORS]; member
191 struct anchor_vdp *anchors[UDF_ANCHORS]; /* anchors to VDS */ member
Dudf_core.c249 printf("\tanchor0\t\t\t%d\n", layout.anchors[0]); in udf_dump_layout()
250 printf("\tanchor1\t\t\t%d\n", layout.anchors[1]); in udf_dump_layout()
251 printf("\tanchor2\t\t\t%d\n", layout.anchors[2]); in udf_dump_layout()
320 layout.anchors[0] = first_lba + 256; in udf_calculate_disc_layout()
322 layout.anchors[0] = first_lba + 512; in udf_calculate_disc_layout()
323 layout.anchors[1] = last_lba - 256; in udf_calculate_disc_layout()
324 layout.anchors[2] = last_lba; in udf_calculate_disc_layout()
327 first_lba = layout.anchors[0] + blockingnr; in udf_calculate_disc_layout()
328 last_lba = layout.anchors[1] - 1; in udf_calculate_disc_layout()
343 layout.vds2 = layout.anchors[1] +1 - layout.vds2_size; in udf_calculate_disc_layout()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dpef.c145 struct traceback_table_anchors anchors; in bfd_pef_parse_traceback_table() local
149 anchors.ctl_info = bfd_getb32 (buf + pos + offset); in bfd_pef_parse_traceback_table()
152 if (anchors.ctl_info > 1024) in bfd_pef_parse_traceback_table()
155 offset += anchors.ctl_info * 4; in bfd_pef_parse_traceback_table()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dpef.c146 struct traceback_table_anchors anchors; in bfd_pef_parse_traceback_table() local
150 anchors.ctl_info = bfd_getb32 (buf + pos + offset); in bfd_pef_parse_traceback_table()
153 if (anchors.ctl_info > 1024) in bfd_pef_parse_traceback_table()
156 offset += anchors.ctl_info * 4; in bfd_pef_parse_traceback_table()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/
Dpkinit.c716 ctx->id->anchors, req.trustedCertifiers); in pk_mk_padata()
1894 ret = hx509_certs_init(context->hx509ctx, anchor_id, 0, NULL, &id->anchors); in _krb5_pk_load_id()
1950 hx509_verify_attach_anchors(id->verify_ctx, id->anchors); in _krb5_pk_load_id()
1957 hx509_certs_free(&id->anchors); in _krb5_pk_load_id()
2321 hx509_certs_free(&ctx->id->anchors); in _krb5_get_init_creds_opt_free_pkinit()
2353 char *anchors = NULL; in krb5_get_init_creds_opt_set_pkinit() local
2386 "pkinit_anchors", NULL, &anchors); in krb5_get_init_creds_opt_set_pkinit()
2387 x509_anchors = anchors; in krb5_get_init_creds_opt_set_pkinit()
Dkrb5_locl.h343 hx509_certs anchors; member
/netbsd/src/crypto/external/bsd/heimdal/dist/doc/
Dhx509.texi293 @item Trust anchors
295 Trust anchors are strictly not certificates, but commonly stored in a
296 certificate format as they become easier to manage. Trust anchors are
299 validate to to any of the trust anchors you have.
310 certificates (be it sub-ordinate CA certificates to build an trust anchors
346 trust anchors.
/netbsd/src/sys/fs/udf/
Dudf.h278 struct anchor_vdp *anchors[UDF_ANCHORS]; /* anchors to VDS */ member
Dudf_vfsops.c244 MPFREE(ump->anchors[i], M_UDFVOLD); in free_udf_mountinfo()
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dpkinit.c446 kdc_identity->anchors); in _kdc_pk_rd_padata()
1933 const char *anchors, in krb5_kdc_pk_initialize() argument
1954 anchors, in krb5_kdc_pk_initialize()
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dupdate-web-ari.sh789 <!-- Navigation. This page contains the following anchors.

1234