Home
last modified time | relevance | path

Searched refs:SHA1Context (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dsha1.c35 typedef struct SHA1Context SHA1Context; typedef
36 struct SHA1Context { struct
141 static void hash_init(SHA1Context *p){ in hash_init()
153 SHA1Context *p, /* Add content to this context */ in hash_step()
179 SHA1Context *p, /* Add content to this context */ in hash_step_vformat()
198 SHA1Context *p, /* The SHA1 context to finish and render */ in hash_finish()
241 SHA1Context cx; in sha1Func()
283 SHA1Context cx; in sha1QueryFunc()
/sqlite-3.40.0/tool/
H A Dmksourceid.c530 typedef struct SHA1Context SHA1Context; typedef
531 struct SHA1Context { struct
641 static void SHA1Init(SHA1Context *context){ in SHA1Init()
656 SHA1Context *context, in SHA1Update()
682 static void SHA1Final(unsigned char *digest, SHA1Context *context){ in SHA1Final()
711 SHA1Context ctx; in sha1sum_file()
H A Ddbhash.c31 typedef struct SHA1Context SHA1Context; typedef
32 struct SHA1Context { struct
45 SHA1Context cx; /* SHA1 hash context */ argument