Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/crypt/
H A Ddes.c338 static int bytebit[] = { variable
361 & bytebit[m]) /* and which bit of that byte */ in des_key()
375 ks[j/6] |= bytebit[l] >> 2; in des_key()