Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/base16/
A Dbase16_decode.c35 char in0, in1; in base16_decode() local
55 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()
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c727 static LTC_INLINE void _xorbuf(const unsigned char *in1, const unsigned char *in2, in _xorbuf() argument
731 *out ++ = *in1 ++ ^ *in2 ++; in _xorbuf()

Completed in 5 milliseconds