Lines Matching refs:nonce
103 const char *nonce, in digest_calc_ha1() argument
122 MD5Update (&md5, nonce, strlen (nonce)); in digest_calc_ha1()
146 const char *nonce, in digest_calc_response() argument
180 MD5Update (&md5, nonce, strlen(nonce)); in digest_calc_response()
302 const char *nonce, in check_nonce_nc() argument
314 np = nonce; in check_nonce_nc()
330 strcpy(connection->daemon->nnc[off].nonce, in check_nonce_nc()
331 nonce); in check_nonce_nc()
337 (0 != strcmp(connection->daemon->nnc[off].nonce, nonce)) ) in check_nonce_nc()
403 char *nonce) in calculate_nonce() argument
426 cvthex (tmpnonce, sizeof (tmpnonce), nonce); in calculate_nonce()
428 strncat (nonce, timestamphex, 8); in calculate_nonce()
571 char nonce[MAX_NONCE_LENGTH]; in MHD_digest_auth_check() local
619 if (0 == (len = lookup_sub_value (nonce, in MHD_digest_auth_check()
620 sizeof (nonce), in MHD_digest_auth_check()
656 nonce_time = strtoul (nonce + len - 8, (char **)NULL, 16); in MHD_digest_auth_check()
716 if (0 != strcmp (nonce, noncehashexp)) in MHD_digest_auth_check()
755 if (MHD_YES != check_nonce_nc (connection, nonce, nci)) in MHD_digest_auth_check()
765 nonce, in MHD_digest_auth_check()
769 nonce, in MHD_digest_auth_check()
808 char nonce[HASH_MD5_HEX_LEN + 9]; in MHD_queue_auth_fail_response() local
817 nonce); in MHD_queue_auth_fail_response()
818 if (MHD_YES != check_nonce_nc (connection, nonce, 0)) in MHD_queue_auth_fail_response()
831 nonce, in MHD_queue_auth_fail_response()
853 nonce, in MHD_queue_auth_fail_response()