Home
last modified time | relevance | path

Searched refs:keyout (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);
1296 static void s_deskey(const unsigned char *key, short edf, ulong32 *keyout) in s_deskey() argument
1298 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in s_deskey()
1344 cookey(kn, keyout); in s_deskey()
1348 static void deskey(const unsigned char *key, short edf, ulong32 *keyout) in deskey() argument
1350 s_deskey(key, edf, keyout); in deskey()
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()
1380 XMEMCPY(keyout, dough, sizeof(dough)); in s_cookey()
1384 static void cookey(const ulong32 *raw1, ulong32 *keyout) in cookey() argument
[all …]