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

/httpd/modules/aaa/
H A Dmod_auth_digest.c90 apr_sha1_ctx_t nonce_ctx; member in struct:digest_config_struct
470 apr_sha1_init(&conf->nonce_ctx);
471 apr_sha1_update_binary(&conf->nonce_ctx, secret, SECRET_LEN);
472 apr_sha1_update_binary(&conf->nonce_ctx, (const unsigned char *) realm,
1040 memcpy(&ctx, &conf->nonce_ctx, sizeof(ctx));

Completed in 3376 milliseconds