Searched refs:dummy (Results 1 – 13 of 13) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | fp.c | 9 char dummy; member
|
/optee_os-3.20.0/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-3.20.0/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-3.20.0/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 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-3.20.0/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-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | platform.h | 377 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_prng.h | 53 char dummy[1]; member
|
A D | tomcrypt_hash.h | 145 char dummy[1]; member
|
/optee_os-3.20.0/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-3.20.0/core/drivers/ |
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-3.20.0/ldelf/ |
A D | ta_elf.c | 630 size_t dummy __maybe_unused = 0; in adjust_segments() 633 assert(!ADD_OVERFLOW(seg->vaddr, seg->memsz, &dummy)); in adjust_segments()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 3588 * Threading abstraction layer added (dummy / pthread / alternate) 3897 * Allow enabling of dummy error_strerror() to support some use-cases 4048 * Allow enabling of dummy error_strerror() to support some use-cases
|
Completed in 39 milliseconds