Apache HTTPD
Public Attributes | List of all members
passwd_ctx Struct Reference

#include <lua_passwd.h>

Public Attributes

apr_pool_tpool
 
const charerrstr
 
charout
 
apr_size_t out_len
 
charpasswd
 
int alg
 
int cost
 
const charpass_phrase
 
int pass_len
 

Detailed Description

Definition at line 68 of file lua_passwd.h.

Member Data Documentation

◆ alg

int passwd_ctx::alg

Definition at line 74 of file lua_passwd.h.

◆ cost

int passwd_ctx::cost

Definition at line 75 of file lua_passwd.h.

◆ errstr

const char* passwd_ctx::errstr

Definition at line 70 of file lua_passwd.h.

◆ out

char* passwd_ctx::out

Definition at line 71 of file lua_passwd.h.

◆ out_len

apr_size_t passwd_ctx::out_len

Definition at line 72 of file lua_passwd.h.

◆ pass_len

int passwd_ctx::pass_len

Definition at line 177 of file md_crypt.c.

◆ pass_phrase

const char* passwd_ctx::pass_phrase

Definition at line 176 of file md_crypt.c.

◆ passwd

char* passwd_ctx::passwd

Definition at line 73 of file lua_passwd.h.

◆ pool

apr_pool_t* passwd_ctx::pool

Definition at line 69 of file lua_passwd.h.


The documentation for this struct was generated from the following files: