Searched refs:allowed (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | CipherSuite.java | 118 final boolean allowed; field in CipherSuite 131 boolean allowed, int obsoleted, int supported, PRF prfAlg) { in CipherSuite() argument 155 allowed &= keyExchange.allowed; in CipherSuite() 156 allowed &= cipher.allowed; in CipherSuite() 157 this.allowed = allowed; in CipherSuite() 169 this.allowed = false; in CipherSuite() 190 return allowed && keyExchange.isAvailable() && cipher.isAvailable(); in isAvailable() 230 if ((c == null) || (c.allowed == false)) { in valueOf() 267 boolean allowed, int obsoleted, int supported, PRF prf) { in add() argument 270 cipher, allowed, obsoleted, supported, prf); in add() [all …]
|
D | CipherBox.java | 201 if (cipher.allowed == false) { in newCipherBox()
|
D | SSLContextImpl.java | 338 if (!suite.allowed || suite.priority < minPriority) { in getApplicableCipherSuiteList()
|
/libcore/luni/src/test/resources/META-INF/services/ |
D | libcore.java.util.ServiceLoaderTestInterface | 7 libcore.java.util.ServiceLoaderTest$Impl2 # and duplicates are allowed too
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | EncryptedPrivateKeyInfoTest.java | 417 } catch (NoSuchAlgorithmException allowed) { in testEncryptedPrivateKeyInfoStringbyteArray1() 1144 } catch (NoSuchAlgorithmException allowed) { in test_ROUNDTRIP_GetKeySpecCipher01()
|
/libcore/ |
D | LICENSE | 9 document, but changing it is not allowed. 143 distribute corresponding source code. (This alternative is allowed only
|
/libcore/expectations/ |
D | knownfailures.txt | 79 …description: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. M… 308 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up",
|
/libcore/ojluni/ |
D | NOTICE | 295 document, but changing it is not allowed. 429 distribute corresponding source code. (This alternative is allowed only
|