HomeSort by: relevance | last modified time | path
    Searched refs:bundle (Results 1 - 25 of 109) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/unbound/dist/testdata/tls_reuse.tdir/
tls_reuse.conf 13 tls-cert-bundle: "unbound_server.pem"
  /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/
auth_tls.ub.conf 14 tls-cert-bundle: "nsd_server.pem"
  /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/
auth_tls_failcert.ub.conf 14 tls-cert-bundle: "nsd_server.pem"
  /src/external/bsd/unbound/dist/testdata/stream_ssl.tdir/
stream_ssl.clie.conf 14 tls-cert-bundle: unbound_server.pem
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxgk20a.c 67 gf100_gr_icmd(gr, gr->bundle);
69 grctx->bundle(info);
76 .bundle = gk104_grctx_generate_bundle,
nouveau_nvkm_engine_gr_ctxgm20b.c 70 gf100_gr_icmd(gr, gr->bundle);
72 grctx->bundle(info);
79 .bundle = gm107_grctx_generate_bundle,
nouveau_nvkm_engine_gr_ctxgp104.c 33 .bundle = gm107_grctx_generate_bundle,
nouveau_nvkm_engine_gr_ctxgp107.c 41 .bundle = gm107_grctx_generate_bundle,
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.m 66 NSBundle *bundle = [NSBundle mainBundle];
68 fp = [bundle pathForResource: @"Info-project" ofType: @"plist"];
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
ia64-breakpoint-shadow.S 28 bundle: label
31 /* This long constant requires L-X slot in this bundle. */
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
ia64-breakpoint-shadow.S 28 bundle: label
31 /* This long constant requires L-X slot in this bundle. */
  /src/external/mpl/bind/dist/lib/dns/
skr.c 143 skrbundle_addtuple(dns_skrbundle_t *bundle, dns_difftuple_t **tuple) {
145 REQUIRE(DNS_SKRBUNDLE_VALID(bundle));
146 REQUIRE(DNS_DIFF_VALID(&bundle->diff));
148 dns_diff_append(&bundle->diff, tuple);
152 dns_skrbundle_getsig(dns_skrbundle_t *bundle, dst_key_t *key,
156 REQUIRE(DNS_SKRBUNDLE_VALID(bundle));
157 REQUIRE(DNS_DIFF_VALID(&bundle->diff));
159 dns_difftuple_t *tuple = ISC_LIST_HEAD(bundle->diff.tuples);
235 dns_skrbundle_t *bundle = NULL; local
274 /* New bundle */
    [all...]
  /src/external/bsd/unbound/dist/testdata/padding.tdir/
padding.conf 11 tls-cert-bundle: "unbound_server.pem"
  /src/external/mpl/bind/dist/bin/tests/system/ksr/ns1/
setup.sh 25 cp template.db.in last-bundle.test.db
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp 93 /// Return the bundle identifier.
95 if (CFBundleRef bundle = get())
96 return ::CFBundleGetIdentifier(bundle);
102 if (CFBundleRef bundle = get())
103 return ::CFBundleGetValueForInfoDictionaryKey(bundle, key);
108 /// Helper to initialize this instance with a new bundle created from the
131 // If we have a valid bundle and find its identifier we are done.
146 /// information about the bundle. Return default values on other platforms.
159 CFBundle Bundle(ExePath);
160 if (CFStringRef BundleID = Bundle.GetIdentifier())
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
skr_test.c 311 check_rrsig(dns_skrbundle_t *bundle, skr__testbundle_t *tb,
317 r = dns_skrbundle_getsig(bundle, key->key, rrtype, &sigrdata);
349 check_bundle(dns_skrbundle_t *bundle, skr__testbundle_t *tb, int bnum) {
352 assert_int_equal(bundle->inception, tb->btime);
354 dns_difftuple_t *tuple = ISC_LIST_HEAD(bundle->diff.tuples);
400 check_rrsig(bundle, tb, dns_rdatatype_dnskey, ISC_R_SUCCESS);
401 check_rrsig(bundle, tb, dns_rdatatype_cdnskey, ISC_R_SUCCESS);
402 check_rrsig(bundle, tb, dns_rdatatype_cds, ISC_R_SUCCESS);
403 check_rrsig(bundle, tb, dns_rdatatype_a, ISC_R_NOTFOUND);
473 for (dns_skrbundle_t *bundle = ISC_LIST_HEAD(skr->bundles)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/binutils.old/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/gdb/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/external/gpl3/gdb.old/dist/opcodes/
ia64-dis.c 77 bfd_byte bundle[16]; local
93 status = (*info->read_memory_func) (memaddr, bundle, sizeof (bundle), info);
100 t0 = bfd_getl64 (bundle);
101 t1 = bfd_getl64 (bundle + 8);
  /src/usr.sbin/certctl/
certctl.sh 418 local vcert cert certbase hash counter bundle vbundle
464 # Create a temporary file for the single-file bundle. This
478 # Add the certificate to the single-file bundle.
490 # Install the single-file bundle.
491 bundle=$certsdir/ca-certificates.crt
492 vbundle=$(printf '%s' "$bundle" | vis -M)
495 (umask 0022; cat <$tmpfile >${bundle}.tmp)
496 mv -f -- "${bundle}.tmp" "$bundle"
  /src/external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/
dnstap_tls_badcert.conf 33 # the actual tls cert bundle that authenticates the server
34 # is the unbound_server.pem bundle.
35 # we pass the wrong bundle. (of another key we also use in the client
37 dnstap-tls-cert-bundle: "unbound_control.pem"
  /src/external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/
dnstap_tls_badname.conf 35 dnstap-tls-cert-bundle: "unbound_server.pem"
  /src/external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/
dnstap_tls_peername.conf 33 dnstap-tls-cert-bundle: "unbound_server.pem"
  /src/external/mpl/bind/dist/lib/dns/include/dns/
skr.h 60 dns_skrbundle_getsig(dns_skrbundle_t *bundle, dst_key_t *key,
64 * given 'bundle'.
67 * \li 'bundle' is a valid bundle
100 * Look up the currently active bundle. The active bundle is the one which
101 * inception time is prior to 'time' and the next bundle inception is after
102 " 'time'. In case of the last bundle in the SKR, 'time' is expected to be
103 * lower than the last bundle inception time plus 'sigval'.
109 * \li The currently active bundle, or NULL if no such bundle is found
    [all...]

Completed in 49 milliseconds

1 2 3 4 5