Searched refs:i2d_GOST_KEY_TRANSPORT (Results 1 – 3 of 3) sorted by relevance
90 int i2d_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT *a, unsigned char **out);
55 i2d_GOST_KEY_TRANSPORT(GOST_KEY_TRANSPORT *a, unsigned char **out) in i2d_GOST_KEY_TRANSPORT() function
563 if ((*out_len = i2d_GOST_KEY_TRANSPORT(gkt, out ? &out : NULL)) > 0) in pkey_gost01_encrypt()