Lines Matching refs:out
41 const char *out; member
62 .out = "\xcd\xed\xb5\x28\x1b\xb2\xf8\x01"
76 .out = "\x01\xdb\xee\x7f\x4a\x9e\x24\x3e"
90 .out = "\x5c\x08\xeb\x61\xfd\xf7\x1e\x4e"
104 .out = "\xd1\xda\xa7\x86\x15\xf2\x87\xe6"
119 .out = "\x13\x9c\x30\xc0\x96\x6b\xc3\x2b"
134 .out = "\x9c\xca\xd6\xd4\x68\x77\x0c\xd5"
148 .out = "\x6b\x9c\xf2\x6d\x45\x45\x5a\x43"
164 .out = "\x0c\x60\xc8\x0f\x96\x1f\x0e\x71\xf3\xa9"
176 .out = "\xea\x6c\x01\x4d\xc7\x2d\x6f\x8c\xcd\x1e"
188 .out = "\x4b\x00\x79\x01\xb7\x65\x48\x9a\xbe\xad"
200 .out = "\xee\xfe\x3d\x61\xcd\x4d\xa4\xe4\xe9\x94"
213 .out = "\x3d\x2e\xec\x4f\xe4\x1c\x84\x9b\x80\xc8"
226 .out = "\x56\xfa\x6a\xa7\x55\x48\x09\x9d\xcc\x37"
241 .out = "\x13\x3a\x4c\xe8\x37\xb4\xd2\x52\x1e\xe2"
255 .out = "\x22\x34\x4b\xc4\xb6\xe3\x26\x75"
272 .out = "\x0f\xb2\xed\x2c\x0e\x6e\xfb\x7d"
289 .out = "\x13\x3b\x88\x0c\x0e\x52\xa2\x41"
306 .out = "\xfe\xe3\xe1\x84\xc9\x25\x3e\x10"
323 .out = "\xd6\xcb\xd8\xa7\xdb\x0c\xa2\x2a"
339 .out = "\x9c\x1c\x74\xf5\x88\x26\xe7\x6a"
376 uint8_t *out = g_new0(uint8_t, nout); in test_pbkdf() local
383 (uint8_t *)out, nout, in test_pbkdf()
386 expect = hex_string((const uint8_t *)data->out, data->nout); in test_pbkdf()
387 actual = hex_string(out, nout); in test_pbkdf()
393 g_free(out); in test_pbkdf()