test.pl ready and 0 error. Ready for PR

This commit is contained in:
Fist0urs
2017-09-21 12:21:10 +02:00
parent 7a17b8159b
commit e3cb3e9b4c
7 changed files with 45 additions and 25 deletions

View File

@@ -890,7 +890,7 @@ typedef struct dpapimk_tmp_v1
u32 userKey[5];
} dpapimk_tmp_t_v1;
} dpapimk_tmp_v1_t;
typedef struct dpapimk_tmp_v2
{
@@ -898,10 +898,10 @@ typedef struct dpapimk_tmp_v2
u64 opad64[8];
u64 dgst64[16];
u64 out64[16];
u32 userKey[5];
} dpapimk_tmp_t_v2;
} dpapimk_tmp_v2_t;
typedef struct seven_zip_hook
{