Go to the documentation of this file.
10 #ifndef GOST_KEYWRAP_H
11 #define GOST_KEYWRAP_H
23 const unsigned char *inputKey,
24 const unsigned char *ukm,
25 unsigned char *outputKey);
36 const unsigned char *keyExchangeKey,
37 const unsigned char *ukm,
38 const unsigned char *sessionKey,
39 unsigned char *wrappedKey) ;
53 const unsigned char *keyExchangeKey,
54 const unsigned char *wrappedKey,
55 unsigned char *sessionKey) ;