Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c1362 const ulong32 *raw0; in s_cookey() local
1369 raw0 = raw1++; in s_cookey()
1370 *cook = (*raw0 & 0x00fc0000L) << 6; in s_cookey()
1371 *cook |= (*raw0 & 0x00000fc0L) << 10; in s_cookey()
1374 *cook = (*raw0 & 0x0003f000L) << 12; in s_cookey()
1375 *cook |= (*raw0 & 0x0000003fL) << 16; in s_cookey()