Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c104 static const char *bytes_to_hex(const uint8_t *bytes, size_t count) in bytes_to_hex() function
421 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()