Searched refs:DROUND (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/isdn/mISDN/ |
H A D | dsp_blowfish.c | 356 #define DROUND(a, b, n) do { a ^= bf_F(b); b ^= P[n]; } while (0) macro 517 DROUND(yl, yr, 15); in dsp_bf_decrypt() 518 DROUND(yr, yl, 14); in dsp_bf_decrypt() 519 DROUND(yl, yr, 13); in dsp_bf_decrypt() 520 DROUND(yr, yl, 12); in dsp_bf_decrypt() 521 DROUND(yl, yr, 11); in dsp_bf_decrypt() 522 DROUND(yr, yl, 10); in dsp_bf_decrypt() 523 DROUND(yl, yr, 9); in dsp_bf_decrypt() 524 DROUND(yr, yl, 8); in dsp_bf_decrypt() 525 DROUND(yl, yr, 7); in dsp_bf_decrypt() [all …]
|