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
145 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
151 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
158 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
202 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
208 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
215 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
293 static int SHA1_Init(SHA_CTX *pctx) in SHA1_Init()
298 static void SHA1_Update(SHA_CTX *pctx, in SHA1_Update()
305 static void SHA1_Final(unsigned char digest[20], SHA_CTX *pctx) in SHA1_Final()
347 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
353 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
360 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
420 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
429 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
436 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
479 sizeof(SHA_CTX),