X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e204bb7fb26deabaa08ea6412a1d81baa11e66bb..f2019c773dfcf041a49ef32c1ff230b34f7a16a4:/client/cmdhfmfu.c diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 9bccc420..310d5bdc 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -856,12 +856,12 @@ int CmdHF14AMfuGenDiverseKeys(const char *Cmd){ des3_context ctx = { 0x00 }; des3_set2key_enc(&ctx, masterkey); - des3_crypt_cbc(&ctx // des3_context *ctx - , DES_ENCRYPT // int mode - , sizeof(mix) // size_t length - , iv // unsigned char iv[8] - , mix // const unsigned char *input - , divkey // unsigned char *output + des3_crypt_cbc(&ctx // des3_context + , DES_ENCRYPT // int mode + , sizeof(mix) // length + , iv // iv[8] + , mix // input + , divkey // output ); PrintAndLog("3DES version");