Searched refs:Digest_CTX (Results 1 – 2 of 2) sorted by relevance
176 } Digest_CTX; typedef185 } Digest_CTX; typedef197 typedef Digest_CTX archive_md5_ctx;233 typedef Digest_CTX archive_sha1_ctx;257 typedef Digest_CTX archive_sha256_ctx;279 typedef Digest_CTX archive_sha384_ctx;303 typedef Digest_CTX archive_sha512_ctx;
58 win_crypto_init(Digest_CTX *ctx, const WCHAR *algo) in win_crypto_init()77 win_crypto_init(Digest_CTX *ctx, DWORD prov, ALG_ID algId) in win_crypto_init()104 win_crypto_Update(Digest_CTX *ctx, const unsigned char *buf, size_t len) in win_crypto_Update()123 win_crypto_Final(unsigned char *buf, size_t bufsize, Digest_CTX *ctx) in win_crypto_Final()