Searched refs:truncpw (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/lua/ |
H A D | lua_passwd.c | 133 char *truncpw = apr_pstrdup(ctx->pool, pw); local 134 truncpw[8] = '\0'; 135 if (!strcmp(ctx->out, crypt(truncpw, salt))) { 140 memset(truncpw, '\0', strlen(pw));
|
/httpd/support/ |
H A D | passwd_common.c | 238 char *truncpw = apr_pstrdup(ctx->pool, pw); local 239 truncpw[8] = '\0'; 240 if (!strcmp(ctx->out, crypt(truncpw, salt))) { 244 memset(truncpw, '\0', strlen(pw));
|
Completed in 346 milliseconds