Symbol: GOST_CIPHER_PARAMS
crypto/libressl/crypto/evp/e_gost2814789.c
109
GOST_CIPHER_PARAMS *gcp = GOST_CIPHER_PARAMS_new();
crypto/libressl/crypto/evp/e_gost2814789.c
156
GOST_CIPHER_PARAMS *gcp = NULL;
crypto/libressl/crypto/gost/gost_asn1.c
247
.offset = offsetof(GOST_CIPHER_PARAMS, iv),
crypto/libressl/crypto/gost/gost_asn1.c
254
.offset = offsetof(GOST_CIPHER_PARAMS, enc_param_set),
crypto/libressl/crypto/gost/gost_asn1.c
266
.size = sizeof(GOST_CIPHER_PARAMS),
crypto/libressl/crypto/gost/gost_asn1.c
270
GOST_CIPHER_PARAMS *
crypto/libressl/crypto/gost/gost_asn1.c
271
d2i_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS **a, const unsigned char **in, long len)
crypto/libressl/crypto/gost/gost_asn1.c
273
return (GOST_CIPHER_PARAMS *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
crypto/libressl/crypto/gost/gost_asn1.c
278
i2d_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS *a, unsigned char **out)
crypto/libressl/crypto/gost/gost_asn1.c
283
GOST_CIPHER_PARAMS *
crypto/libressl/crypto/gost/gost_asn1.c
286
return (GOST_CIPHER_PARAMS *)ASN1_item_new(&GOST_CIPHER_PARAMS_it);
crypto/libressl/crypto/gost/gost_asn1.c
290
GOST_CIPHER_PARAMS_free(GOST_CIPHER_PARAMS *a)
crypto/libressl/include/openssl/gost.h
92
GOST_CIPHER_PARAMS *GOST_CIPHER_PARAMS_new(void);
crypto/libressl/include/openssl/gost.h
93
void GOST_CIPHER_PARAMS_free(GOST_CIPHER_PARAMS *a);
crypto/libressl/include/openssl/gost.h
94
GOST_CIPHER_PARAMS *d2i_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS **a, const unsigned char **in, long len);
crypto/libressl/include/openssl/gost.h
95
int i2d_GOST_CIPHER_PARAMS(GOST_CIPHER_PARAMS *a, unsigned char **out);