HomeSort by: relevance | last modified time | path
    Searched defs:trust (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.h 25 u_char trust; /* trustability of the filtered data */ member in struct:server
  /src/external/bsd/unbound/dist/util/data/
packed_rrset.h 139 * RRset trustworthiness. Bigger value is more trust. RFC 2181.
149 * Added validated and ultimate trust for keys and rrsig validated content.
152 /** initial value for trust */
178 /** ultimately trusted, no more trust is possible;
195 * below a configured trust anchor. */
198 * insecure. Generally this means that this RRset is below a trust
258 enum rrset_trust trust; member in struct:packed_rrset_data
338 * Compared rdata and rrsigdata, not the trust or ttl value.
397 * Get a printable string for a rrset trust value
398 * @param s: rrset trust valu
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rdataslab.h 78 dns_trust_t trust; member in struct:dns_slabheader
rdataset.h 99 void (*settrust)(dns_rdataset_t *rdataset, dns_trust_t trust);
131 dns_trust_t trust; member in struct:dns_rdataset
630 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
632 * Set the trust of the 'rdataset' to trust in any in the backing database.
633 * The local trust level of 'rdataset' is also set.
691 dns_trust_totext(dns_trust_t trust);
693 * Display trust in textual form.
  /src/external/mpl/bind/dist/lib/dns/
ncache.c 40 * trust
138 dns_trust_t trust; local
169 trust = 0xffff;
203 if (trust > rdataset->trust) {
204 trust = rdataset->trust;
226 (unsigned char)rdataset->trust);
260 if (trust == 0xffff) {
268 trust = dns_trust_authauthority
532 dns_trust_t trust = dns_trust_none; local
600 dns_trust_t trust = dns_trust_none; local
690 dns_trust_t trust; local
    [all...]
rbtdb.c 2168 rdataset->trust = header->trust;
2556 dns_trust_t trust; local
2568 trust = dns_trust_ultimate;
2570 trust = newheader->trust;
2652 if (trust < topheader->trust) {
2722 * Trying to add an rdataset with lower trust to a cache
2724 * stale. If the cache data is stale, new lower trust
    [all...]
qpcache.c 522 (header->trust == dns_trust_glue &&
1103 rdataset->trust = header->trust;
1352 (!DNS_TRUST_PENDING(dname_header->trust) ||
1761 header->trust == dns_trust_secure)
1868 (DNS_TRUST_ADDITIONAL(found->trust) &&
1870 (found->trust == dns_trust_glue &&
1872 (DNS_TRUST_PENDING(found->trust) &&
2841 dns_trust_t trust; local
2846 trust = dns_trust_ultimate
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
ncache.c 40 * trust
130 dns_trust_t trust; local
161 trust = 0xffff;
195 if (trust > rdataset->trust) {
196 trust = rdataset->trust;
218 (unsigned char)rdataset->trust);
252 if (trust == 0xffff) {
260 trust = dns_trust_authauthority
541 dns_trust_t trust = dns_trust_none; local
615 dns_trust_t trust = dns_trust_none; local
712 dns_trust_t trust; local
    [all...]
ecdb.c 75 dns_trust_t trust; member in struct:rdatasetheader
106 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
376 rdataset->trust = header->trust;
441 header->trust = rdataset->trust;
729 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) {
733 header->trust = rdataset->trust = trust;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_local.h 27 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 207 * except those of the trust anchor at index num-1.
405 /* yet better not check key usage for trust anchors */
523 * auxiliary trust can be used to override EKU-restrictions.
532 * For trusted certificates we want to see whether any auxiliary trust
535 * This is complicated by the fact that the trust ordinals in
536 * ctx->param->trust are entirely independent of the purpose ordinals in
541 * related values of both param->trust and param->purpose. It is however
542 * typically possible to infer associated trust values from a purpose value
545 * Therefore, we can only check for trust overrides when the purpose we're
546 * checking is the same as ctx->param->purpose and ctx->param->trust i
949 int trust; local
3290 int trust = X509_TRUST_UNTRUSTED; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_local.h 27 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 202 * except those of the trust anchor at index num-1.
397 * auxiliary trust can be used to override EKU-restrictions.
406 * For trusted certificates we want to see whether any auxiliary trust
409 * This is complicated by the fact that the trust ordinals in
410 * ctx->param->trust are entirely independent of the purpose ordinals in
415 * related values of both param->trust and param->purpose. It is however
416 * typically possible to infer associated trust values from a purpose value
419 * Therefore, we can only check for trust overrides when the purpose we're
420 * checking is the same as ctx->param->purpose and ctx->param->trust is
424 tr_ok = X509_check_trust(x, ctx->param->trust, X509_TRUST_NO_SS_COMPAT)
817 int trust; local
2996 int trust = X509_TRUST_UNTRUSTED; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_local.h 24 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
x509_vfy.c 199 * except those of the trust anchor at index num-1.
401 * auxiliary trust can be used to override EKU-restrictions.
409 * For trusted certificates we want to see whether any auxiliary trust
412 * This is complicated by the fact that the trust ordinals in
413 * ctx->param->trust are entirely independent of the purpose ordinals in
418 * related values of both param->trust and param->purpose. It is however
419 * typically possible to infer associated trust values from a purpose value
422 * Therefore, we can only check for trust overrides when the purpose we're
423 * checking is the same as ctx->param->purpose and ctx->param->trust is
427 tr_ok = X509_check_trust(x, ctx->param->trust, X509_TRUST_NO_SS_COMPAT)
784 int trust; local
2958 int trust = X509_TRUST_UNTRUSTED; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rdataset.h 83 void (*settrust)(dns_rdataset_t *rdataset, dns_trust_t trust);
115 dns_trust_t trust; member in struct:dns_rdataset
529 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
531 * Set the trust of the 'rdataset' to trust in any in the backing database.
532 * The local trust level of 'rdataset' is also set.
610 dns_trust_totext(dns_trust_t trust);
612 * Display trust in textual form.
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 126 (int)d->trust, (int)d->security
571 unsigned int rr_count, rrsig_count, trust, security; local
595 &trust, &security) != 5) {
610 d->trust = (enum rrset_trust)trust;
  /src/external/bsd/wpa/dist/src/tls/
x509v3.c 2144 struct x509_certificate *cert, *trust; local
2216 for (trust = trusted; trust; trust = trust->next) {
2217 if (x509_name_compare(&cert->issuer, &trust->subject)
2222 if (trust) {
2225 if (x509_valid_issuer(trust) < 0) {
2230 if (x509_certificate_check_signature(trust, cert) < 0)
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
verify.h 95 /* a packet dealing with trust */
195 pgpv_trust_t trust; member in union:pgpv_pkt_t::__anon1075
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 139 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member in struct:x509_cert_aux_st
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509.h 101 /* This is used for a table of trust checking functions */
104 int trust; member in struct:x509_trust_st
114 /* standard trust ids */
134 /* No compat trust if self-signed, preempts "DO_SS" */
136 /* Compat trust if no explicit accepted trust EKUs */
138 /* Accept "anyEKU" as a wildcard trust OID */
581 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
583 int X509_TRUST_set(int *t, int trust);
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 537 enum class TRUST : unsigned char
547 TRUSTformatDefault, // do not emit @system when trust == TRUSTdefault
548 TRUSTformatSystem // emit @system when trust == TRUSTdefault
601 TRUST trust; // level of trust member in class:TRUST::TypeFunction
  /src/external/mpl/bind/dist/bin/delv/
delv.c 157 /* Default trust anchors */
189 " -a anchor-file (specify root trust "
233 " +[no]root (DNSSEC validation trust "
248 " +[no]trust (Control display of "
249 "trust "
411 switch (rdataset->trust) {
452 strlcat(buf, "ultimate trust", sizeof(buf));
475 static dns_trust_t trust; local
494 if (first || rdataset->trust != trust) {
    [all...]

Completed in 32 milliseconds

1 2