Library imports for the vsh chnnlsv library.
More...
|
| int | sceSdSetIndex (SceSdContext1 *ctx, int mode) |
| | Initialize context.
|
| |
| int | sceSdRemoveValue (SceSdContext1 *ctx, unsigned char *data, int len) |
| | Process data.
|
| |
| int | sceSdGetLastIndex (SceSdContext1 *ctx, unsigned char *hash, unsigned char *cryptkey) |
| | Finalize hash.
|
| |
| int | sceSdCreateList (SceSdContext2 *ctx, int mode1, int mode2, unsigned char *hashkey, unsigned char *cipherkey) |
| | Prepare a key, and set up integrity check.
|
| |
| int | sceSdSetMember (SceSdContext2 *ctx, unsigned char *data, int len) |
| | Process data for integrity check.
|
| |
| int | sceSdCleanList (SceSdContext2 *ctx) |
| | Check integrity.
|
| |
Library imports for the vsh chnnlsv library.
◆ sceChnnlsv_21BE78B4
◆ sceChnnlsv_850A7FA1
◆ sceChnnlsv_ABFDFC8B
◆ sceChnnlsv_C4C494F8
◆ sceChnnlsv_E7833020
◆ sceChnnlsv_F21A1FCA
◆ pspChnnlsvContext1
◆ pspChnnlsvContext2
◆ SceSdContext1
◆ SceSdContext2
◆ sceSdCleanList()
Check integrity.
- Parameters
-
- Returns
- < 0 on error
◆ sceSdCreateList()
| int sceSdCreateList |
( |
SceSdContext2 * | ctx, |
|
|
int | mode1, |
|
|
int | mode2, |
|
|
unsigned char * | hashkey, |
|
|
unsigned char * | cipherkey ) |
Prepare a key, and set up integrity check.
- Parameters
-
| ctx | - Context |
| mode1 | - Cipher mode |
| mode2 | - Encrypt mode (1 = encrypting, 2 = decrypting) |
| hashkey | - Key out |
| cipherkey | - Key in |
- Returns
- < 0 on error
◆ sceSdGetLastIndex()
| int sceSdGetLastIndex |
( |
SceSdContext1 * | ctx, |
|
|
unsigned char * | hash, |
|
|
unsigned char * | cryptkey ) |
Finalize hash.
- Parameters
-
| ctx | - Context |
| hash | - Hash output (aligned to 0x10, 0x10 bytes long) |
| cryptkey | - Crypt key or NULL. |
- Returns
- < 0 on error
◆ sceSdRemoveValue()
| int sceSdRemoveValue |
( |
SceSdContext1 * | ctx, |
|
|
unsigned char * | data, |
|
|
int | len ) |
Process data.
- Parameters
-
| ctx | - Context |
| data | - Data (aligned to 0x10) |
| len | - Length (aligned to 0x10) |
- Returns
- < 0 on error
◆ sceSdSetIndex()
Initialize context.
- Parameters
-
| ctx | - Context |
| mode | - Cipher mode |
- Returns
- < 0 on error
◆ sceSdSetMember()
| int sceSdSetMember |
( |
SceSdContext2 * | ctx, |
|
|
unsigned char * | data, |
|
|
int | len ) |
Process data for integrity check.
- Parameters
-
| ctx | - Context |
| data | - Data (aligned to 0x10) |
| len | - Length (aligned to 0x10) |
- Returns
- < 0 on error