X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost89.h;fp=gost89.h;h=b67375b7ddfbad80b9fa787646874dbaada5fb67;hb=e9a7bfc3a6ef368dcc7eba482356c166f7d888d7;hp=569db5b059816eee5fa162fc74b6d0940c867913;hpb=8fff4a245e57cd2e3479a35cf5a8be534bee5e1c;p=openssl-gost%2Fengine.git diff --git a/gost89.h b/gost89.h index 569db5b..b67375b 100644 --- a/gost89.h +++ b/gost89.h @@ -60,6 +60,8 @@ void gostcrypt(gost_ctx * c, const byte * in, byte * out); void gostdecrypt(gost_ctx * c, const byte * in, byte * out); /* Set key into context */ void gost_key(gost_ctx * c, const byte * k); +/* Set key into context without key mask */ +void gost_key_nomask(gost_ctx * c, const byte * k); /* Set key into context */ void magma_key(gost_ctx * c, const byte * k); /* Get key from context */