Searched refs:idx0 (Results 1 – 1 of 1) sorted by relevance
27 unsigned char idx0, idx1; in base16_decode() local53 idx0 = (unsigned char) (in0 & 0x1F) ^ 0x10; in base16_decode()56 if (hashmap[idx0] == 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