Searched defs:hash_str (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dhtpasswd.c76 char hash_str[MAX_STRING_LEN]; local
78 ctx->out = hash_str;
79 ctx->out_len = sizeof(hash_str);
85 ctx->out = apr_pstrcat(ctx->pool, user, ":", hash_str, NL, NULL);

Completed in 10 milliseconds