Home
last modified time | relevance | path

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

/openssl/crypto/
H A Do_str.c210 int chi, cli; in hexstr2buf_sep() local
224 cli = OPENSSL_hexchar2int(cl); in hexstr2buf_sep()
226 if (cli < 0 || chi < 0) { in hexstr2buf_sep()
236 *q++ = (unsigned char)((chi << 4) | cli); in hexstr2buf_sep()

Completed in 4 milliseconds