GOST_KEY_TRANSPORT
.offset = offsetof(GOST_KEY_TRANSPORT, key_info),
.offset = offsetof(GOST_KEY_TRANSPORT, key_agreement_info),
.size = sizeof(GOST_KEY_TRANSPORT),
GOST_KEY_TRANSPORT *
d2i_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT **a, const unsigned char **in, long len)
return (GOST_KEY_TRANSPORT *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT *a, unsigned char **out)
GOST_KEY_TRANSPORT *
return (GOST_KEY_TRANSPORT *)ASN1_item_new(&GOST_KEY_TRANSPORT_it);
GOST_KEY_TRANSPORT_free(GOST_KEY_TRANSPORT *a)
GOST_KEY_TRANSPORT *GOST_KEY_TRANSPORT_new(void);
void GOST_KEY_TRANSPORT_free(GOST_KEY_TRANSPORT *a);
GOST_KEY_TRANSPORT *d2i_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT **a, const unsigned char **in, long len);
int i2d_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT *a, unsigned char **out);
GOST_KEY_TRANSPORT *gkt = NULL;
GOST_KEY_TRANSPORT *gkt = NULL;