/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_macros.h | 73 #define LOAD32H(x, y) \ argument 137 #define STORE32L(x, y) \ argument 140 #define LOAD32L(x, y) \ argument 157 #define STORE32L(x, y) \ argument 160 #define LOAD32L(x, y) \ argument 163 #define STORE64L(x, y) \ argument 166 #define LOAD64L(x, y) \ argument 421 #define ROL64(x, y) \ argument 425 #define ROR64(x, y) \ argument 429 #define ROL64c(x, y) \ argument [all …]
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/ |
A D | der_decode_generalizedtime.c | 30 #define DECODE_V(y, max) do {\ argument 36 #define DECODE_V4(y, max) do {\ argument 54 int y; in der_decode_generalizedtime() local
|
A D | der_encode_generalizedtime.c | 15 #define STORE_V(y) do {\ argument 20 #define STORE_V4(y) do {\ argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utctime/ |
A D | der_decode_utctime.c | 29 #define DECODE_V(y, max) \ argument 46 int y; in der_decode_utctime() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/mac/pmac/ |
A D | pmac_shift_xor.c | 18 int x, y; in pmac_shift_xor() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/rc4/ |
A D | rc4_stream.c | 18 int x, y; in rc4_stream_setup() local 53 unsigned char x, y, *s, tmp; in rc4_stream_crypt() local
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | util.h | 68 #define ROUNDUP_DIV(x, y) (__extension__({ \ argument 82 #define DIV_ROUND_UP(x, y) (((x) + (y) - 1) / (y)) argument 85 #define UDIV_ROUND_NEAREST(x, y) \ argument 90 #define ROUNDUP(x, y) ((((x) + (y) - 1) / (y)) * (y)) argument 91 #define ROUNDDOWN(x, y) (((x) / (y)) * (y)) argument 92 #define UDIV_ROUND_NEAREST(x, y) (((x) + ((y) / 2)) / (y)) argument 108 #define CONCAT(x, y) _CONCAT(x, y) argument 109 #define _CONCAT(x, y) x##y argument
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb/ |
A D | ocb_shift_xor.c | 19 int x, y; in ocb_shift_xor() 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/general/ |
A D | der_encode_asn1_length.c | 20 unsigned long x, y; in der_encode_asn1_length() local
|
/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_decode_short_integer.c | 22 unsigned long len, x, y; in der_decode_short_integer() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ccm/ |
A D | ccm_add_aad.c | 17 unsigned long y; in ccm_add_aad() local
|
A D | ccm_done.c | 17 unsigned long x, y; in ccm_done() local
|
A D | ccm_add_nonce.c | 17 unsigned long x, y, len; in ccm_add_nonce() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/gcm/ |
A D | gcm_mult_h.c | 28 int y; in gcm_mult_h() local
|
A D | gcm_add_iv.c | 22 unsigned long x, y; in gcm_add_iv() local
|
A D | gcm_add_aad.c | 25 unsigned long y; in gcm_add_aad() 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/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/pk/asn1/der/integer/ |
A D | der_decode_integer.c | 22 unsigned long x, y; in der_decode_integer() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/modes/lrw/ |
A D | lrw_setiv.c | 24 int x, y; in lrw_setiv() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/ |
A D | copy_or_zeromem.c | 19 unsigned long y; in copy_or_zeromem() local
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/octet/ |
A D | der_decode_octet_string.c | 24 unsigned long x, y, len; in der_decode_octet_string() local
|
A D | der_encode_octet_string.c | 24 unsigned long x, y, len; in der_encode_octet_string() local
|