Home
last modified time | relevance | path

Searched refs:PSK_ID_MAXLEN (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.4.0/tinydtls-0.8.2/tests/
Ddtls-client.c94 #define PSK_ID_MAXLEN 256 macro
96 static unsigned char psk_id[PSK_ID_MAXLEN];
366 ssize_t result = read_from_file(optarg, psk_id, PSK_ID_MAXLEN);
/net-tools-3.4.0/tinydtls-0.8.2/examples/contiki/
Ddtls-client.c55 #define PSK_ID_MAXLEN 32 macro
132 static unsigned char psk_id[PSK_ID_MAXLEN] = PSK_DEFAULT_IDENTITY;
/net-tools-3.4.0/
Dcoap-client.c518 #define PSK_ID_MAXLEN 256 macro
520 static unsigned char psk_id[PSK_ID_MAXLEN];