Home | History | Annotate | Download | only in src

Lines Matching defs:SHA256_CTX

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