Searched refs:trust (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_trs.c67 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
75 * WARNING: the following table should be kept in order of trust and without
76 * any gaps so we can just subtract the minimum trust value to get an index
103 return (*a)->trust - (*b)->trust;
106 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *,
110 default_trust = trust;
149 tmp.trust
158 X509_TRUST_set(int *t, int trust) argument
258 trust_1oidany(X509_TRUST *trust, X509 *x, int flags) argument
269 trust_1oid(X509_TRUST *trust, X509 *x, int flags) argument
276 trust_compat(X509_TRUST *trust, X509 *x, int flags) argument
[all...]
H A Dx509_vpm.c77 param->trust = 0;
172 x509_verify_param_copy(trust, 0);
242 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) argument
244 return X509_TRUST_set(&param->trust, trust);
322 0, /* trust */
332 X509_TRUST_EMAIL, /* trust */
342 X509_TRUST_EMAIL, /* trust */
352 X509_TRUST_SSL_CLIENT, /* trust */
362 X509_TRUST_SSL_SERVER, /* trust */
[all...]
H A Dx509_vfy.c205 * we get any trust settings.
282 /* The chain extensions are OK: check trust */
284 if (param->trust > 0)
537 ok = X509_check_trust(x, ctx->param->trust, 0);
1268 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) argument
1270 return X509_STORE_CTX_purpose_inherit(ctx, 0, 0, trust);
1274 * This function is used to set the X509_STORE_CTX purpose and trust values.
1275 * This is intended to be used when another structure has its own trust and
1278 * be used to set the trust value. An example of this is SSL use: an SSL
1279 * structure will have its own purpose and trust setting
1284 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
[all...]
H A Dx509_vfy.h169 int trust; /* trust setting to check */ member in struct:X509_VERIFY_PARAM_st
409 int X509_STORE_set_trust(X509_STORE *ctx, int trust);
478 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust);
480 int purpose, int trust);
509 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
H A Dx509_lu.c553 int X509_STORE_set_trust(X509_STORE *ctx, int trust) argument
555 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_x509a.c76 if (aux->trust) {
79 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
85 sk_ASN1_OBJECT_value(aux->trust, i), 0);
H A Dx_x509a.c76 ASN1_SEQUENCE_OF_OPT(X509_CERT_AUX, trust, ASN1_OBJECT),
154 if (!aux->trust && !(aux->trust = sk_ASN1_OBJECT_new_null()))
156 return sk_ASN1_OBJECT_push(aux->trust, objtmp);
174 if (x->aux && x->aux->trust) {
175 sk_ASN1_OBJECT_pop_free(x->aux->trust, ASN1_OBJECT_free);
176 x->aux->trust = NULL;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dncache.c43 * trust
132 dns_trust_t trust; local
165 trust = 0xffff;
190 if (trust > rdataset->trust)
191 trust = rdataset->trust;
210 (unsigned char)rdataset->trust);
241 if (trust == 0xffff) {
248 trust
485 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) argument
519 dns_trust_t trust = dns_trust_none; local
592 dns_trust_t trust = dns_trust_none; local
687 dns_trust_t trust; local
[all...]
H A Decdb.c74 dns_trust_t trust; member in struct:rdatasetheader
101 static void rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
409 rdataset->trust = header->trust;
472 header->trust = rdataset->trust;
762 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) { argument
766 header->trust = rdataset->trust = trust;
[all...]
H A Drdataset.c52 dns_trust_totext(dns_trust_t trust) { argument
53 if (trust >= sizeof(trustnames)/sizeof(*trustnames))
55 return (trustnames[trust]);
73 rdataset->trust = 0;
101 rdataset->trust = 0;
128 rdataset->trust = 0;
758 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) { argument
763 (rdataset->methods->settrust)(rdataset, trust);
765 rdataset->trust = trust;
[all...]
H A Dvalidator.c435 "keyset with trust %s",
436 dns_trust_totext(rdataset->trust));
440 if (rdataset->trust >= dns_trust_secure) {
517 "dsset with trust %s",
518 dns_trust_totext(rdataset->trust));
561 * for the break point in the chain of trust.
684 "keyset with trust %s",
685 dns_trust_totext(val->frdataset.trust));
689 if (val->frdataset.trust >= dns_trust_secure)
756 "%s with trust
[all...]
H A Drbtdb.c228 dns_trust_t trust; member in struct:rdatasetheader
541 static void rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
2783 rdataset->trust = header->trust;
4238 (!DNS_TRUST_PENDING(dname_header->trust) ||
4999 (DNS_TRUST_ADDITIONAL(found->trust) &&
5001 (found->trust == dns_trust_glue &&
5003 (DNS_TRUST_PENDING(found->trust) &&
5493 "trust = %u, attributes = %u, "
5497 current->trust,
5891 dns_trust_t trust; local
8109 rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust) argument
[all...]
H A Ddiff.c349 rds.trust = dns_trust_ultimate;
488 rds.trust = dns_trust_ultimate;
H A Dresolver.c4261 } else if (vevent->rdataset->trust == dns_trust_answer &&
4349 rdataset->trust != dns_trust_secure)
4360 sigrdataset->trust != dns_trust_secure)
4717 if (secure_domain && rdataset->trust != dns_trust_glue &&
4719 dns_trust_t trust; local
4752 if (rdataset->trust == dns_trust_additional)
4753 trust = dns_trust_pending_additional;
4755 trust = dns_trust_pending_answer;
4757 rdataset->trust = trust;
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drdataset.h115 dns_trust_t trust);
140 dns_trust_t trust; member in struct:dns_rdataset
643 dns_rdataset_settrust(dns_rdataset_t *rdataset, dns_trust_t trust);
645 * Set the trust of the 'rdataset' to trust in any in the backing database.
646 * The local trust level of 'rdataset' is also set.
675 dns_trust_totext(dns_trust_t trust);
677 * Display trust in textual form.
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.h23 u_char trust; /* trustability of the filtered data */ member in struct:server
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthkeys.c533 u_long trust
545 if (!trust && sk == NULL)
561 if (trust > 0) {
563 if (trust > 1)
564 sk->lifetime = current_time + trust;
577 if (trust > 1) {
578 lifetime = current_time + trust;
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dfixunsdfsi.S57 .word 0 ! (who me, not trust the assembler?)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c121 " -addtrust arg - trust certificate for a given purpose\n",
174 STACK_OF(ASN1_OBJECT) *trust = NULL, *reject = NULL;
316 BIO_printf(bio_err, "Invalid trust object value %s\n", *argv);
319 if (!trust)
320 trust = sk_ASN1_OBJECT_new_null();
321 sk_ASN1_OBJECT_push(trust, objtmp);
629 if (trust) {
630 for (i = 0; i < sk_ASN1_OBJECT_num(trust); i++) {
631 objtmp = sk_ASN1_OBJECT_value(trust, i);
964 sk_ASN1_OBJECT_pop_free(trust, ASN1_OBJECT_fre
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c193 int X509_PURPOSE_add(int id, int trust, int flags, argument
203 /* This will always be set for application modified trust entries */
235 ptmp->trust = trust;
292 return xp->trust;
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.computer18 01/17 Justice Dept. begins IBM anti-trust suit, 1969 (drops it, January 8, 1982)
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dx509v3.c1841 struct x509_certificate *cert, *trust; local
1911 for (trust = trusted; trust; trust = trust->next) {
1912 if (x509_name_compare(&cert->issuer, &trust->subject)
1917 if (trust) {
1920 if (x509_valid_issuer(trust) < 0) {
1925 if (x509_certificate_check_signature(trust, cert) < 0)
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c1971 (DNS_TRUST_PENDING(rdataset->trust) ||
1972 DNS_TRUST_GLUE(rdataset->trust)) &&
2013 (DNS_TRUST_PENDING(rdataset->trust) ||
2014 DNS_TRUST_GLUE(rdataset->trust)) &&
2235 if (rdataset->trust != dns_trust_secure &&
2317 dns64_rdataset->trust = rdataset->trust;
2399 if (rdataset->trust != dns_trust_secure &&
2455 myrdataset->trust = rdataset->trust;
2784 query_add_cname(ns_client_t *client, dns_name_t *qname, dns_name_t *tname, dns_trust_t trust, dns_ttl_t ttl) argument
[all...]
H A Dlwdgrbn.c137 if (set.trust != dns_trust_secure)
295 if (rdataset->trust == dns_trust_secure)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dwarnings.mk90 # may make your brain hurt - trust me; it works --sjg

Completed in 188 milliseconds

12