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

/httpd/modules/aaa/
H A Dmod_auth_digest.c109 #define SECRET_LEN 20 macro
341 retained = ap_retained_data_create(RETAINED_DATA_ID, SECRET_LEN);
345 rv = apr_generate_random_bytes(retained, SECRET_LEN);
452 for (i = 0; i < SECRET_LEN; i++) {
456 ap_assert(i < SECRET_LEN);
471 apr_sha1_update_binary(&conf->nonce_ctx, secret, SECRET_LEN);

Completed in 23 milliseconds