Searched refs:sb5 (Results 1 – 2 of 2) sorted by relevance
84 static ULONG sb5[64] = variable514 …left = left ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp >… in _nx_des_process_block()521 …right = right ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp… in _nx_des_process_block()
80 static const ULONG sb5[64] = variable526 …left = left ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp >… in _nx_crypto_des_process_block()533 …right = right ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp… in _nx_crypto_des_process_block()