chap.h
Go to the documentation of this file.00001
00016 #ifndef CHAP_H
00017 #define CHAP_H
00018
00019 #define CHAP_MD5_LEN 16
00020
00021 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge,
00022 size_t challenge_len, u8 *response);
00023
00024 #endif
00025