PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
auth.h
1
/*
2
Copyright 2009-2010, jimmikaelkael
3
Licenced under Academic Free License version 3.0
4
*/
5
6
#ifndef __AUTH_H__
7
#define __AUTH_H__
8
9
// function prototypes
10
extern
unsigned
char
*LM_Password_Hash(
const
unsigned
char
*password,
unsigned
char
*cipher);
11
extern
unsigned
char
*NTLM_Password_Hash(
const
unsigned
char
*password,
unsigned
char
*cipher);
12
extern
unsigned
char
*LM_Response(
const
unsigned
char
*LMhash,
unsigned
char
*chal,
unsigned
char
*cipher);
13
14
#endif
iop
network
smbman
src
auth.h
Generated on Tue Feb 11 2025 21:35:58 for PS2SDK by
1.12.0