generate_authenticator_response() function
generate_authenticator_response - GenerateAuthenticatorResponse() - RFC 2759, Sect. 8.7 @password: 0-to-256-unicode-char Password (IN; UTF-8) @password_len: Length of password @nt_response: 24-octet NT-Response (IN) @peer_challenge: 16-octet PeerChallenge (IN) @auth_challenge: 16-octet AuthenticatorChallenge (IN) @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=hexdump_of_response) Returns: 0 on success, -1 on failure
![]()
generate_authenticator_response(new_password, new_password_len,
generate_authenticator_response() is called by 2 functions and calls 2 functions:
![]()
generate_authenticator_response()
generate_authenticator_response():
![]()
generate_authenticator_response()