Symbol: STREEBOG_CTX
crypto/libressl/crypto/evp/m_streebog.c
107
.ctx_size = sizeof(EVP_MD *) + sizeof(STREEBOG_CTX),
crypto/libressl/crypto/evp/m_streebog.c
119
.ctx_size = sizeof(EVP_MD *) + sizeof(STREEBOG_CTX),
crypto/libressl/crypto/gost/streebog.c
1239
streebog_single_block(STREEBOG_CTX *ctx, const unsigned char *in, size_t num)
crypto/libressl/crypto/gost/streebog.c
1273
streebog_block_data_order(STREEBOG_CTX *ctx, const unsigned char *in,
crypto/libressl/crypto/gost/streebog.c
1283
STREEBOG512_Final(unsigned char *md, STREEBOG_CTX *c)
crypto/libressl/crypto/gost/streebog.c
1370
STREEBOG256_Final(unsigned char *md, STREEBOG_CTX * c)
crypto/libressl/crypto/gost/streebog.c
1376
STREEBOG512_Update(STREEBOG_CTX *c, const void *_data, size_t len)
crypto/libressl/crypto/gost/streebog.c
1416
STREEBOG256_Update(STREEBOG_CTX *c, const void *data, size_t len)
crypto/libressl/crypto/gost/streebog.c
1422
STREEBOG512_Transform(STREEBOG_CTX *c, const unsigned char *data)
crypto/libressl/crypto/gost/streebog.c
1428
STREEBOG256_Init(STREEBOG_CTX *c)
crypto/libressl/crypto/gost/streebog.c
1438
STREEBOG512_Init(STREEBOG_CTX *c)
crypto/libressl/crypto/gost/streebog.c
1451
STREEBOG_CTX c;
crypto/libressl/crypto/gost/streebog.c
1466
STREEBOG_CTX c;
crypto/libressl/include/openssl/gost.h
165
int STREEBOG256_Init(STREEBOG_CTX *c);
crypto/libressl/include/openssl/gost.h
166
int STREEBOG256_Update(STREEBOG_CTX *c, const void *data, size_t len);
crypto/libressl/include/openssl/gost.h
167
int STREEBOG256_Final(unsigned char *md, STREEBOG_CTX *c);
crypto/libressl/include/openssl/gost.h
168
void STREEBOG256_Transform(STREEBOG_CTX *c, const unsigned char *data);
crypto/libressl/include/openssl/gost.h
171
int STREEBOG512_Init(STREEBOG_CTX *c);
crypto/libressl/include/openssl/gost.h
172
int STREEBOG512_Update(STREEBOG_CTX *c, const void *data, size_t len);
crypto/libressl/include/openssl/gost.h
173
int STREEBOG512_Final(unsigned char *md, STREEBOG_CTX *c);
crypto/libressl/include/openssl/gost.h
174
void STREEBOG512_Transform(STREEBOG_CTX *c, const unsigned char *data);