Go to the source code of this file.
Functions | |
void | keyDiversifyCryptoPro (gost_ctx *ctx, const unsigned char *inputKey, const unsigned char *ukm, unsigned char *outputKey) |
int | keyWrapCryptoPro (gost_ctx *ctx, const unsigned char *keyExchangeKey, const unsigned char *ukm, const unsigned char *sessionKey, unsigned char *wrappedKey) |
int | keyUnwrapCryptoPro (gost_ctx *ctx, const unsigned char *keyExchangeKey, const unsigned char *wrappedKey, unsigned char *sessionKey) |
void keyDiversifyCryptoPro | ( | gost_ctx * | ctx, |
const unsigned char * | inputKey, | ||
const unsigned char * | ukm, | ||
unsigned char * | outputKey | ||
) |
Definition at line 22 of file gost_keywrap.c.
int keyUnwrapCryptoPro | ( | gost_ctx * | ctx, |
const unsigned char * | keyExchangeKey, | ||
const unsigned char * | wrappedKey, | ||
unsigned char * | sessionKey | ||
) |
Definition at line 92 of file gost_keywrap.c.
int keyWrapCryptoPro | ( | gost_ctx * | ctx, |
const unsigned char * | keyExchangeKey, | ||
const unsigned char * | ukm, | ||
const unsigned char * | sessionKey, | ||
unsigned char * | wrappedKey | ||
) |
Definition at line 70 of file gost_keywrap.c.