Searched defs:BLOCK_SIZE_BYTES (Results 1 – 4 of 4) sorted by relevance
56 BLOCK_SIZE_BYTES = 128 / 8, enumerator
40 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha20
37 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha20
66 #define BLOCK_SIZE_BYTES (4 * BLOCK_NUM_WORDS) macro