Home
last modified time | relevance | path

Searched defs: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
37 unsigned int state[5];
38 unsigned int count[2];
39 unsigned char buffer[64];
/sqlite-3.40.0/tool/
H A Ddbhash.c31 typedef struct SHA1Context SHA1Context; typedef
32 struct SHA1Context { struct
45 SHA1Context cx; /* SHA1 hash context */ argument
H A Dmksourceid.c530 typedef struct SHA1Context SHA1Context; typedef
531 struct SHA1Context { struct
532 unsigned int state[5];
533 unsigned int count[2];
534 unsigned char buffer[64];