Lines Matching +full:0 +full:xc2

51 	.vector_name = "RFC 7539 \xc2\xa7 2.5.2",
53 ":01:03:80:8a:fb:0d:b2:fd:4a:bf:f6:af:41:49:f5:1b",
59 .expected_tag_hex = "a8:06:1d:c1:30:51:36:c6:c2:2b:8b:af:0c:01:27:a9",
62 .vector_name = "RFC 7539 \xc2\xa7 A.3 #1",
75 .vector_name = "RFC 7539 \xc2\xa7 A.3 #2",
108 .vector_name = "RFC 7539 \xc2\xa7 A.3 #3",
138 .expected_tag_hex = "f3 47 7e 7c d9 54 17 af 89 a6 b8 79 4c 31 0c f0",
141 .vector_name = "RFC 7539 \xc2\xa7 A.3 #4",
148 "76 65 73 0a 44 69 64 20 67 79 72 65 20 61 6e 64 "
150 "61 62 65 3a 0a 41 6c 6c 20 6d 69 6d 73 79 20 77 "
152 "73 2c 0a 41 6e 64 20 74 68 65 20 6d 6f 6d 65 20 "
158 .vector_name = "RFC 7539 \xc2\xa7 A.3 #5",
168 .vector_name = "RFC 7539 \xc2\xa7 A.3 #6",
179 .vector_name = "RFC 7539 \xc2\xa7 A.3 #7",
191 .vector_name = "RFC 7539 \xc2\xa7 A.3 #8",
203 .vector_name = "RFC 7539 \xc2\xa7 A.3 #9",
213 .vector_name = "RFC 7539 \xc2\xa7 A.3 #10",
226 .vector_name = "RFC 7539 \xc2\xa7 A.3 #11",
252 memset(hbyte, 0, sizeof(hbyte)); in parse_hex()
255 count = 0; in parse_hex()
282 if (*it == 0) in parse_hex()
306 ATF_REQUIRE(fd >= 0); in get_handle_fd()
315 memset(&sop, 0, sizeof(sop)); in create_session()
322 ATF_REQUIRE_MSG(ioctl(fd, CIOCGSESSION2, &sop) >= 0, in create_session()
334 ATF_REQUIRE_MSG(ioctl(fd, CIOCFSESSION, &ses) >= 0, in destroy_session()
343 memset(&cop, 0, sizeof(cop)); in do_cryptop()
349 ATF_CHECK_MSG(ioctl(fd, CIOCCRYPT, &cop) >= 0, "ioctl(CIOCCRYPT)"); in do_cryptop()
365 for (i = 0; i < nitems(rfc7539_kats); i++) { in test_rfc7539_poly1305_vectors()
374 ATF_CHECK_EQ_MSG(memcmp(comptag, exptag, sizeof(exptag)), 0, in test_rfc7539_poly1305_vectors()