| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_trace.h | 88 do { \ 105 do { \ 122 do { \ 145 do { \ 168 do { \ 198 do { \ 203 #define ECC_DUMPDESC(desc) do { } while (0) 208 #define ECC_DUMPBUF(...) do { } while (0) 211 #define ECC_TRACE(...) do { } while (0) 212 #define ECC_DUMPDESC(desc) do { } while (0) [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | debug.h | 50 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) do { } while (0) 61 #define MBEDTLS_SSL_DEBUG_MSG(level, args) do { } while (0) 62 #define MBEDTLS_SSL_DEBUG_RET(level, text, ret) do { } while (0) 63 #define MBEDTLS_SSL_DEBUG_BUF(level, text, buf, len) do { } while (0) 64 #define MBEDTLS_SSL_DEBUG_MPI(level, text, X) do { } while (0) 65 #define MBEDTLS_SSL_DEBUG_ECP(level, text, X) do { } while (0) 66 #define MBEDTLS_SSL_DEBUG_CRT(level, text, crt) do { } while (0) 67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) 76 * that do not support the format attribute
|
| H A D | config_adjust_x509.h | 5 * This is an internal header. Do not include it directly. 10 * compilation error. However, we do automatically enable certain options 28 #error "Do not include mbedtls/config_adjust_*.h manually! This can lead to problems, " \
|
| H A D | config_adjust_ssl.h | 5 * This is an internal header. Do not include it directly. 10 * compilation error. However, we do automatically enable certain options 28 #error "Do not include mbedtls/config_adjust_*.h manually! This can lead to problems, " \
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_macros.h | 13 do { (y)[3] = (unsigned char)(((x)>>24)&255); (y)[2] = (unsigned char)(((x)>>16)&255); \ 17 do { x = ((ulong32)((y)[3] & 255)<<24) | \ 23 do { (y)[7] = (unsigned char)(((x)>>56)&255); (y)[6] = (unsigned char)(((x)>>48)&255); \ 29 do { x = (((ulong64)((y)[7] & 255))<<56)|(((ulong64)((y)[6] & 255))<<48)| \ 35 do { (y)[0] = (unsigned char)(((x)>>24)&255); (y)[1] = (unsigned char)(((x)>>16)&255); \ 39 do { x = ((ulong32)((y)[0] & 255)<<24) | \ 45 do { (y)[0] = (unsigned char)(((x)>>56)&255); (y)[1] = (unsigned char)(((x)>>48)&255); \ 51 do { x = (((ulong64)((y)[0] & 255))<<56)|(((ulong64)((y)[1] & 255))<<48) | \ 62 do { ulong32 ttt = __builtin_bswap32 ((x)); \ 66 do { XMEMCPY (&(x), (y), 4); \ [all …]
|
| H A D | tomcrypt_argchk.h | 13 #define LTC_ARGCHK(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0) 14 #define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
|
| /optee_os/lib/libutils/isoc/include/sys/ |
| H A D | queue.h | 127 #define LIST_INIT(head) do { \ 131 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ 140 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ 148 #define LIST_INSERT_HEAD(head, elm, field) do { \ 156 #define LIST_REMOVE(elm, field) do { \ 201 #define SLIST_INIT(head) do { \ 205 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ 210 #define SLIST_INSERT_HEAD(head, elm, field) do { \ 215 #define SLIST_REMOVE_HEAD(head, field) do { \ 219 #define SLIST_REMOVE(head, elm, type, field) do { \ [all …]
|
| /optee_os/core/include/kernel/ |
| H A D | tee_common.h | 32 #define tee_mtime_init() do { } while (0) 33 #define tee_mtime_stamp(descr) do { } while (0) 34 #define tee_mtime_report() do { } while (0) 35 #define tee_mtime_perftest() do { } while (0)
|
| /optee_os/core/lib/zlib/ |
| H A D | inffast.c | 104 do { 182 do { 188 do { 193 do { 205 do { 216 do { 223 do { 234 do { 254 do { /* minimum length is three */ 313 - Different op definition to avoid & for extra bits (do & for table bits) [all …]
|
| H A D | adler32.c | 23 /* use NO_DIVIDE if your processor does not do division in hardware -- 29 do { \ 35 do { \ 40 do { \ 45 do { /* this assumes a is not negative */ \ 103 /* do length NMAX blocks -- requires just one modulo operation */ 107 do { 115 /* do remaining bytes (less than NMAX, still just one modulo) */
|
| /optee_os/core/arch/arm/plat-marvell/armada3700/ |
| H A D | hal_sec_perf.c | 71 do { \ 78 do { \ 86 do { \ 95 do { \ 102 do { \ 111 do { \ 118 do { \ 129 do { \
|
| /optee_os/core/arch/arm/plat-marvell/armada7k8k/ |
| H A D | hal_sec_perf.c | 70 do { \ 77 do { \ 85 do { \ 94 do { \ 101 do { \ 110 do { \ 117 do { \ 130 do { \
|
| /optee_os/ta/pkcs11/scripts/ |
| H A D | verify-helpers.sh | 16 for symbol in $SYMBOL_LIST ; do 39 for symbol in $SYMBOL_LIST ; do 68 while [[ $# -gt 0 ]]; do 97 for symbol in $ERRORS ; do
|
| H A D | dump_ec_curve_params.sh | 12 for EC_CURVE in ${EC_CURVES} ; do 22 for EC_CURVE in ${EC_CURVES} ; do
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 70 #define S0(r0, r1, r2, r3, r4) do { \ 82 #define S1(r0, r1, r2, r3, r4) do { \ 95 #define S2(r0, r1, r2, r3, r4) do { \ 106 #define S3(r0, r1, r2, r3, r4) do { \ 119 #define S4(r0, r1, r2, r3, r4) do { \ 132 #define S5(r0, r1, r2, r3, r4) do { \ 145 #define S6(r0, r1, r2, r3, r4) do { \ 158 #define S7(r0, r1, r2, r3, r4) do { \ 175 #define SERPENT_LT(x0, x1, x2, x3) do { \ 206 #define SKS(S, o0, o1, o2, o3, d0, d1, d2, d3) do { \ in sosemanuk_setup() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_adjust_auto_enabled.h | 5 * This is an internal header. Do not include it directly. 19 #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
|
| H A D | crypto_struct.h | 26 * driver got assigned to do the operation. When the structure is not in use, 58 * Include the build-time configuration information header. Here, we do not 74 /** Unique ID indicating which driver got assigned to do the 99 /** Unique ID indicating which driver got assigned to do the 135 /** Unique ID indicating which driver got assigned to do the 163 /** Unique ID indicating which driver got assigned to do the 454 /** Unique ID indicating which driver got assigned to do the 492 /** Unique ID indicating which driver got assigned to do the
|
| H A D | crypto_adjust_config_dependencies.h | 5 * This is an internal header. Do not include it directly. 22 #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/generalizedtime/ |
| H A D | der_encode_generalizedtime.c | 15 #define STORE_V(y) do {\ 20 #define STORE_V4(y) do {\ 70 do { in der_encode_generalizedtime()
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | setjmp_a32.S | 61 older processors which do not have the BX instruction we do the 73 In addition, we do not actually assemble the BX instruction as this would 77 we do not want such information stored there. 81 Instead we just do a normal return, since we know that we cannot be 89 For Thumb-2 do everything in Thumb mode. */
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | BUGS.md | 19 Please do not use GitHub for support questions. If you want to know 20 how to do something with Mbed TLS, please see [`SUPPORT.md`](SUPPORT.md) for available documentatio…
|
| /optee_os/core/lib/libtomcrypt/src/stream/sober128/ |
| H A D | sober128_stream.c | 106 do { in s128_genkonst() 249 if (inlen == 0) return CRYPT_OK; /* nothing to do */ in sober128_stream_crypt() 262 /* do lots at a time, if there's enough to do */ in sober128_stream_crypt() 287 /* do small or odd size buffers the slow way */ in sober128_stream_crypt() 315 if (outlen == 0) return CRYPT_OK; /* nothing to do */ in sober128_stream_keystream()
|
| /optee_os/core/drivers/crypto/caam/hal/common/ |
| H A D | hal_jr.c | 46 do { in caam_hal_jr_reset() 60 do { in caam_hal_jr_reset() 189 do { in caam_hal_jr_halt() 219 do { in caam_hal_jr_flush()
|
| /optee_os/scripts/ |
| H A D | checkpatch.sh | 95 for c in "$@"; do checkpatch "$c"; done 97 for arg in "$@"; do 106 for c in ${commits}; do checkpatch "$c"; done
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | bitstring.h | 76 #define bit_nclear(name, start, stop) do { \ 93 #define bit_nset(name, start, stop) do { \ 110 #define bit_ffc(name, nbits, value) do { \ 129 #define bit_ffs_from(name, nbits, startbit, value) do { \
|