|
Apache HTTPD
|
#include "lua_passwd.h"#include "apr_strings.h"#include "apr_errno.h"#include "apr_md5.h"#include "apr_sha1.h"Go to the source code of this file.
Functions | |
| static int | generate_salt (char *s, size_t size, const char **errstr, apr_pool_t *pool) |
| int | mk_password_hash (passwd_ctx *ctx) |
Definition at line 47 of file lua_passwd.c.
| int mk_password_hash | ( | passwd_ctx * | ctx | ) |
Definition at line 87 of file lua_passwd.c.