Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Daes.c71 typedef UINT32 uint_32t; typedef
272 uint_32t w = x; in fwd_affine()
284 uint_32t w = x; in inv_affine()
316 ((uint_32t *)d)[ 0] = ((uint_32t *)s)[ 0]; in copy_block()
317 ((uint_32t *)d)[ 1] = ((uint_32t *)s)[ 1]; in copy_block()
318 ((uint_32t *)d)[ 2] = ((uint_32t *)s)[ 2]; in copy_block()
319 ((uint_32t *)d)[ 3] = ((uint_32t *)s)[ 3]; in copy_block()
351 ((uint_32t *)d)[ 0] ^= ((uint_32t *)s)[ 0]; in xor_block()
352 ((uint_32t *)d)[ 1] ^= ((uint_32t *)s)[ 1]; in xor_block()
353 ((uint_32t *)d)[ 2] ^= ((uint_32t *)s)[ 2]; in xor_block()
[all …]