Searched refs:lws_hex_to_byte_array (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 176 kid_len = (size_t)lws_hex_to_byte_array(p, ktmp, sizeof(ktmp)); in main() 181 ext_len = (size_t)lws_hex_to_byte_array(p, extra, sizeof(extra)); in main()
|
/aosp_15_r20/external/libwebsockets/lib/drivers/netdev/ |
H A D | wifi.c | 217 lws_hex_to_byte_array(pb, bssid, sizeof(bssid)); in lws_netdev_wifi_redo_last()
|
/aosp_15_r20/external/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/ |
H A D | main.c | 165 kid_len = (size_t)lws_hex_to_byte_array(p, ktmp, sizeof(ktmp)); in main()
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-misc.h | 310 lws_hex_to_byte_array(const char *h, uint8_t *dest, int max);
|
/aosp_15_r20/external/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 133 lws_hex_to_byte_array(const char *h, uint8_t *dest, int max) in lws_hex_to_byte_array() function
|