Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Ddes-internal.c252 const u32 *raw0; in cookey() local
258 raw0 = raw1++; in cookey()
259 *cook = (*raw0 & 0x00fc0000L) << 6; in cookey()
260 *cook |= (*raw0 & 0x00000fc0L) << 10; in cookey()
263 *cook = (*raw0 & 0x0003f000L) << 12; in cookey()
264 *cook |= (*raw0 & 0x0000003fL) << 16; in cookey()