Home
last modified time | relevance | path

Searched refs:Gost2814789_set_sbox (Results 1 – 7 of 7) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost89_keywrap.c103 Gost2814789_set_sbox(&ctx, nid); in gost_key_wrap_crypto_pro()
122 Gost2814789_set_sbox(&ctx, nid); in gost_key_unwrap_crypto_pro()
H A Dgost89_params.c183 Gost2814789_set_sbox(GOST2814789_KEY *key, int nid) in Gost2814789_set_sbox() function
H A Dgostr341194.c206 return Gost2814789_set_sbox(&c->cipher, nid); in GOSTR341194_Init()
H A Dgost2814789.c412 return Gost2814789_set_sbox(&c->cipher, nid); in GOST2814789IMIT_Init()
/dragonfly/crypto/libressl/crypto/evp/
H A De_gost2814789.c93 return Gost2814789_set_sbox(&c->ks, c->param_nid); in gost2814789_ctl()
95 return Gost2814789_set_sbox(&c->ks, arg); in gost2814789_ctl()
175 if (!Gost2814789_set_sbox(&c->ks, OBJ_obj2nid(gcp->enc_param_set))) { in gost2814789_get_asn1_params()
H A Dm_gost2814789.c90 return Gost2814789_set_sbox(&gctx->cipher, p1); in gost2814789_md_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dgost.h75 int Gost2814789_set_sbox(GOST2814789_KEY *key, int nid);