3
#include <pspidstorage.h>
6
#include <pspchnnlsv.h>
13
PSP_MODULE_INFO("kernelcall", 0x1006, 2, 0);
16
u64 sceSysreg_driver_4F46EEDE();
21
u64 fuseId = sceSysreg_driver_4F46EEDE();
25
int sceChnnlsv_E7833020_(pspChnnlsvContext1 *ctx, int mode)
27
int k1 = pspSdkSetK1(0);
28
int res = sceChnnlsv_E7833020(ctx,mode);
34
int sceChnnlsv_F21A1FCA_(pspChnnlsvContext1 *ctx, unsigned char *data, int len)
36
int k1 = pspSdkSetK1(0);
37
int res = sceChnnlsv_F21A1FCA(ctx,data,len);
42
int sceChnnlsv_C4C494F8_(pspChnnlsvContext1 *ctx,
43
unsigned char *hash, unsigned char *cryptkey)
45
int k1 = pspSdkSetK1(0);
46
int res = sceChnnlsv_C4C494F8(ctx,hash,cryptkey);
51
int sceChnnlsv_ABFDFC8B_(pspChnnlsvContext2 *ctx, int mode1, int mode2,
52
unsigned char *hashkey, unsigned char *cipherkey)
54
int k1 = pspSdkSetK1(0);
55
int res = sceChnnlsv_ABFDFC8B(ctx,mode1,mode2,hashkey,cipherkey);
60
int sceChnnlsv_850A7FA1_(pspChnnlsvContext2 *ctx, unsigned char *data, int len)
62
int k1 = pspSdkSetK1(0);
63
int res = sceChnnlsv_850A7FA1(ctx,data,len);
68
int sceChnnlsv_21BE78B4_(pspChnnlsvContext2 *ctx)
70
int k1 = pspSdkSetK1(0);
71
int res = sceChnnlsv_21BE78B4(ctx);
76
int module_start(SceSize args, void *argp)