Searched refs:SHA1Context (Results 1 – 5 of 5) sorted by relevance
12 struct SHA1Context { struct18 void SHA1Init(struct SHA1Context *context); argument19 void SHA1Update(struct SHA1Context *context, const void *data, u32 len);20 void SHA1Final(unsigned char digest[20], struct SHA1Context *context);
24 struct SHA1Context ctx; in fips186_2_prf()
23 struct SHA1Context sha1;
17 typedef struct SHA1Context SHA1_CTX;
3223 typedef struct SHA1Context SHA1Context; typedef3224 struct SHA1Context { struct3329 static void hash_init(SHA1Context *p){ in hash_init()3341 SHA1Context *p, /* Add content to this context */ in hash_step()3367 SHA1Context *p, /* Add content to this context */ in hash_step_vformat()3386 SHA1Context *p, /* The SHA1 context to finish and render */ in hash_finish()3434 SHA1Context cx; in sha1Func()3481 SHA1Context cx; in sha1QueryFunc()