Home
last modified time | relevance | path

Searched refs:sha1_ctxt (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/misc/
H A Dsha-1.c41 struct sha1_ctxt { struct
104 sha1_step(struct sha1_ctxt *ctxt) in sha1_step()
110 struct sha1_ctxt tctxt; in sha1_step()
192 _sha1_init(struct sha1_ctxt *ctxt) in _sha1_init()
194 memset(ctxt, 0, sizeof(struct sha1_ctxt)); in _sha1_init()
203 sha1_pad(struct sha1_ctxt *ctxt) in sha1_pad()
237 sha1_loop(struct sha1_ctxt *ctxt, const unsigned char *input, size_t len) in sha1_loop()
258 sha1_result(struct sha1_ctxt *ctxt, void *digest0) in sha1_result()
287 struct sha1_ctxt ctx; in lws_SHA1()

Completed in 1 milliseconds