Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_security.c387 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
398 static const unsigned short Sbox1[2][256] = {/* Sbox for hash (can be in ROM) */ variable
/drivers/staging/rtl8188eu/core/
Drtw_security.c369 #define _S_(v16) (Sbox1[0][Lo8(v16)] ^ Sbox1[1][Hi8(v16)])
379 static const unsigned short Sbox1[2][256] = { /* Sbox for hash (can be in ROM) */ variable