X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fcrypto%2Fms_funcs.c;h=c14af64af07d0a60e2b58afd0193aff569ded5c1;hb=b39d1280a7c9338171916fb7be1cdeddb8af1062;hp=cb8e72da46f2b586fba9f352921ebfad38e8f679;hpb=f565d71ac973c571d7658e8a8dd37ac4116969de;p=libeap.git diff --git a/src/crypto/ms_funcs.c b/src/crypto/ms_funcs.c index cb8e72d..c14af64 100644 --- a/src/crypto/ms_funcs.c +++ b/src/crypto/ms_funcs.c @@ -164,7 +164,7 @@ void generate_nt_response_pwhash(const u8 *auth_challenge, * @username: 0-to-256-char UserName (IN) * @username_len: Length of username * @response: 20-octet AuthenticatorResponse (OUT) (note: this value is usually - * encoded as a 42-octet ASCII string (S=) + * encoded as a 42-octet ASCII string (S=hexdump_of_response) */ void generate_authenticator_response_pwhash( const u8 *password_hash, @@ -219,7 +219,7 @@ void generate_authenticator_response_pwhash( * @username: 0-to-256-char UserName (IN) * @username_len: Length of username * @response: 20-octet AuthenticatorResponse (OUT) (note: this value is usually - * encoded as a 42-octet ASCII string (S=) + * encoded as a 42-octet ASCII string (S=hexdump_of_response) */ void generate_authenticator_response(const u8 *password, size_t password_len, const u8 *peer_challenge,