| /optee_os/core/lib/libtomcrypt/src/hashes/ |
| H 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/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H 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/core/lib/libtomcrypt/src/stream/sober128/ |
| H 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/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_normSubnormalF32Sig.c | 45 struct exp16_sig32 z; in softfloat_normSubnormalF32Sig() local
|
| H A D | s_normSubnormalExtF80Sig.c | 45 struct exp32_sig64 z; in softfloat_normSubnormalExtF80Sig() local
|
| H A D | s_normSubnormalF64Sig.c | 45 struct exp16_sig64 z; in softfloat_normSubnormalF64Sig() local
|
| H A D | s_shortShiftLeft128.c | 47 struct uint128 z; in softfloat_shortShiftLeft128() local
|
| H A D | s_mul64ByShifted32To128.c | 47 struct uint128 z; in softfloat_mul64ByShifted32To128() local
|
| H A D | s_normSubnormalF128Sig.c | 46 struct exp32_sig128 z; in softfloat_normSubnormalF128Sig() local
|
| H A D | s_shortShiftRight128.c | 47 struct uint128 z; in softfloat_shortShiftRight128() local
|
| H A D | s_shiftRightJam64Extra.c | 48 struct uint64_extra z; in softfloat_shiftRightJam64Extra() local
|
| H A D | s_shortShiftRightJam64Extra.c | 48 struct uint64_extra z; in softfloat_shortShiftRightJam64Extra() local
|
| H A D | s_add128.c | 47 struct uint128 z; in softfloat_add128() local
|
| H A D | s_shortShiftRightJam128.c | 49 struct uint128 z; in softfloat_shortShiftRightJam128() local
|
| H A D | s_sub128.c | 47 struct uint128 z; in softfloat_sub128() local
|
| H A D | s_shiftRightJam128.c | 48 struct uint128 z; in softfloat_shiftRightJam128() local
|
| H A D | s_shiftRightJam128Extra.c | 49 struct uint128_extra z; in softfloat_shiftRightJam128Extra() local
|
| H A D | s_mul128By32.c | 46 struct uint128 z; in softfloat_mul128By32() local
|
| H A D | s_shortShiftRightJam128Extra.c | 49 struct uint128_extra z; in softfloat_shortShiftRightJam128Extra() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | md5.c | 103 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() argument 124 #define F(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() argument 145 #define F(x, y, z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() argument 166 #define F(x, y, z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() argument
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | xtea.c | 70 ulong32 y, z; in xtea_ecb_encrypt() local 106 ulong32 y, z; in xtea_ecb_decrypt() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/short_integer/ |
| H A D | der_length_short_integer.c | 20 unsigned long z, y; in der_length_short_integer() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_find_hash_any.c | 17 int x, y, z; in find_hash_any() local
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/integer/ |
| H A D | der_length_integer.c | 20 unsigned long z, len; in der_length_integer() local
|
| /optee_os/core/lib/libtomcrypt/src/encauth/gcm/ |
| H A D | gcm_gf_mult.c | 78 unsigned char x, y, z; in gcm_gf_mult() local 112 LTC_FAST_TYPE B[16][WPV], tmp[32 / sizeof(LTC_FAST_TYPE)], pB[16 / sizeof(LTC_FAST_TYPE)], zz, z; in gcm_gf_mult() local
|