Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/
A Derror_to_string.c18 static const char * const err_2_str[] = variable
70 if (err < 0 || err >= (int)(sizeof(err_2_str)/sizeof(err_2_str[0]))) { in error_to_string()
73 return err_2_str[err]; in error_to_string()

Completed in 1 milliseconds