Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dfp.c9 char dummy; member
/optee_os-3.20.0/core/tee/
A Dtee_fs_key_manager.c102 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 Dgprof.c87 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 Dlink_dummy.ld12 ..dummy : { }
A Dlink.mk3 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 Dinfo.c64 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 Dplatform.h377 char dummy; /**< A placeholder member, as empty structs are not portable. */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_prng.h53 char dummy[1]; member
A Dtomcrypt_hash.h145 char dummy[1]; member
/optee_os-3.20.0/core/drivers/bnxt/
A Dbnxt_fw.c244 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 Dimx_i2c.c318 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 Dta_elf.c630 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 DChangeLog3588 * 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