Searched refs:hashmap (Results 1 – 1 of 1) sorted by relevance
30 const unsigned char hashmap[] = { in base16_decode() local56 if (hashmap[idx0] == 0xff) return CRYPT_INVALID_PACKET; in base16_decode()57 if (hashmap[idx1] == 0xff) return CRYPT_INVALID_PACKET; in base16_decode()59 out[pos / 2] = (unsigned char) (hashmap[idx0] << 4) | hashmap[idx1]; in base16_decode()
Completed in 2 milliseconds