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

/freebsd-10.1-release/usr.sbin/iscsid/
H A Dlogin.c690 char *chap_r, *challenge, response_bin[MD5_DIGEST_LENGTH]; local
730 challenge, challenge_len, response_bin, sizeof(response_bin));
732 chap_r = login_bin2hex(response_bin, sizeof(response_bin));
784 char *response_bin, expected_response_bin[MD5_DIGEST_LENGTH]; local
799 error = login_hex2bin(chap_r, &response_bin, &response_bin_len);
813 if (memcmp(response_bin, expected_response_bin,
820 free(response_bin);
/freebsd-10.1-release/usr.sbin/ctld/
H A Dlogin.c433 char *response_bin, expected_response_bin[MD5_DIGEST_LENGTH]; local
452 error = login_hex2bin(chap_r, &response_bin, &response_bin_len);
476 if (memcmp(response_bin, expected_response_bin,
484 free(response_bin);
498 char *chap_r, *challenge, response_bin[MD5_DIGEST_LENGTH]; local
544 challenge_len, response_bin, sizeof(response_bin));
546 chap_r = login_bin2hex(response_bin,
547 sizeof(response_bin));

Completed in 182 milliseconds