Home
last modified time | relevance | path

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

/drivers/isdn/mISDN/
A Ddsp_blowfish.c465 u8 cs, cs0, cs1, cs2; in dsp_bf_decrypt() local
490 cs2 = bf_crypt_inring[j++ & 15]; in dsp_bf_decrypt()
491 yr = (yr << 7) | (cs2 & 0x7f); in dsp_bf_decrypt()
506 if ((cs & 0x7) != (((cs2 >> 5) & 4) | ((cs1 >> 6) & 2) | (cs0 >> 7))) { in dsp_bf_decrypt()

Completed in 3 milliseconds