Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/addons/snmp/
Dnx_des.c84 static ULONG sb5[64] = variable
514 …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()
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_des.c80 static const ULONG sb5[64] = variable
526 …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()