]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/hostapd/crypto.h
This commit was generated by cvs2svn to compensate for changes in r155602,
[FreeBSD/FreeBSD.git] / contrib / hostapd / crypto.h
1 #ifndef CRYPTO_H
2 #define CRYPTO_H
3
4 void md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
5 void md4(const u8 *addr, size_t len, u8 *mac);
6 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher);
7
8 #endif /* CRYPTO_H */