Go to the documentation of this file.
16 static int gost_digest_update(
EVP_MD_CTX *ctx,
const void *
data,
size_t count);
17 static int gost_digest_final(
EVP_MD_CTX *ctx,
unsigned char *md);
19 static int gost_digest_cleanup(
EVP_MD_CTX *ctx);
49 int gost_digest_update(
EVP_MD_CTX *ctx,
const void *
data,
size_t count)
54 int gost_digest_final(
EVP_MD_CTX *ctx,
unsigned char *md)