/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AESGCMCipherTestBase.java | 181 Key key = importKey(getKatKey()); in testCiphertextBitflipDetectedWhenDecrypting() 193 Key key = importKey(getKatKey()); in testAadBitflipDetectedWhenDecrypting()
|
D | AES256ECBNoPaddingCipherTest.java | 31 protected byte[] getKatKey() { in getKatKey() method in AES256ECBNoPaddingCipherTest
|
D | AES128ECBNoPaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES128ECBNoPaddingCipherTest
|
D | AES192ECBPKCS7PaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES192ECBPKCS7PaddingCipherTest
|
D | AES128ECBPKCS7PaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES128ECBPKCS7PaddingCipherTest
|
D | AES192ECBNoPaddingCipherTest.java | 29 protected byte[] getKatKey() { in getKatKey() method in AES192ECBNoPaddingCipherTest
|
D | AES256ECBPKCS7PaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES256ECBPKCS7PaddingCipherTest
|
D | AES256CBCPKCS7PaddingCipherTest.java | 32 protected byte[] getKatKey() { in getKatKey() method in AES256CBCPKCS7PaddingCipherTest
|
D | AES128CBCPKCS7PaddingCipherTest.java | 31 protected byte[] getKatKey() { in getKatKey() method in AES128CBCPKCS7PaddingCipherTest
|
D | AES256CBCNoPaddingCipherTest.java | 32 protected byte[] getKatKey() { in getKatKey() method in AES256CBCNoPaddingCipherTest
|
D | AES192CTRNoPaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES192CTRNoPaddingCipherTest
|
D | AES192CBCPKCS7PaddingCipherTest.java | 31 protected byte[] getKatKey() { in getKatKey() method in AES192CBCPKCS7PaddingCipherTest
|
D | AES192CBCNoPaddingCipherTest.java | 32 protected byte[] getKatKey() { in getKatKey() method in AES192CBCNoPaddingCipherTest
|
D | AES128CTRNoPaddingCipherTest.java | 31 protected byte[] getKatKey() { in getKatKey() method in AES128CTRNoPaddingCipherTest
|
D | AES256CTRNoPaddingCipherTest.java | 30 protected byte[] getKatKey() { in getKatKey() method in AES256CTRNoPaddingCipherTest
|
D | AES128CBCNoPaddingCipherTest.java | 31 protected byte[] getKatKey() { in getKatKey() method in AES128CBCNoPaddingCipherTest
|
D | AES256GCMNoPaddingCipherTest.java | 37 protected byte[] getKatKey() { in getKatKey() method in AES256GCMNoPaddingCipherTest
|
D | AES128GCMNoPaddingCipherTest.java | 36 protected byte[] getKatKey() { in getKatKey() method in AES128GCMNoPaddingCipherTest
|
D | AES192GCMNoPaddingCipherTest.java | 36 protected byte[] getKatKey() { in getKatKey() method in AES192GCMNoPaddingCipherTest
|
D | DESedeCipherTestBase.java | 16 protected byte[] getKatKey() { in getKatKey() method in DESedeCipherTestBase
|
D | BlockCipherTestBase.java | 85 protected abstract byte[] getKatKey(); in getKatKey() method in BlockCipherTestBase 537 byte[] katKeyBytes = getKatKey(); in assertKeyDoesNotSurviveReinitialization() 1256 Key key = importKey(getKatKey()); in testVeryLargeBlock() 1309 return importKey(getKatKey()); in getKey() 1624 Key key = importKey(getKatKey()); in assertInitRejectsIvParameterSpec()
|