Searched refs:bytes_to_hex (Results 1 – 1 of 1) sorted by relevance
104 static const char *bytes_to_hex(const uint8_t *bytes, size_t count) in bytes_to_hex() function421 printf("\tkey was %s\n\n", bytes_to_hex(key, t->key_size)); in af_alg_setkey()427 printf("\tkey was %s\n\n", bytes_to_hex(key, t->key_size)); in af_alg_setkey()495 printf("\tmessage was %s\n\n", bytes_to_hex(msg, t->msg_size)); in af_alg_process_msg()500 printf("\tmessage was %s\n\n", bytes_to_hex(msg, t->msg_size)); in af_alg_process_msg()