Home
last modified time | relevance | path

Searched defs:psk (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.7.0/samples/net/sockets/echo_server/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-Core-3.7.0/samples/net/sockets/http_server/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-Core-3.7.0/samples/net/sockets/echo_client/src/
Ddummy_psk.h10 static const unsigned char psk[] = {0x01, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, variable
/Zephyr-Core-3.7.0/samples/net/lwm2m_client/src/
Dlwm2m-client.c116 char psk[1 + sizeof(CONFIG_LWM2M_APP_PSK) / 2]; in lwm2m_setup() local
/Zephyr-Core-3.7.0/drivers/wifi/winc1500/
Dwifi_winc1500.c1010 tuniM2MWifiAuth psk; in winc1500_mgmt_connect() local
/Zephyr-Core-3.7.0/include/zephyr/net/
Dwifi_mgmt.h386 const uint8_t *psk; member
/Zephyr-Core-3.7.0/tests/net/socket/tls/src/
Dmain.c53 static const unsigned char psk[] = { variable
/Zephyr-Core-3.7.0/subsys/net/lib/sockets/
Dsockets_tls.c1056 struct tls_credential *psk, in tls_set_psk()