Searched refs:in1 (Results 1 – 2 of 2) sorted by relevance
35 char in0, in1; in base16_decode() local55 in1 = in[pos + 1]; in base16_decode()58 if ((in1 < '0') || (in1 > 'g')) return CRYPT_INVALID_PACKET; in base16_decode()61 idx1 = (unsigned char) (in1 & 0x1F) ^ 0x10; in base16_decode()
727 static LTC_INLINE void _xorbuf(const unsigned char *in1, const unsigned char *in2, in _xorbuf() argument731 *out ++ = *in1 ++ ^ *in2 ++; in _xorbuf()
Completed in 5 milliseconds