Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c1293 static void cookey(const ulong32 *raw1, ulong32 *keyout);
1356 static void s_cookey(const ulong32 *raw1, ulong32 *keyout) in s_cookey() argument
1358 static void cookey(const ulong32 *raw1, ulong32 *keyout) in s_cookey()
1367 for(i=0; i < 16; i++, raw1++) in s_cookey()
1369 raw0 = raw1++; in s_cookey()
1372 *cook |= (*raw1 & 0x00fc0000L) >> 10; in s_cookey()
1373 *cook++ |= (*raw1 & 0x00000fc0L) >> 6; in s_cookey()
1376 *cook |= (*raw1 & 0x0003f000L) >> 4; in s_cookey()
1377 *cook++ |= (*raw1 & 0x0000003fL); in s_cookey()
1384 static void cookey(const ulong32 *raw1, ulong32 *keyout) in cookey() argument
[all …]