Home
last modified time | relevance | path

Searched defs:initialCounter (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceChaCha20Test.java98 int initialCounter; field in InsecureNonceChaCha20Test.Rfc7539TestVector
101 String key, String plaintext, String nonce, String ciphertext, int initialCounter) { in Rfc7539TestVector()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DChaCha20Test.java87 int initialCounter; field in ChaCha20Test.Rfc7539TestVector
90 String key, String plaintext, String nonce, String ciphertext, int initialCounter) { in Rfc7539TestVector()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceChaCha20Base.java39 private final int initialCounter; field in InsecureNonceChaCha20Base
41 public InsecureNonceChaCha20Base(final byte[] key, int initialCounter) in InsecureNonceChaCha20Base()
H A DInsecureNonceXChaCha20Poly1305.java32 InsecureNonceChaCha20Base newChaCha20Instance(final byte[] key, int initialCounter) in newChaCha20Instance()
H A DInsecureNonceChaCha20Poly1305.java35 InsecureNonceChaCha20Base newChaCha20Instance(final byte[] key, int initialCounter) in newChaCha20Instance()
H A DInsecureNonceChaCha20.java27 public InsecureNonceChaCha20(final byte[] key, int initialCounter) throws InvalidKeyException { in InsecureNonceChaCha20()
H A DInsecureNonceXChaCha20.java42 public InsecureNonceXChaCha20(byte[] key, int initialCounter) throws InvalidKeyException { in InsecureNonceXChaCha20()
H A DInsecureNonceChaCha20Poly1305Base.java53 abstract InsecureNonceChaCha20Base newChaCha20Instance(final byte[] key, int initialCounter) in newChaCha20Instance()
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DChaCha20.java35 ChaCha20(final byte[] key, int initialCounter) throws InvalidKeyException { in ChaCha20()
H A DXChaCha20.java43 XChaCha20(byte[] key, int initialCounter) throws InvalidKeyException { in XChaCha20()
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/
H A DSensorDirectReportTest.java1132 int memType, boolean secondary, int timeoutMs, int initialOffset, long initialCounter) { in collectSensorEventsRealtime()
/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 ...