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

/freebsd-11.0-release/crypto/heimdal/lib/ntlm/
H A Dtest_ntlm.c253 const unsigned char lm_resp[24] = local
279 if (lm.length != 24 || memcmp(lm.data, lm_resp, 24) != 0)
280 errx(1, "lm_resp wrong");

Completed in 49 milliseconds