Lines Matching defs:digest
104 static void my_md5_final(unsigned char *digest, my_md5_ctx *ctx)
106 md5_digest(ctx, 16, digest);
128 static void my_md5_final(unsigned char *digest, my_md5_ctx *ctx)
130 (void)MD5_Final(digest, ctx);
162 static void my_md5_final(unsigned char *digest, my_md5_ctx *ctx)
165 (void) mbedtls_md5_finish(ctx, digest);
167 (void) mbedtls_md5_finish_ret(ctx, digest);
196 static void my_md5_final(unsigned char *digest, my_md5_ctx *ctx)
198 CC_MD5_Final(digest, ctx);
231 static void my_md5_final(unsigned char *digest, my_md5_ctx *ctx)
236 CryptGetHashParam(ctx->hHash, HP_HASHVAL, digest, &length, 0);
584 /* Size of digest context struct */