Lines Matching +full:qemu +full:- +full:x86

2  * QEMU Crypto akcipher algorithms
22 #include "qemu/osdep.h"
50 "\x68\x8d\x2a\xf7\xcb\xcc\x09\x21\x86\xcc\x98\x21\xc4\x7c\xa4\x09"
66 "\xf4\xc6\xf0\x32\x15\x1a\xe8\xaf\x5a\xca\x3a\xd3\x3e\xf6\xde\x86"
90 "\x4d\xc0\x4e\x90\x2c\x28\xb9\xcc\x22\x74\xf2\xd5\xff\x4d\x86\xf6"
95 "\x23\x8a\x48\x50\x1d\x33\x6a\x86\x46\x69\xed\x54\x65\x6b\x9e\xab"
154 "\xcb\xc8\x86\x0e\x66\x3c\xf7\x5a\x44\x13\xb8\xef\xea\x1d\x7b\xa6"
171 "\x2a\x86\x48\xce\x3d\x03\x01\x07"
175 "\xc3\xf6\x2c\xf3\x13\x6a\x00\xc2\xc9\x3e\x87\x7f\x86\x39\xe6\xae"
226 g_assert(value == checker->exp_value); in checker_callback()
227 g_assert(vlen == checker->exp_vlen); in checker_callback()
237 ctx[seq_depth].data = test_data->test_data; in test_ans1()
238 ctx[seq_depth].dlen = test_data->test_data_len; in test_ans1()
243 &test_data->checker[checker_idx++]; in test_ans1()
245 if (!checker->action) { in test_ans1()
249 g_assert(checker->action(&c->data, &c->dlen, checker_callback, in test_ans1()
251 == checker->exp_vlen); in test_ans1()
252 if (checker->constructed) { in test_ans1()
254 ctx[seq_depth].data = checker->exp_value; in test_ans1()
255 ctx[seq_depth].dlen = checker->exp_vlen; in test_ans1()
258 --seq_depth; in test_ans1()
269 .path = "/crypto/der/parse-rsa512-priv-key",
271 .test_data_len = sizeof(test_rsa512_priv_key) - 1,
296 .path = "/crypto/der/parse-rsa2048-priv-key",
298 .test_data_len = sizeof(test_rsa2048_priv_key) - 1,
323 .path = "/crypto/der/parse-ecdsa-p192-priv-key",
325 .test_data_len = sizeof(test_ecdsa_p192_priv_key) - 1,
340 .path = "/crypto/der/parse-ecdsa-p256-priv-key",
342 .test_data_len = sizeof(test_ecdsa_p256_priv_key) - 1,