Lines Matching +full:0 +full:x61
78 "\x48\xa9\x9e\x61\xad\x79\x9d\x86",
89 .out = "\x5c\x08\xeb\x61\xfd\xf7\x1e\x4e"
134 "\x1b\x10\xe6\xa6\x87\x21\xbe\x61"
199 .out = "\xee\xfe\x3d\x61\xcd\x4d\xa4\xe4\xe9\x94"
221 .key = "pass\0word",
223 .salt = "sa\0lt",
237 .nkey = 0,
340 "\xe7\xb1\xcb\xee\x61\xdf\x04\xea",
344 #if 0
367 return '0' + i; in hex()
378 for (i = 0; i < len; i++) { in hex_string()
379 hexstr[i * 2] = hex((bytes[i] >> 4) & 0xf); in hex_string()
380 hexstr[i * 2 + 1] = hex(bytes[i] & 0xf); in hex_string()
382 hexstr[len * 2] = '\0'; in hex_string()
418 memset(key, 0x5d, sizeof(key)); in test_pbkdf_timing_sha256()
419 memset(salt, 0x7c, sizeof(salt)); in test_pbkdf_timing_sha256()
437 g_assert(qcrypto_init(NULL) == 0); in main()
439 for (i = 0; i < G_N_ELEMENTS(test_data); i++) { in main()