HomeSort by relevance Sort by last modified time
    Searched refs:hextmp (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libxt_string.c 96 char hextmp[3]; local
147 hextmp[0] = s[i];
148 hextmp[1] = s[i+1];
149 hextmp[2] = '\0';
150 if (! sscanf(hextmp, "%x", &schar))
  /external/boringssl/src/crypto/x509/
a_strex.c 230 char hextmp[2]; local
235 hextmp[0] = hexdig[*p >> 4];
236 hextmp[1] = hexdig[*p & 0xf];
237 if(!io_ch(arg, hextmp, 2)) return -1;

Completed in 226 milliseconds