Go to the source code of this file.
|
| 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.
|
| |