Home
last modified time | relevance | path

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

/openssl-master/crypto/
A Do_str.c140 int chi, cli; in hexstr2buf_sep() local
154 cli = OPENSSL_hexchar2int(cl); in hexstr2buf_sep()
156 if (cli < 0 || chi < 0) { in hexstr2buf_sep()
166 *q++ = (unsigned char)((chi << 4) | cli); in hexstr2buf_sep()

Completed in 3 milliseconds