Home
last modified time | relevance | path

Searched refs:isTrusted (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/dports/net/storj/storj-1.45.3/storagenode/trust/
H A Dexcluder_test.go93 isTrusted bool
98 isTrusted: false,
103 isTrusted: false,
108 isTrusted: false,
113 isTrusted: false,
118 isTrusted: true,
123 isTrusted: false,
128 isTrusted: false,
133 isTrusted: false,
148 isTrusted: true,
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DStringCoding.java85 Charset cs, boolean isTrusted) { in safeTrim() argument
126 private final boolean isTrusted; field in StringCoding.StringDecoder
154 return safeTrim(ca, clen, cs, isTrusted); in decode()
218 boolean isTrusted = false; in decode()
230 return safeTrim(ca, clen, cs, isTrusted); in decode()
246 return safeTrim(ca, cb.position(), cs, isTrusted); in decode()
277 private final boolean isTrusted; field in StringCoding.StringEncoder
305 return safeTrim(ba, blen, cs, isTrusted); in encode()
353 boolean isTrusted = false; in encode()
365 return safeTrim(ba, blen, cs, isTrusted); in encode()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/lang/
H A DStringCoding.java85 Charset cs, boolean isTrusted) { in safeTrim() argument
126 private final boolean isTrusted; field in StringCoding.StringDecoder
154 return safeTrim(ca, clen, cs, isTrusted); in decode()
218 boolean isTrusted = false; in decode()
230 return safeTrim(ca, clen, cs, isTrusted); in decode()
246 return safeTrim(ca, cb.position(), cs, isTrusted); in decode()
277 private final boolean isTrusted; field in StringCoding.StringEncoder
305 return safeTrim(ba, blen, cs, isTrusted); in encode()
353 boolean isTrusted = false; in encode()
365 return safeTrim(ba, blen, cs, isTrusted); in encode()
[all …]
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DEnterpriseRoots.cpp74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
75 isTrusted = false; in CertIsTrustAnchorForTLSServerAuth()
109 isTrusted = pChainContext->TrustStatus.dwErrorStatus == CERT_TRUST_NO_ERROR; in CertIsTrustAnchorForTLSServerAuth()
110 if (isTrusted && pChainContext->cChain > 0) { in CertIsTrustAnchorForTLSServerAuth()
189 bool isTrusted; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
192 if (!isTrusted) { in GatherEnterpriseCertsForLocation()
278 bool isTrusted = false; in GatherEnterpriseCertsMacOS() local
286 isTrusted = SecTrustEvaluateWithError(trustHandle.get(), nullptr); in GatherEnterpriseCertsMacOS()
302 isTrusted = result == kSecTrustResultProceed || in GatherEnterpriseCertsMacOS()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DEnterpriseRoots.cpp74 bool& isTrusted, bool& isRoot) {
75 isTrusted = false;
109 isTrusted = pChainContext->TrustStatus.dwErrorStatus == CERT_TRUST_NO_ERROR;
110 if (isTrusted && pChainContext->cChain > 0) {
189 bool isTrusted;
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot);
192 if (!isTrusted) {
278 bool isTrusted = false;
286 isTrusted = SecTrustEvaluateWithError(trustHandle.get(), nullptr);
302 isTrusted = result == kSecTrustResultProceed ||
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DEnterpriseRoots.cpp74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
75 isTrusted = false; in CertIsTrustAnchorForTLSServerAuth()
109 isTrusted = pChainContext->TrustStatus.dwErrorStatus == CERT_TRUST_NO_ERROR; in CertIsTrustAnchorForTLSServerAuth()
110 if (isTrusted && pChainContext->cChain > 0) { in CertIsTrustAnchorForTLSServerAuth()
189 bool isTrusted; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
192 if (!isTrusted) { in GatherEnterpriseCertsForLocation()
278 bool isTrusted = false; in GatherEnterpriseCertsMacOS() local
286 isTrusted = SecTrustEvaluateWithError(trustHandle.get(), nullptr); in GatherEnterpriseCertsMacOS()
302 isTrusted = result == kSecTrustResultProceed || in GatherEnterpriseCertsMacOS()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DEnterpriseRoots.cpp74 bool& isTrusted, bool& isRoot) { in CertIsTrustAnchorForTLSServerAuth() argument
75 isTrusted = false; in CertIsTrustAnchorForTLSServerAuth()
109 isTrusted = pChainContext->TrustStatus.dwErrorStatus == CERT_TRUST_NO_ERROR; in CertIsTrustAnchorForTLSServerAuth()
110 if (isTrusted && pChainContext->cChain > 0) { in CertIsTrustAnchorForTLSServerAuth()
189 bool isTrusted; in GatherEnterpriseCertsForLocation() local
191 CertIsTrustAnchorForTLSServerAuth(certificate, isTrusted, isRoot); in GatherEnterpriseCertsForLocation()
192 if (!isTrusted) { in GatherEnterpriseCertsForLocation()
278 bool isTrusted = false; in GatherEnterpriseCertsMacOS() local
286 isTrusted = SecTrustEvaluateWithError(trustHandle.get(), nullptr); in GatherEnterpriseCertsMacOS()
302 isTrusted = result == kSecTrustResultProceed || in GatherEnterpriseCertsMacOS()
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DRealIp.hs51 realIpTrusted header isTrusted app req respond = app req' respond
55 ip' <- if isTrusted ip
56 then findRealIp (requestHeaders req) header isTrusted
86 findRealIp reqHeaders header isTrusted =
94 nonTrusted = filter (not . isTrusted) ips
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DRealIp.hs51 realIpTrusted header isTrusted app req respond = app req' respond
55 ip' <- if isTrusted ip
56 then findRealIp (requestHeaders req) header isTrusted
86 findRealIp reqHeaders header isTrusted =
94 nonTrusted = filter (not . isTrusted) ips
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/Network/Wai/Middleware/
H A DRealIp.hs51 realIpTrusted header isTrusted app req respond = app req' respond
55 ip' <- if isTrusted ip
56 then findRealIp (requestHeaders req) header isTrusted
86 findRealIp reqHeaders header isTrusted =
94 nonTrusted = filter (not . isTrusted) ips
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java548 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
710 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
713 return isTrusted(clientAuth); in isTrusted()
715 return isTrusted(serverAuth); in isTrusted()
717 return isTrusted(codeSigning); in isTrusted()
719 return isTrusted(emailProtection); in isTrusted()
721 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
722 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
723 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
724 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java542 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
704 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
707 return isTrusted(clientAuth); in isTrusted()
709 return isTrusted(serverAuth); in isTrusted()
711 return isTrusted(codeSigning); in isTrusted()
713 return isTrusted(emailProtection); in isTrusted()
715 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
716 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
717 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
718 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java549 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
711 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
714 return isTrusted(clientAuth); in isTrusted()
716 return isTrusted(serverAuth); in isTrusted()
718 return isTrusted(codeSigning); in isTrusted()
720 return isTrusted(emailProtection); in isTrusted()
722 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
723 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
724 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
725 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java538 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
700 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
703 return isTrusted(clientAuth); in isTrusted()
705 return isTrusted(serverAuth); in isTrusted()
707 return isTrusted(codeSigning); in isTrusted()
709 return isTrusted(emailProtection); in isTrusted()
711 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
712 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
713 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
714 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java548 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
710 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
713 return isTrusted(clientAuth); in isTrusted()
715 return isTrusted(serverAuth); in isTrusted()
717 return isTrusted(codeSigning); in isTrusted()
719 return isTrusted(emailProtection); in isTrusted()
721 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
722 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
723 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
724 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java548 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
710 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
713 return isTrusted(clientAuth); in isTrusted()
715 return isTrusted(serverAuth); in isTrusted()
717 return isTrusted(codeSigning); in isTrusted()
719 return isTrusted(emailProtection); in isTrusted()
721 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
722 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
723 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
724 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java542 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
704 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
707 return isTrusted(clientAuth); in isTrusted()
709 return isTrusted(serverAuth); in isTrusted()
711 return isTrusted(codeSigning); in isTrusted()
713 return isTrusted(emailProtection); in isTrusted()
715 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
716 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
717 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
718 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java538 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
700 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
703 return isTrusted(clientAuth); in isTrusted()
705 return isTrusted(serverAuth); in isTrusted()
707 return isTrusted(codeSigning); in isTrusted()
709 return isTrusted(emailProtection); in isTrusted()
711 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
712 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
713 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
714 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSecmod.java542 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
704 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
707 return isTrusted(clientAuth); in isTrusted()
709 return isTrusted(serverAuth); in isTrusted()
711 return isTrusted(codeSigning); in isTrusted()
713 return isTrusted(emailProtection); in isTrusted()
715 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
716 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
717 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
718 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java549 if (attr.isTrusted(TrustType.ALL) == false) { in setTrust()
711 boolean isTrusted(TrustType type) { in isTrusted() method in Secmod.TrustAttributes
714 return isTrusted(clientAuth); in isTrusted()
716 return isTrusted(serverAuth); in isTrusted()
718 return isTrusted(codeSigning); in isTrusted()
720 return isTrusted(emailProtection); in isTrusted()
722 return isTrusted(TrustType.CLIENT_AUTH) in isTrusted()
723 && isTrusted(TrustType.SERVER_AUTH) in isTrusted()
724 && isTrusted(TrustType.CODE_SIGNING) in isTrusted()
725 && isTrusted(TrustType.EMAIL_PROTECTION); in isTrusted()
[all …]
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/core/
H A Ddevice.cpp154 …if (isTrusted() && isReachable()) { //Do not load any plugin for unpaired devices, nor useless loa… in reloadPlugins()
211 if (isTrusted()) { in requestPair()
251 bool isTrusted = (status == DeviceLink::Paired); in pairStatusChanged() local
252 Q_EMIT trustedChanged(isTrusted); in pairStatusChanged()
253 Q_ASSERT(isTrusted == this->isTrusted()); in pairStatusChanged()
379 Q_ASSERT(isTrusted()); in sendPacket()
392 if (isTrusted()) { in privateReceivedPacket()
407 bool Device::isTrusted() const in isTrusted() function in Device
423 if (isTrusted()) { in cleanUnneededLinks()
468 return iconForStatus(isReachable(), isTrusted()); in statusIconName()
H A Ddaemon.cpp140 if (device->isTrusted()) { in cleanDevices()
179 if (onlyTrusted && !device->isTrusted()) continue; in devices()
190 if (onlyTrusted && !device->isTrusted()) continue; in deviceNames()
216 if (!isDiscoveringDevices() && !device->isTrusted() && !dl->linkShouldBeKeptAlive()) { in onNewDeviceLink()
230 if (!device->isReachable() && !device->isTrusted()) { in onDeviceStatusChanged()
294 if (device->name() == name && device->isTrusted()) in deviceIdByName()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/
H A DHttpsCertVerifier.java66 private boolean isTrusted; field in HttpsCertVerifier
71 boolean isTrusted, boolean hostMatched, in HttpsCertVerifier() argument
76 this.isTrusted = isTrusted; in HttpsCertVerifier()
82 return isTrusted; in getAlreadyTrustPublisher()
/dports/net-im/dendrite/dendrite-0.5.1/clientapi/threepid/
H A Dthreepid.go58 if err := isTrusted(req.IDServer, cfg); err != nil {
106 if err := isTrusted(creds.IDServer, cfg); err != nil {
146 if err := isTrusted(creds.IDServer, cfg); err != nil {
180 func isTrusted(idServer string, cfg *config.ClientAPI) error { func
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/cli/
H A Dkdeconnect-cli.cpp110 const bool isTrusted = deviceIface.isTrusted(); in main() local
111 if (isReachable && isTrusted) { in main()
115 } else if (isTrusted) { in main()
135 const bool isTrusted = deviceIface.isTrusted(); in main() local
136 if (isTrusted) { in main()
239 } else if(blockOnReply<bool>(dev.isTrusted())) { in main()
248 if (!dev.isTrusted()) { in main()

12345678910>>...27