eapmd5.h
来自「linux 下通过802.1认证的安装包」· C头文件 代码 · 共 29 行
H
29 行
/*******************************************************************
*
* License under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file eapmd5.h
*
* \author chris@open1x.org
*
*******************************************************************/
#ifndef _EAPMD5_H_
#define _EAPMD5_H_
#include "../../context.h"
struct md5_values {
uint8_t length;
uint8_t randval[16];
};
void eapmd5_check(eap_type_data *);
void eapmd5_process(eap_type_data *);
uint8_t *eapmd5_buildResp(eap_type_data *);
uint8_t eapmd5_isKeyAvailable(eap_type_data *);
uint8_t *eapmd5_getKey(eap_type_data *);
void eapmd5_deinit(eap_type_data *);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?