Searched refs:lws_hex_from_byte_array (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 79 lws_hex_from_byte_array(ck->meta[n].buf, in cose_key_dump() 100 lws_hex_from_byte_array(ck->e[n].buf, in cose_key_dump()
|
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-cose/ |
H A D | keys.c | 697 lws_hex_from_byte_array(buf, wx.used, (char *)dump, sizeof(dump)); in test_cose_keys() 714 lws_hex_from_byte_array(buf, wx.used, (char *)dump, sizeof(dump)); in test_cose_keys()
|
/aosp_15_r20/external/libwebsockets/lib/cose/ |
H A D | cose_key.c | 119 lws_hex_from_byte_array(ck->meta[n].buf, ck->meta[n].len, in lws_cose_key_dump() 127 lws_hex_from_byte_array(ck->e[n].buf, ck->e[n].len, in lws_cose_key_dump()
|
/aosp_15_r20/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 370 lws_hex_from_byte_array(ke->buf, ke->len, in main()
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 324 lws_hex_from_byte_array(const uint8_t *src, size_t slen, char *dest, size_t len);
|
/aosp_15_r20/external/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 159 lws_hex_from_byte_array(const uint8_t *src, size_t slen, char *dest, size_t len) in lws_hex_from_byte_array() function
|