Silenced number of Doxygen warnings
This commit is contained in:
parent
f565d71ac9
commit
b39d1280a7
9 changed files with 33 additions and 29 deletions
|
@ -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=<hexdump of response>)
|
||||
* 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=<hexdump of response>)
|
||||
* 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue