mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-05 11:39:24 +01:00
1db8a85a60
Incorporate the LGPL v2.1 licensed implementation of ARC4, taken from the Nettle project (https://git.lysator.liu.se/nettle/nettle.git, commit 3e7a480a1e351884), and tweak it a bit so we don't have to operate on a skip buffer to fast forward the stream cipher, but can simply invoke it with NULL dst or src arguments to achieve the same. This removes the dependency [via libell] on the OS's implementation of ecb(arc4), which may be going away, and which is not usually accelerated in the first place. |
||
---|---|---|
.. | ||
gencerts.cnf | ||
test-arc4.c | ||
test-client.c | ||
test-cmac-aes.c | ||
test-crypto.c | ||
test-eap-mschapv2.c | ||
test-eap-sim.c | ||
test-eapol.c | ||
test-hmac-md5.c | ||
test-hmac-sha1.c | ||
test-hmac-sha256.c | ||
test-ie.c | ||
test-kdf-sha256.c | ||
test-mpdu.c | ||
test-p2p.c | ||
test-prf-sha1.c | ||
test-sae.c | ||
test-ssid-security.c | ||
test-util.c | ||
test-wsc.c |