Searched refs:hex_string (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-afsplit.c | 115 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()
|
H A D | test-crypto-pbkdf.c | 372 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()
|
H A D | test-crypto-cipher.c | 634 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()
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | nic-power-fault | 59 hex_string=$1
|
/openbmc/linux/lib/ |
H A D | test_printf.c | 402 hex_string(void) in hex_string() function 794 hex_string(); in test_pointer()
|
H A D | vsprintf.c | 1143 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string() function 2426 return hex_string(buf, end, ptr, spec, fmt); in pointer()
|