Home
last modified time | relevance | path

Searched defs:keySizeInBytes (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DAesGcmHkdfStreamingTest.java62 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 DAesCtrHmacStreamingTest.java70 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 DAesEaxJceTest.java48 private Integer[] keySizeInBytes; field in AesEaxJceTest
145 public void testModifyCiphertext(int keySizeInBytes, int ivSizeInBytes) throws Exception { in testModifyCiphertext()
H A DAesSivTest.java44 private Integer[] keySizeInBytes; field in AesSivTest
H A DAesGcmJceTest.java49 private Integer[] keySizeInBytes; field in AesGcmJceTest
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/subtle/
H A DAesGcmFactory.java28 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 DAesCtrHmacStreaming.java76 private final int keySizeInBytes; field in AesCtrHmacStreaming
103 int keySizeInBytes, in AesCtrHmacStreaming()
131 int keySizeInBytes, in validateParameters()
H A DAesGcmHkdfStreaming.java75 private final int keySizeInBytes; field in AesGcmHkdfStreaming
94 public AesGcmHkdfStreaming(byte[] ikm, String hkdfAlg, int keySizeInBytes, in AesGcmHkdfStreaming()
H A DEciesHkdfRecipientKem.java40 int keySizeInBytes, in generateKey()
H A DHkdf.java108 int keySizeInBytes) in computeEciesHkdfSymmetricKey()
H A DEciesHkdfSenderKem.java66 int keySizeInBytes, in generateKey()
/aosp_15_r20/external/tink/go/streamingaead/subtle/
H A Daes_gcm_hkdf.go54 keySizeInBytes int member
73 func NewAESGCMHKDF(mainKey []byte, hkdfAlg string, keySizeInBytes, ciphertextSegmentSize, firstSegm… argument
H A Daes_ctr_hmac.go53 keySizeInBytes int member
/aosp_15_r20/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
H A DBrokenKeyDerivationActivity.java71 private static SecretKey deriveKeyInsecurely(String password, int keySizeInBytes) { in deriveKeyInsecurely()
81 private SecretKey deriveKeySecurely(String password, int keySizeInBytes) { in deriveKeySecurely()
H A DInsecureSHA1PRNGKeyDerivator.java38 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 DAesGcmSivTest.java46 private Integer[] keySizeInBytes; field in AesGcmSivTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceAesGcmJceTest.java52 private Integer[] keySizeInBytes; field in InsecureNonceAesGcmJceTest
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/daead/
H A DDeterministicAeadWrapperTest.java48 private Integer[] keySizeInBytes; field in DeterministicAeadWrapperTest
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java42 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey()
H A DCipherInputStreamTest.java43 static SecretKeySpec randomKey(String algorithm, int keySizeInBytes) { in randomKey()
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DCipherOutputStreamTest.java74 static SecretKey randomKey(String algorithm, String alias, int keySizeInBytes, in randomKey()
H A DCipherInputStreamTest.java74 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 DCryptUtil.c1577 UINT16 keySizeInBytes; in CryptValidateKeys() local
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DTestUtil.java688 public static boolean shouldSkipTestWithAesKeySize(int keySizeInBytes) in shouldSkipTestWithAesKeySize()
/aosp_15_r20/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...