HomeSort by relevance Sort by last modified time
    Searched refs:blockCounter (Results 1 - 5 of 5) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipherChaCha20.java 45 private int blockCounter = 0;
84 BLOCK_SIZE_BYTES, encodedKey, iv, blockCounter);
96 blockCounter++;
99 outputOffset, inputLenRemaining, encodedKey, iv, blockCounter);
101 blockCounter += inputLenRemaining / BLOCK_SIZE_BYTES;
113 blockCounter = 0;
NativeCrypto.java 148 int length, byte[] key, byte[] nonce, int blockCounter);
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 92 milliseconds