Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/base16/
A Dbase16_decode.c28 char in0, in1; in base16_decode() local
48 in1 = in[pos + 1]; in base16_decode()
51 if ((in1 < '0') || (in1 > 'g')) return CRYPT_INVALID_PACKET; in base16_decode()
54 idx1 = (unsigned char) (in1 & 0x1F) ^ 0x10; in base16_decode()
/optee_os-3.20.0/core/arch/arm/crypto/
A Dsha512_armv8a_ce_a64.S81 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4
90 .ifnb \in1
92 sha512su0 v\in0\().2d, v\in1\().2d
95 .ifnb \in1
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c720 static LTC_INLINE void s_xorbuf(const unsigned char *in1, const unsigned char *in2, in s_xorbuf() argument
724 *out ++ = *in1 ++ ^ *in2 ++; in s_xorbuf()

Completed in 4 milliseconds