Home
last modified time | relevance | path

Searched refs:GOSTR341194_CTX (Results 1 – 17 of 17) sorted by relevance

/dports/security/libressl/libressl-3.4.3/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid) in GOSTR341194_Init()
210 GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p, in GOSTR341194_block_data_order()
226 #define HASH_CTX GOSTR341194_CTX
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in GOSTR341194_Final()
261 GOSTR341194_CTX c; in GOSTR341194()
/dports/security/libressl-static/libressl-3.3.5/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M)
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid)
210 GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p,
226 #define HASH_CTX GOSTR341194_CTX in pkey_gost01_keygen()
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in pkey_gost01_keygen()
261 GOSTR341194_CTX c;
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid) in GOSTR341194_Init()
210 GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p, in GOSTR341194_block_data_order()
226 #define HASH_CTX GOSTR341194_CTX
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in GOSTR341194_Final()
261 GOSTR341194_CTX c; in GOSTR341194()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid) in GOSTR341194_Init()
210 GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p, in GOSTR341194_block_data_order()
226 #define HASH_CTX GOSTR341194_CTX
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in GOSTR341194_Final()
261 GOSTR341194_CTX c; in GOSTR341194()
/dports/www/obhttpd/libressl-3.4.1/crypto/gost/
H A Dgostr341194.c133 hash_step(GOSTR341194_CTX *c, unsigned char *H, const unsigned char *M) in hash_step()
203 GOSTR341194_Init(GOSTR341194_CTX *c, int nid) in GOSTR341194_Init()
210 GOSTR341194_block_data_order(GOSTR341194_CTX *ctx, const unsigned char *p, in GOSTR341194_block_data_order()
226 #define HASH_CTX GOSTR341194_CTX
235 GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX * c) in GOSTR341194_Final()
261 GOSTR341194_CTX c; in GOSTR341194()
/dports/security/libressl-static/libressl-3.3.5/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/security/libressl/libressl-3.4.3/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/mail/alpine/alpine-465e23b/libressl/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/emulators/citra/citra-ac98458e0/externals/libressl/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/www/obhttpd/libressl-3.4.1/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/editors/pico-alpine/alpine-465e23b/libressl/include/openssl/
H A Dgost.h134 } GOSTR341194_CTX; typedef
137 int GOSTR341194_Init(GOSTR341194_CTX *c, int nid);
138 int GOSTR341194_Update(GOSTR341194_CTX *c, const void *data, size_t len);
139 int GOSTR341194_Final(unsigned char *md, GOSTR341194_CTX *c);
140 void GOSTR341194_Transform(GOSTR341194_CTX *c, const unsigned char *data);
/dports/security/libressl-static/libressl-3.3.5/crypto/evp/
H A Dm_gostr341194.c89 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX), in gost2814789_md_ctrl()
/dports/security/libressl/libressl-3.4.3/crypto/evp/
H A Dm_gostr341194.c89 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/evp/
H A Dm_gostr341194.c89 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/evp/
H A Dm_gostr341194.c89 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),
/dports/www/obhttpd/libressl-3.4.1/crypto/evp/
H A Dm_gostr341194.c89 .ctx_size = sizeof(EVP_MD *) + sizeof(GOSTR341194_CTX),