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

/httpd/modules/aaa/
H A Dmod_auth_digest.c34 * - The source of the secret should be run-time directive (with server
167 static unsigned char *secret; variable
343 "generating secret for digest authentication");
351 "error generating secret");
355 secret = retained;
453 if (secret[i] != 0)
471 apr_sha1_update_binary(&conf->nonce_ctx, secret, SECRET_LEN);
1031 * and port, opaque, and our secret.

Completed in 22 milliseconds