GOST_CIPHER_PARAMS
GOST_CIPHER_PARAMS *gcp = GOST_CIPHER_PARAMS_new();
GOST_CIPHER_PARAMS *gcp = NULL;
.offset = offsetof(GOST_CIPHER_PARAMS, iv),
.offset = offsetof(GOST_CIPHER_PARAMS, enc_param_set),
.size = sizeof(GOST_CIPHER_PARAMS),
GOST_CIPHER_PARAMS *
d2i_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS **a, const unsigned char **in, long len)
return (GOST_CIPHER_PARAMS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS *a, unsigned char **out)
GOST_CIPHER_PARAMS *
return (GOST_CIPHER_PARAMS *)ASN1_item_new(&GOST_CIPHER_PARAMS_it);
GOST_CIPHER_PARAMS_free(GOST_CIPHER_PARAMS *a)
GOST_CIPHER_PARAMS *GOST_CIPHER_PARAMS_new(void);
void GOST_CIPHER_PARAMS_free(GOST_CIPHER_PARAMS *a);
GOST_CIPHER_PARAMS *d2i_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS **a, const unsigned char **in, long len);
int i2d_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS *a, unsigned char **out);