Data Structures | |
struct | _pspChnnlsvContext1 |
struct | _pspChnnlsvContext2 |
Typedefs | |
typedef _pspChnnlsvContext1 | pspChnnlsvContext1 |
typedef _pspChnnlsvContext2 | pspChnnlsvContext2 |
Functions | |
int | sceChnnlsv_E7833020 (pspChnnlsvContext1 *ctx, int mode) |
Initialize context. | |
int | sceChnnlsv_F21A1FCA (pspChnnlsvContext1 *ctx, unsigned char *data, int len) |
Process data. | |
int | sceChnnlsv_C4C494F8 (pspChnnlsvContext1 *ctx, unsigned char *hash, unsigned char *cryptkey) |
Finalize hash. | |
int | sceChnnlsv_ABFDFC8B (pspChnnlsvContext2 *ctx, int mode1, int mode2, unsigned char *hashkey, unsigned char *cipherkey) |
Prepare a key, and set up integrity check. | |
int | sceChnnlsv_850A7FA1 (pspChnnlsvContext2 *ctx, unsigned char *data, int len) |
Process data for integrity check. | |
int | sceChnnlsv_21BE78B4 (pspChnnlsvContext2 *ctx) |
Check integrity. |
typedef struct _pspChnnlsvContext1 pspChnnlsvContext1 |
typedef struct _pspChnnlsvContext2 pspChnnlsvContext2 |
int sceChnnlsv_21BE78B4 | ( | pspChnnlsvContext2 * | ctx | ) |
Check integrity.
ctx | - Context |
int sceChnnlsv_850A7FA1 | ( | pspChnnlsvContext2 * | ctx, | |
unsigned char * | data, | |||
int | len | |||
) |
Process data for integrity check.
ctx | - Context | |
data | - Data (aligned to 0x10) | |
len | - Length (aligned to 0x10) |
int sceChnnlsv_ABFDFC8B | ( | pspChnnlsvContext2 * | ctx, | |
int | mode1, | |||
int | mode2, | |||
unsigned char * | hashkey, | |||
unsigned char * | cipherkey | |||
) |
Prepare a key, and set up integrity check.
ctx | - Context | |
mode1 | - Cipher mode | |
mode2 | - Encrypt mode (1 = encrypting, 2 = decrypting) | |
hashkey | - Key out | |
cipherkey | - Key in |
int sceChnnlsv_C4C494F8 | ( | pspChnnlsvContext1 * | ctx, | |
unsigned char * | hash, | |||
unsigned char * | cryptkey | |||
) |
Finalize hash.
ctx | - Context | |
hash | - Hash output (aligned to 0x10, 0x10 bytes long) | |
cryptkey | - Crypt key or NULL. |
int sceChnnlsv_E7833020 | ( | pspChnnlsvContext1 * | ctx, | |
int | mode | |||
) |
Initialize context.
ctx | - Context | |
mode | - Cipher mode |
int sceChnnlsv_F21A1FCA | ( | pspChnnlsvContext1 * | ctx, | |
unsigned char * | data, | |||
int | len | |||
) |
Process data.
ctx | - Context | |
data | - Data (aligned to 0x10) | |
len | - Length (aligned to 0x10) |