Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/math/
A Dtfm_desc.c13 } tfm_to_ltc_codes[] = { variable
28 for (x = 0; x < (int)(sizeof(tfm_to_ltc_codes)/sizeof(tfm_to_ltc_codes[0])); x++) { in tfm_to_ltc_error()
29 if (err == tfm_to_ltc_codes[x].tfm_code) { in tfm_to_ltc_error()
30 return tfm_to_ltc_codes[x].ltc_code; in tfm_to_ltc_error()

Completed in 4 milliseconds