Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Ddes.c767 static const ulong64 des_fp[8][256] = { variable
1488 tmp = des_fp[0][LTC_BYTE(leftt, 0)] ^ in desfunc()
1489 des_fp[1][LTC_BYTE(leftt, 1)] ^ in desfunc()
1490 des_fp[2][LTC_BYTE(leftt, 2)] ^ in desfunc()
1491 des_fp[3][LTC_BYTE(leftt, 3)] ^ in desfunc()
1492 des_fp[4][LTC_BYTE(right, 0)] ^ in desfunc()
1493 des_fp[5][LTC_BYTE(right, 1)] ^ in desfunc()
1494 des_fp[6][LTC_BYTE(right, 2)] ^ in desfunc()
1495 des_fp[7][LTC_BYTE(right, 3)]; in desfunc()