Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-sha1-base64.h32 #define lws_SHA1 SHA1 macro
35 * lws_SHA1(): make a SHA-1 digest of a buffer
44 lws_SHA1(const unsigned char *d, size_t n, unsigned char *md);
/third_party/libwebsockets/lib/misc/
H A Dsha-1.c285 lws_SHA1(const unsigned char *d, size_t n, unsigned char *md) in lws_SHA1() function
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-ws.c224 lws_SHA1((unsigned char *)buf, (unsigned int)n, (unsigned char *)hash); in lws_generate_client_ws_handshake()
H A Dserver-ws.c668 lws_SHA1(pt->serv_buf, (unsigned int)n, hash); in handshake_0405()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H A Djws.c870 if (!lws_SHA1((unsigned char *)der_info->ns.name, in test_jwt_RS256()

Completed in 4 milliseconds