Home
last modified time | relevance | path

Searched refs:in0 (Results 1 – 2 of 2) 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
47 in0 = in[pos + 0]; in base16_decode()
50 if ((in0 < '0') || (in0 > 'g')) return CRYPT_INVALID_PACKET; in base16_decode()
53 idx0 = (unsigned char) (in0 & 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
85 add v5.2d, v\rc0\().2d, v\in0\().2d
92 sha512su0 v\in0\().2d, v\in1\().2d
96 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d

Completed in 3 milliseconds