Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/ecc/
A Decc_find_curve.c202 char lc_r, lc_l; in _name_match() local
209 lc_l = *left; in _name_match()
211 if ((lc_l >= 'A') && (lc_l <= 'Z')) lc_l += 32; in _name_match()
212 if (lc_l != lc_r) return 0; in _name_match()

Completed in 3 milliseconds