Home | History | Annotate | Download | only in src

Lines Matching defs:SHA_CTX

42 #  define SHA_CTX    struct sha1_ctx
47 # define SHA_CTX gcry_md_hd_t
53 # define SHA_CTX void *
62 # define SHA_CTX sha1_context
93 # define SHA_CTX struct win32_crypto_hash
145 static int SHA1_Init(SHA_CTX *ctx)
151 static void SHA1_Update(SHA_CTX *ctx,
158 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
202 static int SHA1_Init(SHA_CTX *ctx)
208 static void SHA1_Update(SHA_CTX *ctx,
215 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
293 static int SHA1_Init(SHA_CTX *pctx)
298 static void SHA1_Update(SHA_CTX *pctx,
305 static void SHA1_Final(unsigned char digest[20], SHA_CTX *pctx)
347 static int SHA1_Init(SHA_CTX *ctx)
353 static void SHA1_Update(SHA_CTX *ctx,
360 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
420 static int SHA1_Init(SHA_CTX *ctx)
429 static void SHA1_Update(SHA_CTX *ctx,
436 static void SHA1_Final(unsigned char digest[20], SHA_CTX *ctx)
479 sizeof(SHA_CTX),