| /optee_os/lib/libmbedtls/mbedtls/include/psa/ |
| H A D | crypto_driver_contexts_composites.h | 115 unsigned dummy; /* Make sure this union is always non-empty */ member 124 unsigned dummy; /* Make sure this union is always non-empty */ member 132 unsigned dummy; /* Make sure this union is always non-empty */ member 137 unsigned dummy; /* Make sure this union is always non-empty */ member 142 unsigned dummy; /* Make sure this union is always non-empty */ member
|
| H A D | crypto_builtin_composites.h | 60 … unsigned MBEDTLS_PRIVATE(dummy); /* Make the union non-empty even with no supported algorithms. */ 88 unsigned dummy; /* Enable easier initializing of the union. */ member 125 unsigned MBEDTLS_PRIVATE(dummy); 160 unsigned MBEDTLS_PRIVATE(dummy); 204 unsigned int MBEDTLS_PRIVATE(dummy);
|
| H A D | crypto_driver_contexts_primitives.h | 88 unsigned dummy; /* Make sure this union is always non-empty */ member 96 unsigned dummy; /* Make sure this union is always non-empty */ member
|
| H A D | crypto_builtin_primitives.h | 55 unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ member 107 unsigned int MBEDTLS_PRIVATE(dummy);
|
| H A D | crypto_driver_contexts_key_derivation.h | 33 unsigned dummy; /* Make sure this union is always non-empty */ member
|
| H A D | crypto_extra.h | 1141 uint8_t MBEDTLS_PRIVATE(dummy);
|
| /optee_os/lib/libutils/isoc/ |
| H A D | fp.c | 9 char dummy; member
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | block_cipher.h | 59 unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ member
|
| H A D | platform.h | 441 char MBEDTLS_PRIVATE(dummy); /**< A placeholder member, as empty structs are not portable. */
|
| H A D | ssl.h | 698 unsigned char dummy; /* Make the union non-empty even with SSL disabled */ member
|
| /optee_os/core/tee/ |
| H A D | tee_fs_key_manager.c | 101 uint8_t dummy[1] = { 0 }; in tee_fs_fek_crypt() local 104 TEE_FS_KM_SSK_SIZE, dummy, sizeof(dummy)); in tee_fs_fek_crypt()
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gprof.c | 87 static void dummy(void) {} in dummy() function 88 void (*MCOUNT_SYM)(void) __weak = dummy; 100 return dummy != MCOUNT_SYM; in ta_instrumented()
|
| /optee_os/core/arch/riscv/include/ |
| H A D | riscv.h | 178 unsigned long dummy = 0; in riscv_cpu_pause() local 186 asm volatile ("div %0, %0, zero" : "=r" (dummy)); in riscv_cpu_pause()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | link_dummy.ld | 12 ..dummy : { }
|
| H A D | link.mk | 3 link-script-dummy = $(arch-dir)/kernel/link_dummy.ld 63 ldargs-all_objs := -T $(link-script-dummy) --no-check-sections \ 77 unpaged-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \ 106 init-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections \
|
| /optee_os/core/drivers/crypto/se050/adaptors/utils/ |
| H A D | info.c | 64 uint16_t dummy = sizeof(struct msg_rsp); in jcop4_get_id() local 66 ret = GP_Select(ctx, p, 0, p, &dummy); in jcop4_get_id()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_prng.h | 53 char dummy[1]; member
|
| H A D | tomcrypt_hash.h | 145 char dummy[1]; member
|
| /optee_os/core/drivers/bnxt/ |
| H A D | bnxt_fw.c | 244 uint32_t dummy = 0; in ape_hdr_crc_calc() local 252 crc = CRC32(~crc, (const char *)&dummy, sizeof(uint32_t)); in ape_hdr_crc_calc()
|
| /optee_os/core/drivers/ |
| H A D | imx_i2c.c | 318 uint8_t dummy = 0; in i2c_read_data() local 329 ret = i2c_read_byte(bid, &dummy); in i2c_read_data()
|
| /optee_os/ldelf/ |
| H A D | ta_elf.c | 637 size_t dummy __maybe_unused = 0; in adjust_segments() 640 assert(!ADD_OVERFLOW(seg->vaddr, seg->memsz, &dummy)); in adjust_segments()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 5477 * Threading abstraction layer added (dummy / pthread / alternate) 5786 * Allow enabling of dummy error_strerror() to support some use-cases 5937 * Allow enabling of dummy error_strerror() to support some use-cases
|