Searched refs:DROUND (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/isdn/mISDN/ |
D | dsp_blowfish.c | 361 #define DROUND(a, b, n) do { a ^= bf_F(b); b ^= P[n]; } while (0) macro 522 DROUND(yl, yr, 15); in dsp_bf_decrypt() 523 DROUND(yr, yl, 14); in dsp_bf_decrypt() 524 DROUND(yl, yr, 13); in dsp_bf_decrypt() 525 DROUND(yr, yl, 12); in dsp_bf_decrypt() 526 DROUND(yl, yr, 11); in dsp_bf_decrypt() 527 DROUND(yr, yl, 10); in dsp_bf_decrypt() 528 DROUND(yl, yr, 9); in dsp_bf_decrypt() 529 DROUND(yr, yl, 8); in dsp_bf_decrypt() 530 DROUND(yl, yr, 7); in dsp_bf_decrypt() [all …]
|