Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/math/
A Dtfm_desc.c20 } tfm_to_ltc_codes[] = { variable
35 for (x = 0; x < (int)(sizeof(tfm_to_ltc_codes)/sizeof(tfm_to_ltc_codes[0])); x++) { in tfm_to_ltc_error()
36 if (err == tfm_to_ltc_codes[x].tfm_code) { in tfm_to_ltc_error()
37 return tfm_to_ltc_codes[x].ltc_code; in tfm_to_ltc_error()

Completed in 349 milliseconds