| /optee_os/core/lib/qcbor/ |
| H A D | sub.mk | 1 global-incdirs-y += inc 3 cflags-y += -Wno-declaration-after-statement 4 cflags-y += -Wno-redundant-decls 5 global-cppflags-y += -DQCBOR_DISABLE_FLOAT_HW_USE 6 global-cppflags-y += -DQCBOR_DISABLE_PREFERRED_FLOAT 7 global-cppflags-y += -DUSEFULBUF_DISABLE_ALL_FLOAT 9 srcs-y += src/ieee754.c 10 srcs-y += src/qcbor_decode.c 11 srcs-y += src/qcbor_encode.c 12 srcs-y += src/qcbor_err_to_str.c [all …]
|
| /optee_os/ta/remoteproc/ |
| H A D | sub.mk | 1 global-incdirs-y += include 2 global-incdirs-y += src 3 subdirs-y += src
|
| /optee_os/ta/avb/ |
| H A D | sub.mk | 1 global-incdirs-y += include 2 global-incdirs-y += . 3 srcs-y += entry.c
|
| /optee_os/ta/trusted_keys/ |
| H A D | sub.mk | 1 global-incdirs-y += include 2 global-incdirs-y += . 3 srcs-y += entry.c
|
| /optee_os/core/arch/arm/plat-telechips/ |
| H A D | sub.mk | 1 global-incdirs-y += $(PLATFORM_FLAVOR) 2 global-incdirs-y += drivers/include 4 srcs-y += main.c 5 srcs-y += plat_tzc.c 7 subdirs-y += drivers
|
| /optee_os/scripts/ |
| H A D | print_tee_hash.py | 2 # SPDX-License-Identifier: BSD-2-Clause 18 print(codecs.encode(buf, 'hex').decode('utf-8')) 31 global verbose 34 size = end_addr - start_addr 42 begin_offs = start_addr - segment['p_vaddr'] 47 global verbose 58 global verbose 64 if argc == 3 and sys.argv[1] == '-v': 67 with open(sys.argv[argc - 1], 'rb') as f:
|
| /optee_os/ta/pkcs11/ |
| H A D | sub.mk | 21 global-incdirs-y += include 22 global-incdirs-y += src 23 subdirs-y += src
|
| /optee_os/core/include/ |
| H A D | keep.h | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 12 .global ____keep_pager_\sym 20 .global ____keep_init_\sym
|
| /optee_os/lib/libutils/isoc/newlib/ |
| H A D | str-two-way.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 3 * Copyright (c) 1994-2009 Red Hat, Inc. 33 /* Byte-wise substring search, using the Two-Way algorithm. 46 lvalue. For NUL-terminated searches, 51 For case-insensitivity, you may optionally define: 67 /* We use the Two-Way string matching algorithm, which guarantees 70 Boyer-Moore algorithm to achieve improved (potentially sub-linear) 73 See http://www-igm.univ-mlv.fr/~lecroq/string/node26.html#SECTION00260 74 and http://en.wikipedia.org/wiki/Boyer-Moore_string_search_algorithm 77 /* Point at which computing a bad-byte shift table is likely to be [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_slot_management.h | 6 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 21 * If \c id is a a volatile key identifier, #PSA_KEY_ID_VOLATILE_MIN - \c id 33 #define PSA_KEY_ID_VOLATILE_MAX (MBEDTLS_PSA_KEY_ID_BUILTIN_MIN - 1) 36 (PSA_KEY_ID_VOLATILE_MIN + MBEDTLS_PSA_KEY_SLOT_COUNT - 1) 137 * If multi-threading is enabled, the caller must hold the 138 * global key slot mutex. 140 * \param[out] volatile_key_id - If null, reserve a cache slot for 141 * a persistent or built-in key. 142 * - If non-null, allocate a slot for 170 * If multi-threading is enabled, the caller must hold the [all …]
|
| H A D | threading.c | 5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 9 * Ensure gmtime_r is available even with -std=c99; must be defined before 65 (void) pthread_mutex_init(&mutex->mutex, NULL); in threading_mutex_init_pthread() 74 (void) pthread_mutex_destroy(&mutex->mutex); in threading_mutex_free_pthread() 83 if (pthread_mutex_lock(&mutex->mutex) != 0) { in threading_mutex_lock_pthread() 96 if (pthread_mutex_unlock(&mutex->mutex) != 0) { in threading_mutex_unlock_pthread() 133 * Set functions pointers and initialize global mutexes 159 * Free global mutexes 178 * Define global mutexes
|
| /optee_os/mk/ |
| H A D | subdir.mk | 7 # set srcs gen-srcs 8 # set cflags-$(oname) cflags-remove-$(oname) 9 # cxxflags-$(oname) cxxflags-remove-$(oname) 10 # aflags-$(oname) aflags-remove-$(oname) 11 # cppflags-$(oname) cppflags-remove-$(oname) 12 # incdirs-$(oname) 13 # incdirs-lib$(libname)-$(sm) [if libname is defined] 14 # cppflags-lib$(libname)-$(sm) [if libname is defined] 15 # cflags-lib$(libname)-$(sm) [if libname is defined] 16 # cxxflags-lib$(libname)-$(sm) [if libname is defined] [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | threading.h | 8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 23 #define MBEDTLS_ERR_THREADING_BAD_INPUT_DATA -0x001C 25 #define MBEDTLS_ERR_THREADING_MUTEX_ERROR -0x001E 32 /* WARNING - state should only be accessed when holding the mutex lock in 48 * pointers and initialize global mutexes. If used, this 70 * \brief Free global mutexes. 87 * Global mutexes 117 * A mutex used to make the non-rng PSA global_data struct members thread safe.
|
| /optee_os/lib/libutils/ext/include/ |
| H A D | asm.S | 1 /* SPDX-License-Identifier: BSD-2-Clause */ 33 .global \name 76 .size \name , .-\name 80 .global \name 91 .size \name , .-\name
|
| /optee_os/core/include/drivers/ |
| H A D | stm32_bsec.h | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 3 * Copyright (c) 2017-2022, STMicroelectronics 26 /* BSEC different global states */ 105 * Write shadow-read lock 112 * Read shadow-read lock 114 * @locked: (out) true if shadow-read is locked, false if not locked. 120 * Write shadow-write lock 127 * Read shadow-write lock 129 * @locked: (out) true if shadow-write is locked, false if not locked. 135 * Write shadow-program lock [all …]
|
| /optee_os/core/arch/riscv/include/ |
| H A D | sub.mk | 1 global-incdirs-y += .
|
| /optee_os/core/arch/arm/plat-uniphier/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/arch/arm/plat-poplar/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/arch/arm/plat-d02/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/lib/libefi/ |
| H A D | sub.mk | 1 global-incdirs-y += include 2 srcs-y += hob.c
|
| /optee_os/lib/libdl/ |
| H A D | sub.mk | 1 global-incdirs-y += include 2 srcs-y += dlfcn.c
|
| /optee_os/core/arch/riscv/plat-sifive/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/arch/arm/plat-rpi3/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/arch/arm/plat-nuvoton/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|
| /optee_os/core/arch/arm/plat-totalcompute/ |
| H A D | sub.mk | 1 global-incdirs-y += . 2 srcs-y += main.c
|