Searched refs:cs2 (Results 1 – 1 of 1) sorted by relevance
470 u8 cs, cs0, cs1, cs2; in dsp_bf_decrypt() local495 cs2 = bf_crypt_inring[j++ & 15]; in dsp_bf_decrypt()496 yr = (yr << 7) | (cs2 & 0x7f); in dsp_bf_decrypt()511 if ((cs & 0x7) != (((cs2 >> 5) & 4) | ((cs1 >> 6) & 2) | (cs0 >> 7))) { in dsp_bf_decrypt()