Home
last modified time | relevance | path

Searched defs:trust (Results 1 – 20 of 20) sorted by relevance

/freebsd/lib/libsecureboot/
H A Dveta.c48 trust_file_add(const char *trust) in trust_file_add()
71 trust_dir_add(const char *trust) in trust_dir_add()
100 ve_trust_add(const char *trust) in ve_trust_add()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_trust.c113 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set()
217 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany()
229 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid()
240 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
H A Dx509_vfy.c817 int trust; in check_trust() local
2212 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust()
2232 int purpose, int trust) in X509_STORE_CTX_purpose_inherit()
2996 int trust = X509_TRUST_UNTRUSTED; in build_chain() local
H A Dx509_local.h27 int trust; /* trust setting to check */ member
H A Dx509_vpm.c306 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
H A Dv3_purp.c153 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add()
H A Dx509_lu.c816 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.h23 u_char trust; /* trustability of the filtered data */ member
/freebsd/contrib/unbound/util/data/
H A Dpacked_rrset.h255 enum rrset_trust trust; member
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c635 u_long trust in authtrust()
/freebsd/contrib/unbound/daemon/
H A Dcachedump.c448 unsigned int rr_count, rrsig_count, trust, security; in load_rrset() local
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h.in77 int trust; member
H A Dx509v3.h.in456 int trust; /* Default trust ID */ member
H A Dx509_vfy.h150 int trust; member
H A Dx509v3.h696 int trust; /* Default trust ID */ member
/freebsd/contrib/wpa/src/tls/
H A Dx509v3.c2144 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2103 u_long trust in do_trustkey()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-anchor.c1755 verify_p7sig(BIO* data, BIO* p7s, STACK_OF(X509)* trust, const char* p7signer) in verify_p7sig()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c969 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
974 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
/freebsd/libexec/rtld-elf/
H A Drtld.c205 static bool trust; /* False for setuid and setgid programs */ variable