Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Ddes-internal.c49 static const u32 bytebit[8] = variable
282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()