X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost89.h;h=569db5b059816eee5fa162fc74b6d0940c867913;hb=1a2714eb8f2c526517a01c90bb02ccd0e22f4c08;hp=9f36905e43903243f42b7a867118fa9470c4e568;hpb=7ce996d12c96ffb936ec22f0a8b826c64516699f;p=openssl-gost%2Fengine.git diff --git a/gost89.h b/gost89.h index 9f36905..569db5b 100644 --- a/gost89.h +++ b/gost89.h @@ -78,7 +78,7 @@ int gost_mac(gost_ctx * ctx, int mac_len, const unsigned char *data, * Compute MAC of given length in bits from data, using non-zero 8-byte IV * (non-standard, for use in CryptoPro key transport only */ -int gost_mac_iv(gost_ctx * c, int mac_len, const unsigned char *iv, +int gost_mac_iv(gost_ctx * ctx, int mac_len, const unsigned char *iv, const unsigned char *data, unsigned int data_len, unsigned char *mac); /* Perform one step of MAC calculation like gostcrypt */