Searched defs:x (Results 1 – 11 of 11) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | sha2.c | 40 #define SHFR(x, n) (x >> n) argument 43 #define CH(x, y, z) ((x & y) ^ (~x & z)) argument 44 #define MAJ(x, y, z) ((x & y) ^ (x & z) ^ (y & z)) argument 46 #define SHA256_F1(x) (ROTR(x, 2) ^ ROTR(x, 13) ^ ROTR(x, 22)) argument 47 #define SHA256_F2(x) (ROTR(x, 6) ^ ROTR(x, 11) ^ ROTR(x, 25)) argument 48 #define SHA256_F3(x) (ROTR(x, 7) ^ ROTR(x, 18) ^ SHFR(x, 3)) argument 49 #define SHA256_F4(x) (ROTR(x, 17) ^ ROTR(x, 19) ^ SHFR(x, 10)) argument 51 #define UNPACK32(x, str) \ argument 59 #define PACK32(str, x) \ argument 67 #define UNPACK64(x, str) \ argument [all …]
|
A D | prof.c | 40 #define __aligned(x) __attribute__((__aligned__(x))) argument
|
A D | plugin.c | 23 #define __aligned(x) __attribute__((__aligned__(x))) argument
|
A D | tee_supp_fs.c | 46 #define __aligned(x) __attribute__((__aligned__(x))) argument
|
A D | tee_supplicant.c | 60 #define __aligned(x) __attribute__((__aligned__(x))) argument
|
A D | tee_socket.c | 56 #define __aligned(x) __attribute__((__aligned__(x))) argument
|
A D | rpmb.c | 305 #define CUC(x) ((const unsigned char *)(x)) argument
|
/optee_client/libckteec/src/ |
A D | local_utils.h | 11 #define COMPILE_TIME_ASSERT(x) \ argument
|
/optee_client/public/ |
A D | teec_trace.h | 97 #define dprintf(level, x...) do { \ argument 119 #define dprintf_raw(level, x...) do { \ argument
|
/optee_client/libteec/src/ |
A D | teec_trace.c | 39 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
A D | tee_client_api.c | 45 #define __aligned(x) __attribute__((__aligned__(x))) argument 51 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
|
Completed in 15 milliseconds