Searched refs:gost_ctx (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost89.h39 } gost_ctx; typedef in typeref:struct:__anon4983
46 void gost_enc(gost_ctx * ctx, const byte * clear, byte * cipher, int blocks);
48 void gost_dec(gost_ctx * ctx, const byte * cipher, byte * clear, int blocks);
50 void gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear,
53 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher,
57 void gostcrypt(gost_ctx * c, const byte * in, byte * out);
59 void gostdecrypt(gost_ctx * c, const byte * in, byte * out);
61 void gost_key(gost_ctx * ctx, const byte * key);
63 void gost_get_key(gost_ctx * ctx, byte * key);
65 void gost_init(gost_ctx * ct
[all...]
H A Dgost_keywrap.h23 void keyDiversifyCryptoPro(gost_ctx * ctx,
36 int keyWrapCryptoPro(gost_ctx * ctx,
52 int keyUnwrapCryptoPro(gost_ctx * ctx,
H A Dgost_keywrap.c23 void keyDiversifyCryptoPro(gost_ctx * ctx, const unsigned char *inputKey,
66 int keyWrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey,
91 int keyUnwrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey,
H A Dgosthash.h24 gost_ctx *cipher_ctx;
H A Dgost_lcl.h131 gost_ctx cctx;
142 gost_ctx cctx;
152 gost_ctx cctx;
H A Dgost89.c218 /* Initialization of gost_ctx subst blocks*/
219 static void kboxinit(gost_ctx * c, const gost_subst_block * b)
233 static word32 f(gost_ctx * c, word32 x)
242 void gostcrypt(gost_ctx * c, const byte * in, byte * out)
296 void gostdecrypt(gost_ctx * c, const byte * in, byte * out)
349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks)
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks)
371 void gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear,
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher,
407 void gost_enc_with_key(gost_ctx *
[all...]
H A Dgosthash.c90 static int hash_step(gost_ctx * c, byte * H, const byte * M)
158 ctx->cipher_ctx = (gost_ctx *) MYALLOC(sizeof(gost_ctx));
H A Dgost2001_keyx.c126 gost_ctx cctx;
227 gost_ctx ctx;
H A Dgost94_keyx.c105 gost_ctx cctx;
217 gost_ctx cctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost89.h39 } gost_ctx; typedef in typeref:struct:__anon4634
46 void gost_enc(gost_ctx * ctx, const byte * clear, byte * cipher, int blocks);
48 void gost_dec(gost_ctx * ctx, const byte * cipher, byte * clear, int blocks);
50 void gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear,
53 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher,
57 void gostcrypt(gost_ctx * c, const byte * in, byte * out);
59 void gostdecrypt(gost_ctx * c, const byte * in, byte * out);
61 void gost_key(gost_ctx * ctx, const byte * key);
63 void gost_get_key(gost_ctx * ctx, byte * key);
65 void gost_init(gost_ctx * ct
[all...]
H A Dgost_keywrap.h23 void keyDiversifyCryptoPro(gost_ctx * ctx,
36 int keyWrapCryptoPro(gost_ctx * ctx,
52 int keyUnwrapCryptoPro(gost_ctx * ctx,
H A Dgost_keywrap.c23 void keyDiversifyCryptoPro(gost_ctx * ctx, const unsigned char *inputKey,
66 int keyWrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey,
91 int keyUnwrapCryptoPro(gost_ctx * ctx, const unsigned char *keyExchangeKey,
H A Dgosthash.h24 gost_ctx *cipher_ctx;
H A Dgost_lcl.h131 gost_ctx cctx;
142 gost_ctx cctx;
152 gost_ctx cctx;
H A Dgost89.c218 /* Initialization of gost_ctx subst blocks*/
219 static void kboxinit(gost_ctx * c, const gost_subst_block * b)
233 static word32 f(gost_ctx * c, word32 x)
242 void gostcrypt(gost_ctx * c, const byte * in, byte * out)
296 void gostdecrypt(gost_ctx * c, const byte * in, byte * out)
349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks)
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks)
371 void gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear,
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher,
407 void gost_enc_with_key(gost_ctx *
[all...]
H A Dgosthash.c90 static int hash_step(gost_ctx * c, byte * H, const byte * M)
158 ctx->cipher_ctx = (gost_ctx *) MYALLOC(sizeof(gost_ctx));
H A Dgost2001_keyx.c126 gost_ctx cctx;
227 gost_ctx ctx;
H A Dgost94_keyx.c105 gost_ctx cctx;
217 gost_ctx cctx;

Completed in 196 milliseconds