Searched refs:dummy (Results 1 – 21 of 21) sorted by relevance
/optee_os/core/tee/ |
A D | tee_fs_key_manager.c | 102 uint8_t dummy[1] = { 0 }; in tee_fs_fek_crypt() local 105 TEE_FS_KM_SSK_SIZE, dummy, sizeof(dummy)); in tee_fs_fek_crypt()
|
/optee_os/lib/libutils/isoc/ |
A D | fp.c | 9 char dummy; member
|
/optee_os/lib/libutee/arch/arm/gprof/ |
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/drivers/crypto/se050/adaptors/utils/ |
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/arch/arm/kernel/ |
A D | link_dummy.ld | 12 ..dummy : { }
|
A D | link.mk | 3 link-script-dummy = $(arch-dir)/kernel/link_dummy.ld 51 ldargs-all_objs := -T $(link-script-dummy) --no-check-sections \ 64 unpaged-ldargs = -T $(link-script-dummy) --no-check-sections --gc-sections 92 init-ldargs := -T $(link-script-dummy) --no-check-sections --gc-sections
|
/optee_os/out/arm/core/ |
A D | text_init.ld.S | 105 *(.text.dummy.boot_init_primary_late) 106 *(.text.dummy.__thread_std_smc_entry)
|
A D | rodata_init.ld.S | 60 *(.rodata.dummy)
|
A D | rodata_unpaged.ld.S | 56 *(.rodata.dummy)
|
A D | text_unpaged.ld.S | 105 *(.text.dummy.__thread_std_smc_entry)
|
/optee_os/out/arm/export-ta_arm32/include/mbedtls/ |
A D | platform.h | 373 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 373 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os/out/arm/export-ta_arm64/include/mbedtls/ |
A D | platform.h | 373 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/ |
A D | platform.h | 373 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/ |
A D | platform.h | 373 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_prng.h | 60 char dummy[1]; member
|
A D | tomcrypt_hash.h | 152 char dummy[1]; member
|
/optee_os/core/drivers/bnxt/ |
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/ |
A D | imx_i2c.c | 290 uint8_t dummy = 0; in i2c_read_data() local 301 ret = i2c_read_byte(bid, &dummy); in i2c_read_data()
|
/optee_os/ldelf/ |
A D | ta_elf.c | 583 size_t dummy __maybe_unused = 0; in adjust_segments() 586 assert(!ADD_OVERFLOW(seg->vaddr, seg->memsz, &dummy)); in adjust_segments()
|
/optee_os/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 3373 * Threading abstraction layer added (dummy / pthread / alternate) 3682 * Allow enabling of dummy error_strerror() to support some use-cases 3833 * Allow enabling of dummy error_strerror() to support some use-cases
|
Completed in 25 milliseconds