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

/freebsd-10.1-release/usr.bin/csup/
H A Dauth.c96 char shrdsecret[MD5_CHARS_MAX], response[MD5_CHARS_MAX]; local
126 auth_makesecret(&auth, shrdsecret);
130 auth_makeresponse(challenge, shrdsecret, response);
145 !auth_checkresponse(srvresponse, clichallenge, shrdsecret)) {

Completed in 46 milliseconds