Home
last modified time | relevance | path

Searched refs:HTTP_SERVER_WS_MAX_SEC_KEY_LEN (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/net/http/
Dserver.h335 #define HTTP_SERVER_WS_MAX_SEC_KEY_LEN 32 macro
471 IF_ENABLED(CONFIG_WEBSOCKET, (uint8_t ws_sec_key[HTTP_SERVER_WS_MAX_SEC_KEY_LEN]));
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_ws.c41 char key_accept[HTTP_SERVER_WS_MAX_SEC_KEY_LEN + sizeof(WS_MAGIC)]; in handle_http1_to_websocket_upgrade()