Home
last modified time | relevance | path

Searched refs:bswap (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DCipher.cc72 bswap(T i, T j = 0u, std::size_t n = 0u) in bswap() function
75 bswap<T>(i >> CHAR_BIT, (j << CHAR_BIT) | (i & (T)(unsigned char)(-1)), n + 1); in bswap()
86 *ctrPtr = bswap<uint64_t>(bswap<uint64_t>(*ctrPtr) + numberOfBlocks); in IncCTRCounter()

Completed in 2 milliseconds