Searched refs:SHA1Context (Results 1 – 3 of 3) sorted by relevance
35 typedef struct SHA1Context SHA1Context; typedef36 struct SHA1Context { struct141 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()
530 typedef struct SHA1Context SHA1Context; typedef531 struct SHA1Context { struct641 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()
31 typedef struct SHA1Context SHA1Context; typedef32 struct SHA1Context { struct45 SHA1Context cx; /* SHA1 hash context */ argument