HomeSort by: relevance | last modified time | path
    Searched refs:TRUSTED (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/tools/
c_rehash.in 168 if ($hdr =~ /^(X509 |TRUSTED |)CERTIFICATE$/) {
  /src/crypto/external/bsd/openssl/dist/tools/
c_rehash.in 168 if ($hdr =~ /^(X509 |TRUSTED |)CERTIFICATE$/) {
  /src/crypto/external/bsd/openssl.old/dist/tools/
c_rehash.in 168 if ($hdr =~ /^(X509 |TRUSTED |)CERTIFICATE$/) {
  /src/external/mpl/bind/dist/bin/delv/
delv.c 658 TRUSTED
699 * configured with trusted-keys.
737 case TRUSTED:
823 "skipping trusted key '%s': %s", keynamestr,
828 "failed to add trusted key '%s': %s", keynamestr,
908 cfg_map_get(bindkeys, "trusted-keys", &trusted_keys);
924 fatal("No trusted keys were loaded");
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 4836 TRUSTED
4841 * to check the contents of trusted, initial and
4959 atstr = "trusted-key";
4960 anchortype = TRUSTED;
4966 case TRUSTED:
5294 * trusted-keys and trust-anchors configured with "static-key"),
5894 (void)cfg_map_get(voptions, "trusted-keys", &view_tkeys);
5898 (void)cfg_map_get(config, "trusted-keys", &global_tkeys);
5903 * Check trusted-keys.
5932 "trusted-keys entry for the root
    [all...]
  /src/external/mpl/bind/dist/bin/named/
server.c 746 TRUSTED
791 anchortype = TRUSTED;
805 case TRUSTED:
931 * 'managed' is true for managed keys and false for trusted keys. 'mctx' is
1130 (void)cfg_map_get(voptions, "trusted-keys", &view_keys);
1143 (void)cfg_map_get(config, "trusted-keys", &global_keys);
5757 * For now, there is only one kind of trusted keys, the

Completed in 115 milliseconds