Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc69 typedef uint32_t uint_32t; typedef
239 uint_32t w = x; in fwd_affine()
249 uint_32t w = x; in inv_affine()
279 ((uint_32t*)d)[0] = ((uint_32t*)s)[0]; in copy_block()
280 ((uint_32t*)d)[1] = ((uint_32t*)s)[1]; in copy_block()
281 ((uint_32t*)d)[2] = ((uint_32t*)s)[2]; in copy_block()
282 ((uint_32t*)d)[3] = ((uint_32t*)s)[3]; in copy_block()
310 ((uint_32t*)d)[0] ^= ((uint_32t*)s)[0]; in xor_block()
311 ((uint_32t*)d)[1] ^= ((uint_32t*)s)[1]; in xor_block()
312 ((uint_32t*)d)[2] ^= ((uint_32t*)s)[2]; in xor_block()
[all …]