/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/ |
A D | s_normSubnormalExtF80Sig.c | 45 struct exp32_sig64 z; in softfloat_normSubnormalExtF80Sig() local
|
A D | s_normSubnormalF32Sig.c | 45 struct exp16_sig32 z; in softfloat_normSubnormalF32Sig() local
|
A D | s_normSubnormalF64Sig.c | 45 struct exp16_sig64 z; in softfloat_normSubnormalF64Sig() local
|
A D | s_mul64ByShifted32To128.c | 47 struct uint128 z; in softfloat_mul64ByShifted32To128() local
|
A D | s_normSubnormalF128Sig.c | 46 struct exp32_sig128 z; in softfloat_normSubnormalF128Sig() local
|
A D | s_shiftRightJam64Extra.c | 48 struct uint64_extra z; in softfloat_shiftRightJam64Extra() local
|
A D | s_shortShiftLeft128.c | 47 struct uint128 z; in softfloat_shortShiftLeft128() local
|
A D | s_shortShiftRight128.c | 47 struct uint128 z; in softfloat_shortShiftRight128() local
|
A D | s_shortShiftRightJam64Extra.c | 48 struct uint64_extra z; in softfloat_shortShiftRightJam64Extra() local
|
A D | s_add128.c | 47 struct uint128 z; in softfloat_add128() local
|
A D | s_shiftRightJam128.c | 48 struct uint128 z; in softfloat_shiftRightJam128() local
|
A D | s_shortShiftRightJam128.c | 49 struct uint128 z; in softfloat_shortShiftRightJam128() local
|
A D | s_sub128.c | 47 struct uint128 z; in softfloat_sub128() local
|
A D | s_mul128By32.c | 46 struct uint128 z; in softfloat_mul128By32() local
|
A D | s_shiftRightJam128Extra.c | 49 struct uint128_extra z; in softfloat_shiftRightJam128Extra() local
|
A D | s_shortShiftRightJam128Extra.c | 49 struct uint128_extra z; in softfloat_shortShiftRightJam128Extra() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/hashes/ |
A D | sha1.c | 31 #define F0(x,y,z) (z ^ (x & (y ^ z))) argument 32 #define F1(x,y,z) (x ^ y ^ z) argument 33 #define F2(x,y,z) ((x & y) | (z & (x | y))) argument 34 #define F3(x,y,z) (x ^ y ^ z) argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/ |
A D | der_length_short_integer.c | 20 unsigned long z, y; in der_length_short_integer() local
|
A D | der_encode_short_integer.c | 22 unsigned long len, x, y, z; in der_encode_short_integer() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/crypt/ |
A D | crypt_find_hash_any.c | 17 int x, y, z; in find_hash_any() local
|
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
A D | primitives.h | 248 struct uint128 z; in softfloat_shortShiftLeft128() local 269 struct uint128 z; in softfloat_shortShiftRight128() local 291 struct uint64_extra z; in softfloat_shortShiftRightJam64Extra() local 318 struct uint128 z; in softfloat_shortShiftRightJam128() local 344 struct uint128_extra z; in softfloat_shortShiftRightJam128Extra() local 380 struct uint64_extra z; in softfloat_shiftRightJam64Extra() local 465 struct uint128 z; in softfloat_add128() local 500 struct uint128 z; in softfloat_sub128() local 534 struct uint128 z; in softfloat_mul64ByShifted32To128() local 562 struct uint128 z; in softfloat_mul128By32() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sober128/ |
A D | sober128_stream.c | 44 #define STEP(R,z) \ argument 62 #define NLFUNC(st,z) \ argument 122 #define DROUND(z) STEP(st->R,z); NLFUNC(st,(z+1)); st->R[OFF((z+1),FOLDP)] ^= t; argument 235 #define SROUND(z) STEP(st->R,z); NLFUNC(st,(z+1)); XORWORD(t, in+(z*4), out+(z*4)); argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/integer/ |
A D | der_length_integer.c | 20 unsigned long z, len; in der_length_integer() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | xtea.c | 70 ulong32 y, z; in xtea_ecb_encrypt() local 106 ulong32 y, z; in xtea_ecb_decrypt() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | copy_or_zeromem.c | 21 unsigned long z; in copy_or_zeromem() local
|