Searched defs:trusted (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | x509aux.c | 37 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs() local
|
/freebsd/usr.sbin/certctl/tests/ |
H A D | certctl_test.sh | 94 trusted() { function
|
/freebsd/usr.sbin/pkg/ |
H A D | pkg.h | 64 bool trusted; member
|
H A D | pkg.c | 725 struct fingerprint_list *trusted, *revoked; in verify_signature() local
|
/freebsd/sbin/ldconfig/ |
H A D | elfhints.c | 61 add_dir(const char *hintsfile, const char *name, bool trusted) in add_dir() argument
|
/freebsd/crypto/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 38 DEFINE_OSSL_CMP_CTX_get0_NAME(trusted, trusted, X509_STORE) in DEFINE_OSSL_CMP_CTX_get0_NAME() argument
|
H A D | cmp_genm.c | 249 verify_ss_cert_trans(OSSL_CMP_CTX *ctx, X509 *trusted /* may be NULL */, in verify_ss_cert_trans()
|
H A D | cmp_local.h | 71 X509_STORE *trusted; /* trust store maybe w CRLs and cert verify callback */ member
|
/freebsd/usr.sbin/certctl/ |
H A D | certctl.c | 248 static struct cert_tree trusted = RB_INITIALIZER(&trusted); variable
|
/freebsd/contrib/wpa/src/tls/ |
H A D | x509v3.c | 2138 int x509_certificate_chain_validate(struct x509_certificate *trusted, in x509_certificate_chain_validate()
|
/freebsd/crypto/openssh/ |
H A D | clientloop.c | 290 const char *xauth_path, u_int trusted, u_int timeout, in client_x11_get_proto()
|