Apache HTTPD
Functions
lua_passwd.c File Reference
#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)
 

Function Documentation

◆ generate_salt()

static int generate_salt ( char s,
size_t  size,
const char **  errstr,
apr_pool_t pool 
)
static

Definition at line 47 of file lua_passwd.c.

◆ mk_password_hash()

int mk_password_hash ( passwd_ctx ctx)

Definition at line 87 of file lua_passwd.c.