Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_driver_contexts_composites.h115 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 Dcrypto_builtin_composites.h60 … 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 Dcrypto_driver_contexts_primitives.h88 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 Dcrypto_builtin_primitives.h55 unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ member
107 unsigned int MBEDTLS_PRIVATE(dummy);
H A Dcrypto_driver_contexts_key_derivation.h33 unsigned dummy; /* Make sure this union is always non-empty */ member
H A Dcrypto_extra.h1141 uint8_t MBEDTLS_PRIVATE(dummy);
/optee_os/lib/libutils/isoc/
H A Dfp.c9 char dummy; member
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dblock_cipher.h59 unsigned dummy; /* Make the union non-empty even with no supported algorithms. */ member
H A Dplatform.h441 char MBEDTLS_PRIVATE(dummy); /**< A placeholder member, as empty structs are not portable. */
H A Dssl.h698 unsigned char dummy; /* Make the union non-empty even with SSL disabled */ member
/optee_os/core/tee/
H A Dtee_fs_key_manager.c101 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 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/core/arch/riscv/include/
H A Driscv.h178 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 Dlink_dummy.ld12 ..dummy : { }
H 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/core/drivers/crypto/se050/adaptors/utils/
H 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/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h53 char dummy[1]; member
H A Dtomcrypt_hash.h145 char dummy[1]; member
/optee_os/core/drivers/bnxt/
H 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/core/drivers/
H 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/ldelf/
H A Dta_elf.c637 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 DChangeLog5477 * 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