Lines Matching +full:0 +full:x8a
94 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
95 0x02, 0xff, 0x35, 0x8e, 0xc1, 0x0a, 0xc2, 0x30,
96 0x0c, 0x86, 0xef, 0x7d, 0x8a, 0xec, 0x05, 0x2c,
97 0xbb, 0x87, 0x5c, 0x54, 0xf0, 0xe0, 0x50, 0x58,
98 0x41, 0x3c, 0x4e, 0x17, 0x69, 0x21, 0xa5, 0x65,
99 0x2d, 0x42, 0xdf, 0xde, 0xba, 0x6e, 0x21, 0x10,
100 0xf8, 0xf9, 0xbe, 0x9f, 0x60, 0x77, 0xba, 0x1d,
101 0xcd, 0xf3, 0x7e, 0x06, 0x9b, 0xbd, 0x90, 0xc2,
102 0xfd, 0xf0, 0x34, 0x93, 0x82, 0x3a, 0x98, 0x5d,
103 0x16, 0xa6, 0xa1, 0xc0, 0xe8, 0x7c, 0x14, 0x86,
104 0x91, 0x97, 0x2f, 0x2f, 0xa8, 0x5b, 0xae, 0x50,
105 0x37, 0x16, 0x5f, 0x61, 0x2e, 0x9b, 0x62, 0x7b,
106 0x7a, 0xb0, 0xbc, 0x83, 0x67, 0xc8, 0x01, 0x7c,
107 0x81, 0xd4, 0xd4, 0xb4, 0xaa, 0x5d, 0x55, 0xfa,
108 0x8d, 0x8c, 0x64, 0xac, 0x4b, 0x50, 0x77, 0xda,
109 0xa1, 0x8b, 0x19, 0xae, 0xf0, 0x71, 0xc2, 0x07,
110 0xd4, 0xf1, 0xdf, 0xdf, 0x8a, 0xab, 0xb4, 0xbe,
111 0xf6, 0x03, 0xea, 0x2d, 0x11, 0x5c, 0xb2, 0x00,
112 0x00, 0x00,
180 zassert_not_equal(ret, 0, "%s is not a valid IPv4 address", MY_IPV4_ADDR); in test_tls()
183 memset(buf, '\0', sizeof(buf)); in test_tls()
190 ret = zsock_send(client_fd, http1_request, sizeof(http1_request) - 1, 0); in test_tls()
195 memset(buf, 0, sizeof(buf)); in test_tls()
196 recv_len = zsock_recv(client_fd, buf, sizeof(buf), 0); in test_tls()
202 ret = zsock_recv(client_fd, buf + recv_len, sizeof(buf) - recv_len, 0); in test_tls()
216 zassert_equal(ret, 0, in test_tls()
239 zassert_equal(ret, 0, "failed to add CA Certificate (%d)", ret); in setup()
244 zassert_equal(ret, 0, "failed to add Server Certificate (%d)", ret); in setup()
249 zassert_equal(ret, 0, "failed to add Server Private Key (%d)", ret); in setup()
254 zassert_equal(ret, 0, "failed to add Client Certificate (%d)", ret); in setup()
259 zassert_equal(ret, 0, "failed to add Client Private Key (%d)", ret); in setup()