Home
last modified time | relevance | path

Searched refs:DROUND (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_blowfish.c361 #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(y in dsp_bf_decrypt()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_blowfish.c361 #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(y in dsp_bf_decrypt()
[all...]

Completed in 2 milliseconds