Home
last modified time | relevance | path

Searched refs:trust_store (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Dopgp_key.c300 static const char *trust_store[] = { variable
317 for (tp = trust_store; *tp; tp++) { in load_trusted_key_id()
/freebsd/crypto/openssl/apps/
H A Dcmp.c1257 X509_STORE *trust_store = NULL; in setup_ssl_ctx() local
1266 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs"); in setup_ssl_ctx()
1267 if (trust_store == NULL) in setup_ssl_ctx()
1269 SSL_CTX_set_cert_store(ssl_ctx, trust_store); in setup_ssl_ctx()
1308 if (trust_store != NULL) { in setup_ssl_ctx()
1309 tls_vpm = X509_STORE_get0_param(trust_store); in setup_ssl_ctx()
1327 if (trust_store != NULL) in setup_ssl_ctx()
1383 if (!truststore_set_host_etc(trust_store, in setup_ssl_ctx()
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_CTX_new.pod29 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
81 The trusted certificate store is set to I<trust_store> of type B<X509_STORE>.
87 Each of the I<trust_store>, I<target> and I<untrusted> parameters can be NULL.
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h566 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,
H A Dx509_vfy.h.in469 int X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *trust_store,