Home
last modified time | relevance | path

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

/crypto/
A Do_str.c213 int chi, cli; in hexstr2buf_sep() local
227 cli = OPENSSL_hexchar2int(cl); in hexstr2buf_sep()
229 if (cli < 0 || chi < 0) { in hexstr2buf_sep()
239 *q++ = (unsigned char)((chi << 4) | cli); in hexstr2buf_sep()

Completed in 14 milliseconds