Lines Matching refs:SHA_CTX
39 # define SHA_CTX struct sha1_ctx macro
44 # define SHA_CTX gcry_md_hd_t macro
50 # define SHA_CTX void * macro
58 # define SHA_CTX sha1_context macro
89 # define SHA_CTX struct win32_crypto_hash macro
141 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
147 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
154 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
198 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
204 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
211 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
289 static int SHA1_Init(SHA_CTX *pctx) in SHA1_Init()
294 static void SHA1_Update(SHA_CTX *pctx, in SHA1_Update()
301 static void SHA1_Final(unsigned char digest[20], SHA_CTX *pctx) in SHA1_Final()
343 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
349 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
356 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
416 static int SHA1_Init(SHA_CTX *ctx) in SHA1_Init()
425 static void SHA1_Update(SHA_CTX *ctx, in SHA1_Update()
432 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx) in SHA1_Final()
475 sizeof(SHA_CTX),