Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/math/
Dtfm_desc.c21 } tfm_to_ltc_codes[] = { variable
36 for (x = 0; x < (int)(sizeof(tfm_to_ltc_codes)/sizeof(tfm_to_ltc_codes[0])); x++) { in tfm_to_ltc_error()
37 if (err == tfm_to_ltc_codes[x].tfm_code) { in tfm_to_ltc_error()
38 return tfm_to_ltc_codes[x].ltc_code; in tfm_to_ltc_error()