Home
last modified time | relevance | path

Searched refs:CHAP_DIGEST_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libiscsiutil/
H A Dchap.c47 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()
H A Dlibiscsiutil.h83 #define CHAP_DIGEST_LEN 16 /* Equal to MD5 digest size. */ macro
88 char chap_response[CHAP_DIGEST_LEN];