Searched refs:SECRET (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 25 #define SECRET "forty-two" macro 30 #define SECRET_SIZE (sizeof(SECRET) - 1) 185 r = send(client_fd, SECRET, SECRET_SIZE, 0); in server_thread_fn() 375 r = send(client_fd, SECRET, SECRET_SIZE, 0); in test_common() 385 zassert_mem_equal(SECRET, addrstr, SECRET_SIZE, in test_common() 386 "expected: %s actual: %s", SECRET, addrstr); in test_common()
|