Lines Matching refs:sha1_ctx
61 SHA1_CTX *sha1_ctx = ctx;
63 SHA1Update(sha1_ctx, data, size);
70 SHA1_CTX *sha1_ctx = ctx;
72 SHA1Final(result, sha1_ctx);
73 free(sha1_ctx);
95 CC_SHA1_CTX *sha1_ctx = ctx;
97 CC_SHA1_Update(sha1_ctx, data, size);
104 CC_SHA1_CTX *sha1_ctx = ctx;
106 CC_SHA1_Final(result, sha1_ctx);
107 free(sha1_ctx);
160 struct sha1_ctx *ctx = malloc(sizeof(*ctx));
234 sha1_ctx *ctx = malloc(sizeof(*ctx));