Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Decc_find_curve.c195 char lc_r, lc_l; in s_name_match() local
202 lc_l = *left; in s_name_match()
204 if ((lc_l >= 'A') && (lc_l <= 'Z')) lc_l += 32; in s_name_match()
205 if (lc_l != lc_r) return 0; in s_name_match()

Completed in 3 milliseconds