Lines Matching refs:SHA256_CTX
40 # define SHA256_CTX struct sha256_ctx macro
45 # define SHA256_CTX gcry_md_hd_t macro
51 # define SHA256_CTX void * macro
59 # define SHA256_CTX sha256_context macro
90 # define SHA256_CTX struct win32_crypto_hash macro
159 static int SHA256_Init(SHA256_CTX *ctx) in SHA256_Init()
165 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update()
172 static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx) in SHA256_Final()
217 static int SHA256_Init(SHA256_CTX *ctx) in SHA256_Init()
223 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update()
230 static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx) in SHA256_Final()
306 static int SHA256_Init(SHA256_CTX *pctx) in SHA256_Init()
311 static void SHA256_Update(SHA256_CTX *pctx, in SHA256_Update()
318 static void SHA256_Final(unsigned char digest[32], SHA256_CTX *pctx) in SHA256_Final()
361 static int SHA256_Init(SHA256_CTX *ctx) in SHA256_Init()
367 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update()
374 static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx) in SHA256_Final()
437 static int SHA256_Init(SHA256_CTX *ctx) in SHA256_Init()
446 static void SHA256_Update(SHA256_CTX *ctx, in SHA256_Update()
453 static void SHA256_Final(unsigned char digest[32], SHA256_CTX *ctx) in SHA256_Final()
485 sizeof(SHA256_CTX),