1 Star 0 Fork 0

imoney / fetchmail

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
smbencrypt.h 253 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef SMBENCRYPT_H
#define SMBENCRYPT_H
#include "smbtypes.h"
#ifdef __cplusplus
extern "C" {
#endif
void SMBencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
void SMBNTencrypt(uint8 *passwd, uint8 *c8, uint8 *p24);
#ifdef __cplusplus
}
#endif
#endif
1
https://gitee.com/csq1124/fetchmail.git
git@gitee.com:csq1124/fetchmail.git
csq1124
fetchmail
fetchmail
BRANCH_MAPI

搜索帮助