/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/ |
H A D | InsecureNonceChaCha20Test.java | 98 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 D | ChaCha20Test.java | 87 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 D | InsecureNonceChaCha20Base.java | 39 private final int initialCounter; field in InsecureNonceChaCha20Base 41 public InsecureNonceChaCha20Base(final byte[] key, int initialCounter) in InsecureNonceChaCha20Base()
|
H A D | InsecureNonceXChaCha20Poly1305.java | 32 InsecureNonceChaCha20Base newChaCha20Instance(final byte[] key, int initialCounter) in newChaCha20Instance()
|
H A D | InsecureNonceChaCha20Poly1305.java | 35 InsecureNonceChaCha20Base newChaCha20Instance(final byte[] key, int initialCounter) in newChaCha20Instance()
|
H A D | InsecureNonceChaCha20.java | 27 public InsecureNonceChaCha20(final byte[] key, int initialCounter) throws InvalidKeyException { in InsecureNonceChaCha20()
|
H A D | InsecureNonceXChaCha20.java | 42 public InsecureNonceXChaCha20(byte[] key, int initialCounter) throws InvalidKeyException { in InsecureNonceXChaCha20()
|
H A D | InsecureNonceChaCha20Poly1305Base.java | 53 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 D | ChaCha20.java | 35 ChaCha20(final byte[] key, int initialCounter) throws InvalidKeyException { in ChaCha20()
|
H A D | XChaCha20.java | 43 XChaCha20(byte[] key, int initialCounter) throws InvalidKeyException { in XChaCha20()
|
/aosp_15_r20/cts/tests/sensor/src/android/hardware/cts/ |
H A D | SensorDirectReportTest.java | 1132 int memType, boolean secondary, int timeoutMs, int initialOffset, long initialCounter) { in collectSensorEventsRealtime()
|
/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 ... |