text_backend.h File Reference
#include "auth/digest/file/digest_common.h"
Include dependency graph for text_backend.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | TextArguments (int argc, char **argv) |
void | TextHHA1 (RequestData *requestData) |
Function Documentation
◆ TextArguments()
void TextArguments | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 139 of file text_backend.cc.
References ha1mode, passwdfile, and sb.
Referenced by ProcessArguments().
◆ TextHHA1()
void TextHHA1 | ( | RequestData * | requestData | ) |
Definition at line 185 of file text_backend.cc.
References DigestCalcHA1(), _request_data::error, GetPassword(), _user_data::ha1, _request_data::HHA1, _user_data::passwd, _request_data::realm, _request_data::user, and xstrncpy().
Referenced by GetHHA1().