Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/snmp/
Dnx_des.c59 static ULONG sb3[64] = variable
515 …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()
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_des.c55 static const ULONG sb3[64] = variable
527 …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()