/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | AesGcmHkdfStreamingTest.java | 62 int keySizeInBytes, int segmentSize, int firstSegmentOffset, int plaintextSize, int chunkSize) in testEncryptDecrypt() 132 int keySizeInBytes, int segmentSize, int firstSegmentOffset, int plaintextSize) in testEncryptDecryptRandomAccess() 185 public void testEncryptSingleBytes(int keySizeInBytes, int plaintextSize) throws Exception { in testEncryptSingleBytes() 238 int keySizeInBytes = 16; in testEncryptLimitedCiphertextChannel() local
|
H A D | AesCtrHmacStreamingTest.java | 70 int keySizeInBytes, in testEncryptDecrypt() 172 int keySizeInBytes, in testEncryptDecryptRandomAccess() 258 public void testEncryptSingleBytes(int keySizeInBytes, int plaintextSize) throws Exception { in testEncryptSingleBytes() 295 int keySizeInBytes = 16; in testEncryptLimitedCiphertextChannel() local
|
H A D | AesEaxJceTest.java | 48 private Integer[] keySizeInBytes; field in AesEaxJceTest 145 public void testModifyCiphertext(int keySizeInBytes, int ivSizeInBytes) throws Exception { in testModifyCiphertext()
|
H A D | AesSivTest.java | 44 private Integer[] keySizeInBytes; field in AesSivTest
|
H A D | AesGcmJceTest.java | 49 private Integer[] keySizeInBytes; field in AesGcmJceTest
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/subtle/ |
H A D | AesGcmFactory.java | 28 private final int keySizeInBytes; field in AesGcmFactory 30 public AesGcmFactory(int keySizeInBytes) throws GeneralSecurityException { in AesGcmFactory()
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
H A D | AesCtrHmacStreaming.java | 76 private final int keySizeInBytes; field in AesCtrHmacStreaming 103 int keySizeInBytes, in AesCtrHmacStreaming() 131 int keySizeInBytes, in validateParameters()
|
H A D | AesGcmHkdfStreaming.java | 75 private final int keySizeInBytes; field in AesGcmHkdfStreaming 94 public AesGcmHkdfStreaming(byte[] ikm, String hkdfAlg, int keySizeInBytes, in AesGcmHkdfStreaming()
|
H A D | EciesHkdfRecipientKem.java | 40 int keySizeInBytes, in generateKey()
|
H A D | Hkdf.java | 108 int keySizeInBytes) in computeEciesHkdfSymmetricKey()
|
H A D | EciesHkdfSenderKem.java | 66 int keySizeInBytes, in generateKey()
|
/aosp_15_r20/external/tink/go/streamingaead/subtle/ |
H A D | aes_gcm_hkdf.go | 54 keySizeInBytes int member 73 func NewAESGCMHKDF(mainKey []byte, hkdfAlg string, keySizeInBytes, ciphertextSegmentSize, firstSegm… argument
|
H A D | aes_ctr_hmac.go | 53 keySizeInBytes int member
|
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ |
H A D | BrokenKeyDerivationActivity.java | 71 private static SecretKey deriveKeyInsecurely(String password, int keySizeInBytes) { in deriveKeyInsecurely() 81 private SecretKey deriveKeySecurely(String password, int keySizeInBytes) { in deriveKeySecurely()
|
H A D | InsecureSHA1PRNGKeyDerivator.java | 38 public static byte[] deriveInsecureKey(byte[] seed, int keySizeInBytes) { in deriveInsecureKey()
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/subtle/ |
H A D | AesGcmSivTest.java | 46 private Integer[] keySizeInBytes; field in AesGcmSivTest
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/ |
H A D | InsecureNonceAesGcmJceTest.java | 52 private Integer[] keySizeInBytes; field in InsecureNonceAesGcmJceTest
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/daead/ |
H A D | DeterministicAeadWrapperTest.java | 48 private Integer[] keySizeInBytes; field in DeterministicAeadWrapperTest
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A D | CipherOutputStreamTest.java | 42 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey()
|
H A D | CipherInputStreamTest.java | 43 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey()
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | CipherOutputStreamTest.java | 74 static SecretKey randomKey(String algorithm, String alias, int keySizeInBytes, in randomKey()
|
H A D | CipherInputStreamTest.java | 74 static SecretKey randomKey(String algorithm, String alias, int keySizeInBytes, in randomKey()
|
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
H A D | CryptUtil.c | 1577 UINT16 keySizeInBytes; in CryptValidateKeys() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A D | TestUtil.java | 688 public static boolean shouldSkipTestWithAesKeySize(int keySizeInBytes) in shouldSkipTestWithAesKeySize()
|
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/ |
D | tink-android-1.5.0.jar | com/google/crypto/tink/subtle/prf/StreamingPrf.class
StreamingPrf.java
package ... |