29 Star 105 Fork 67

djyos/djysrc

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
websda.h 1011 Bytes
一键复制 编辑 原始数据 按行查看 历史
djyos 提交于 2018-07-25 15:02 +08:00 . 1、添加了ns级延时函数。
/*
* websda.h -- GoAhead Digest Access Authentication public header
*
* Copyright (c) GoAhead Software Inc., 1992-2010. All Rights Reserved.
*
* See the file "license.txt" for information on usage and redistribution
*
*/
#ifndef _h_WEBSDA
#define _h_WEBSDA 1
/******************************** Description *********************************/
/*
* GoAhead Digest Access Authentication header. This defines the Digest
* access authentication public APIs. Include this header for files that
* use DAA functions
*/
/********************************* Includes ***********************************/
#include "uemf.h"
#include "webs.h"
/****************************** Definitions ***********************************/
extern char_t *websCalcNonce(webs_t wp);
extern char_t *websCalcOpaque(webs_t wp);
extern char_t *websCalcDigest(webs_t wp);
extern char_t *websCalcUrlDigest(webs_t wp);
#endif /* _h_WEBSDA */
/******************************************************************************/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djyos/djysrc.git
git@gitee.com:djyos/djysrc.git
djyos
djysrc
djysrc
master

搜索帮助