Searched defs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance
36 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha2092 assert currentBlockConsumedBytes == BLOCK_SIZE_BYTES; in updateInternal() local
38 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha2094 assert currentBlockConsumedBytes == BLOCK_SIZE_BYTES; in updateInternal() local
56 BLOCK_SIZE_BYTES = 128/8, enumerator
43 #define BLOCK_SIZE_BYTES (BLOCK_SIZE_SAMPLES * 2) macro