Home
last modified time | relevance | path

Searched refs:hex_string (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/unit/
A Dtest-crypto-afsplit.c115 static char *hex_string(const uint8_t *bytes, in hex_string() function
149 expect = hex_string(data->key, data->blocklen); in test_afsplit()
150 actual = hex_string(key, data->blocklen); in test_afsplit()
166 expect = hex_string(data->key, data->blocklen); in test_afsplit()
167 actual = hex_string(key, data->blocklen); in test_afsplit()
A Dtest-crypto-pbkdf.c372 static char *hex_string(const uint8_t *bytes, in hex_string() function
401 expect = hex_string((const uint8_t *)data->out, data->nout); in test_pbkdf()
402 actual = hex_string(out, nout); in test_pbkdf()
A Dtest-crypto-cipher.c634 static char *hex_string(const uint8_t *bytes, in hex_string() function
713 outtexthex = hex_string(outtext, nciphertext); in test_cipher()
730 outtexthex = hex_string(outtext, nplaintext); in test_cipher()

Completed in 17 milliseconds