Searched refs:CHAP_DIGEST_LEN (Results 1 – 2 of 2) sorted by relevance
47 assert(response_len == CHAP_DIGEST_LEN); in chap_compute_md5()307 char expected_response[CHAP_DIGEST_LEN]; in chap_authenticate()384 size_t response_bin_len = CHAP_DIGEST_LEN; in rchap_get_response_bin()
83 #define CHAP_DIGEST_LEN 16 /* Equal to MD5 digest size. */ macro88 char chap_response[CHAP_DIGEST_LEN];