sceHVAuth_Library
Some new nids:
- 0x5e335df6 sceHVAuthOpen
- 0x816a5f92 sceHVAuthAuth
- 0x9db7de7c sceHVAuthClose
The sceHVAuth lib seems to be used for proxy config settings for the Html Viewer.
C:
-
/*
-
Creates an 80 char alphanumeric password
-
(randomly generated via a time-seeded Mersenne Twister)
-
*/
-
int sceHVAuthOpen(char *pass);
-
-
/*
-
Verifies the password.
-
hmac is 20-Byte SHA1 HMAC in ascii format
-
*/
-
int sceHVAuthAuth(char *pass, const char *hmac);
-
-
/*
-
Clears the password
-
*/
-
int sceHVAuthClose(char *pass);
July 10th, 2008 at 8:34 am
Argg, bloody abbreviations. I thought HVauth would be something PS3 related… HyperVisor authentication