Searched refs:sb3 (Results 1 – 2 of 2) sorted by relevance
59 static ULONG sb3[64] = variable515 …left = left ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp >… in _nx_des_process_block()522 …right = right ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp… in _nx_des_process_block()
55 static const ULONG sb3[64] = variable527 …left = left ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp >… in _nx_crypto_des_process_block()534 …right = right ^ sb7[temp & 0x3F] ^ sb5[(temp >> 8) & 0x3F] ^ sb3[(temp >> 16) & 0x3F] ^ sb1[(temp… in _nx_crypto_des_process_block()