Searched refs:passwd_ctx (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/lua/
H A Dlua_passwd.h66 typedef struct passwd_ctx passwd_ctx; typedef in typeref:struct:passwd_ctx
68 struct passwd_ctx { struct
87 int mk_password_hash(passwd_ctx *ctx);
H A Dlua_passwd.c87 int mk_password_hash(passwd_ctx *ctx)
H A Dlua_request.c953 passwd_ctx ctx = { 0 };
/httpd/support/
H A Dpasswd_common.h75 struct passwd_ctx { struct
110 int parse_common_options(struct passwd_ctx *ctx, char opt, const char *opt_arg);
115 int get_password(struct passwd_ctx *ctx);
120 int mkhash(struct passwd_ctx *ctx);
H A Dhtpasswd.c74 static int mkrecord(struct passwd_ctx *ctx, char *user)
160 struct passwd_ctx *ctx, unsigned *mask, char **user,
251 static int verify(struct passwd_ctx *ctx, const char *hash)
288 struct passwd_ctx ctx = { 0 };
H A Dpasswd_common.c120 int get_password(struct passwd_ctx *ctx)
179 int mkhash(struct passwd_ctx *ctx)
281 int parse_common_options(struct passwd_ctx *ctx, char opt,
H A Dhtdbm.c62 struct passwd_ctx ctx;

Completed in 1090 milliseconds