Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Ddes-internal.c49 static const u32 bytebit[8] = variable
282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c49 static const u32 bytebit[8] = variable
282 ((key[l >> 3U] & bytebit[m]) == bytebit[m] ? 1 : 0); in deskey()
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c55 static const uint16_t bytebit[8] = { variable
98 pc1m[j] = (key[l >> 3] & bytebit[m]) ? 1 : 0; in deskey()
/third_party/libsoup/libsoup/
Dsoup-auth-ntlm.c1466 static const int bytebit[] = { variable
1487 bytebit[m]) /* and which bit of that byte */ in deskey()
1500 ks[j/6] |= bytebit[l] >> 2; in deskey()