Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtls_aesgcm.c191 #define P32(v) ((uint32_t*)v) in aesgcm_GHASH() macro
193 P32(x)[1] ^= SWAP_BE32(aSz * 8); in aesgcm_GHASH()
195 P32(x)[3] ^= SWAP_BE32(cSz * 8); in aesgcm_GHASH()
196 #undef P32 in aesgcm_GHASH()