Home
last modified time | relevance | path

Searched defs:BLOCK_SIZE_BYTES (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipherChaCha20.java38 private static final int BLOCK_SIZE_BYTES = 64; field in OpenSSLCipherChaCha20
91 assert currentBlockConsumedBytes == BLOCK_SIZE_BYTES; in updateInternal() local
/external/deqp/framework/common/
DtcuAstcUtil.hpp56 BLOCK_SIZE_BYTES = 128/8, enumerator
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dxvmc_private.h43 #define BLOCK_SIZE_BYTES (BLOCK_SIZE_SAMPLES * 2) macro