Searched refs:encrypttable (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libncp/
H A Dncpl_crypt.c34 static unsigned char encrypttable[256] = { variable
80 target[i] = encrypttable[temp[2 * i]]
81 | (encrypttable[temp[2 * i + 1]] << 4);
/freebsd-9.3-release/sys/netncp/
H A Dncp_crypt.c29 static unsigned char encrypttable[256] = { variable
75 target[i] = encrypttable[temp[2 * i]]
76 | (encrypttable[temp[2 * i + 1]] << 4);

Completed in 47 milliseconds