Lines Matching +full:0 +full:x0b
43 "", 0, "More text test vectors to stuff up EBCDIC machines :-)", 54,
47 "\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b\x0b",
58 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
59 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
60 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
61 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd,
62 0xdd, 0xdd, 0xdd, 0xdd, 0xdd, 0xdd
66 "", 0, "My test data", 12,
70 "", 0, "My test data", 12,
92 ebcdic2ascii(test[0].data, test[0].data, test[0].data_len); in test_hmac_md5()
110 int ret = 0; in test_hmac_bad()
115 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_bad()
117 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha1(), NULL)) in test_hmac_bad()
133 int ret = 0; in test_hmac_run()
136 return 0; in test_hmac_run()
141 || !TEST_false(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_run()
155 if (!TEST_false(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL))) in test_hmac_run()
177 if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) in test_hmac_run()
189 if (!TEST_true(HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) in test_hmac_run()
209 p = pt(HMAC(EVP_sha1(), NULL, 0, test[4].data, test[4].data_len, in test_hmac_single_shot()
212 return 0; in test_hmac_single_shot()
224 int ret = 0; in test_hmac_copy()
250 const unsigned char key[24] = {0}; in test_hmac_copy_uninited()
251 const unsigned char ct[166] = {0}; in test_hmac_copy_uninited()
255 int res = 0; in test_hmac_copy_uninited()
286 for (i = 0; i < len; i++) in pt()