Searched refs:sb5 (Results 1 – 2 of 2) sorted by relevance
85 static ULONG sb5[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()
81 static const ULONG sb5[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()