Searched refs:__REV (Results 1 – 3 of 3) sorted by relevance
92 __attribute__((always_inline)) __STATIC_INLINE uint32_t __REV(uint32_t value) in __REV() function
1854 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()1881 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()3877 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()3895 tempIv.w[0] = __REV(tempIv.w[0]); in cau3_load_nonce()3896 tempIv.w[1] = __REV(tempIv.w[1]); in cau3_load_nonce()3897 tempIv.w[2] = __REV(tempIv.w[2]); in cau3_load_nonce()
2049 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()2076 lastBlock.w[15] = __REV(8u * ctxInternal->fullMessageSize); in cau3_hash_finalize()4072 tempKey.w[i] = __REV(((const uint32_t *)(uintptr_t)key)[i]); in CAU3_CHACHA20_POLY1305_SetKey()4095 tempIv.w[0] = __REV(tempIv.w[0]); in cau3_load_nonce()4096 tempIv.w[1] = __REV(tempIv.w[1]); in cau3_load_nonce()4097 tempIv.w[2] = __REV(tempIv.w[2]); in cau3_load_nonce()