Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/snmp/
Dnx_des.c98 static ULONG sb6[64] = variable
512 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_des_process_block()
519 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_des_process_block()
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_des.c94 static const ULONG sb6[64] = variable
524 …left = left ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp >… in _nx_crypto_des_process_block()
531 …right = right ^ sb8[temp & 0x3F] ^ sb6[(temp >> 8) & 0x3F] ^ sb4[(temp >> 16) & 0x3F] ^ sb2[(temp… in _nx_crypto_des_process_block()