Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c202 static const ulong32 SP7[64] = variable
1444 leftt ^= SP7[work & 0x3fL] in desfunc()
1455 right ^= SP7[ work & 0x3fL] in desfunc()