Lines Matching refs:SHA_CTX
42 # define SHA_CTX struct sha1_ctx macro
47 # define SHA_CTX gcry_md_hd_t macro
53 # define SHA_CTX void * macro
62 # define SHA_CTX sha1_context macro
93 # define SHA_CTX struct win32_crypto_hash macro
146 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
152 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
159 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
203 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
209 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
216 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
294 static int SHA1_Init(SHA_CTX *pctx) in SHA1_Init()
299 static void SHA1_Update(SHA_CTX *pctx, in SHA1_Update()
306 static void SHA1_Final(unsigned char digest[20], SHA_CTX *pctx) in SHA1_Final()
348 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
354 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
361 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
421 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
430 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
437 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
480 sizeof(SHA_CTX),