Home
last modified time | relevance | path

Searched refs:user (Results 1 – 24 of 24) sorted by relevance

/optee_os/ta/arch/arm/
A Dlink.mk19 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \
20 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
21 $(link-out-dir$(sm))/$(user-ta-uuid).ta
26 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta
94 $(link-out-dir$(sm))/$(user-ta-uuid).dmp: \
95 $(link-out-dir$(sm))/$(user-ta-uuid).elf
100 $(link-out-dir$(sm))/$(user-ta-uuid).elf
104 cmd-echo$(user-ta-uuid) := SIGN #
107 cmd-echo$(user-ta-uuid) := SIGNENC
109 $(link-out-dir$(sm))/$(user-ta-uuid).ta: \
[all …]
/optee_os/out/arm/export-ta_arm32/mk/
A Dlink.mk19 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \
20 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
21 $(link-out-dir$(sm))/$(user-ta-uuid).ta
26 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta
94 $(link-out-dir$(sm))/$(user-ta-uuid).dmp: \
95 $(link-out-dir$(sm))/$(user-ta-uuid).elf
100 $(link-out-dir$(sm))/$(user-ta-uuid).elf
104 cmd-echo$(user-ta-uuid) := SIGN #
107 cmd-echo$(user-ta-uuid) := SIGNENC
109 $(link-out-dir$(sm))/$(user-ta-uuid).ta: \
[all …]
A Dta_dev_kit.mk22 user-ta-uuid := $(BINARY)
23 user-ta-version := $(if $(CFG_TA_VERSION),$(CFG_TA_VERSION),0)
24 user-ta-ldadd := $(LDADD)
122 ifneq ($(user-ta-uuid),)
135 ifneq ($(user-ta-uuid),)
/optee_os/out/arm/export-ta_arm64/mk/
A Dlink.mk19 all: $(link-out-dir$(sm))/$(user-ta-uuid).dmp \
20 $(link-out-dir$(sm))/$(user-ta-uuid).stripped.elf \
21 $(link-out-dir$(sm))/$(user-ta-uuid).ta
26 cleanfiles += $(link-out-dir$(sm))/$(user-ta-uuid).ta
94 $(link-out-dir$(sm))/$(user-ta-uuid).dmp: \
95 $(link-out-dir$(sm))/$(user-ta-uuid).elf
100 $(link-out-dir$(sm))/$(user-ta-uuid).elf
104 cmd-echo$(user-ta-uuid) := SIGN #
107 cmd-echo$(user-ta-uuid) := SIGNENC
109 $(link-out-dir$(sm))/$(user-ta-uuid).ta: \
[all …]
A Dta_dev_kit.mk22 user-ta-uuid := $(BINARY)
23 user-ta-version := $(if $(CFG_TA_VERSION),$(CFG_TA_VERSION),0)
24 user-ta-ldadd := $(LDADD)
122 ifneq ($(user-ta-uuid),)
135 ifneq ($(user-ta-uuid),)
/optee_os/ta/
A Dta.mk53 arm32-user-sysreg-txt = lib/libutee/arch/arm/arm32_user_sysreg.txt
54 arm32-user-sysregs-$(arm32-user-sysreg-txt)-h := arm32_user_sysreg.h
55 arm32-user-sysregs += $(arm32-user-sysreg-txt)
57 arm32-user-sysregs-out := $(out-dir)/include/generated
59 define process-arm32-user-sysreg
60 FORCE-GENSRC$(sm): $$(arm32-user-sysregs-out)/$$(arm32-user-sysregs-$(1)-h)
62 $$(arm32-user-sysregs-out)/$$(arm32-user-sysregs-$(1)-h)
64 $$(arm32-user-sysregs-out)/$$(arm32-user-sysregs-$(1)-h): \
73 $(foreach sr, $(arm32-user-sysregs), \
74 $(eval $(call process-arm32-user-sysreg,$(sr))))
[all …]
/optee_os/ta/mk/
A Dbuild-user-ta.mk10 $(default-user-ta-target)))
23 user-ta-version := 0
26 ifeq ($(user-ta-uuid),)
27 $(error user-ta-uuid missing in $(ta-mk-file))
67 ta_dev_kit: $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta
69 $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta: $(link-out-dir$(sm))/$(user-ta-uuid).ta
74 cleanfiles += $(out-dir)/export-$(ta-target)/ta/$(user-ta-uuid).ta
A Dta_dev_kit.mk22 user-ta-uuid := $(BINARY)
23 user-ta-version := $(if $(CFG_TA_VERSION),$(CFG_TA_VERSION),0)
24 user-ta-ldadd := $(LDADD)
122 ifneq ($(user-ta-uuid),)
135 ifneq ($(user-ta-uuid),)
/optee_os/
A DMakefile82 default-user-ta-target ?= $(firstword $(ta-targets))
93 define build-user-ta
95 include ta/mk/build-user-ta.mk
97 $(foreach t, $(sort $(wildcard ta/*/user_ta.mk)), $(eval $(call build-user-ta,$(t))))
A DCHANGELOG.md618 * Dump call stack of user TAs on abort ([#1552])
620 * Add interface to load and decrypt/authenticate user TAs ([#1513])
629 * Remove support for mapping user TAs with 1 MiB or 2 MiB granularity
917 * Fix user L1 MMU entries calculation (non-LPAE), allowing TTBCR.N values
988 Support paging of user TAs. Add global setting for TZSRAM size
1215 excerpt code, the user TA libraries are compiled in both AArch32 and
1418 * Fix user TA trace issue, in order each TA is able to select its own trace level
1514 user-supplied TEE_Attributes.
/optee_os/ta/avb/
A Duser_ta.mk1 user-ta-uuid := 023f8f1a-292a-432b-8fc4-de8471358067
2 user-ta-version := 0
/optee_os/ta/pkcs11/src/
A Dpersistent_token.c74 static enum pkcs11_rc do_hash(uint32_t user, const uint8_t *pin, in do_hash() argument
86 TEE_DigestUpdate(oh, &user, sizeof(user)); in do_hash()
98 enum pkcs11_rc hash_pin(enum pkcs11_user_type user, const uint8_t *pin, in hash_pin() argument
109 rc = do_hash(user, pin, pin_size, s, hash); in hash_pin()
115 enum pkcs11_rc verify_pin(enum pkcs11_user_type user, const uint8_t *pin, in verify_pin() argument
122 rc = do_hash(user, pin, pin_size, salt, tmp_hash); in verify_pin()
A Dpkcs11_token.h218 enum pkcs11_rc hash_pin(enum pkcs11_user_type user, const uint8_t *pin,
221 enum pkcs11_rc verify_pin(enum pkcs11_user_type user, const uint8_t *pin,
/optee_os/ta/trusted_keys/
A Duser_ta.mk1 user-ta-uuid := f04a0fe7-1f5d-4b9b-abf7-619b85b4ce8c
/optee_os/core/drivers/crypto/se050/
A Dsub.mk12 srcs-y += glue/user.c
/optee_os/ta/pkcs11/
A Duser_ta.mk1 user-ta-uuid := fd02c9da-306c-48c7-a49c-bbd827ae86ee
/optee_os/core/drivers/crypto/se050/adaptors/
A Dsub.mk11 srcs-y += apis/user.c
/optee_os/core/arch/arm/kernel/
A Dthread.c1631 get_shm_cache_entry(enum thread_shm_cache_user user) in get_shm_cache_entry() argument
1637 if (ce->user == user) in get_shm_cache_entry()
1642 ce->user = user; in get_shm_cache_entry()
1649 void *thread_rpc_shm_cache_alloc(enum thread_shm_cache_user user, in thread_rpc_shm_cache_alloc() argument
1661 ce = get_shm_cache_entry(user); in thread_rpc_shm_cache_alloc()
A Dthread_private.h50 enum thread_shm_cache_user user; member
/optee_os/mk/
A Dconfig.mk531 $(error Cannot instrument user libraries if user mode profiling is disabled)
/optee_os/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md28 …d not be necessary for a user to make any changes to their own code to work with a newer version o…
34 …processor symbols defined, a compiler warning will be generated to warn a user that the function w…
A DChangeLog614 parsing unsupported certificate extensions via user provided callback.
1254 through qemu user emulation. Reported and fix suggested by randombit
1634 used by user applications. Found and fixed by Fabio Alessandrelli.
1761 doesn't leak memory if the user doesn't use mbedtls_ssl_conf_psk() and
2339 * Added the macro MBEDTLS_X509_MAX_FILE_PATH_LEN that enables the user to
2633 * It is now possible to #include a user-provided configuration file at the
3168 This affects certificates in the user-supplied chain except the top
3169 certificate. If the user-supplied chain contains only one certificates,
3609 * Centralized module option values in config.h to allow user-defined
4249 * Added user-defined callback debug function (Krystian Kolodziej)
[all …]
/optee_os/core/arch/arm/include/kernel/
A Dthread.h776 void *thread_rpc_shm_cache_alloc(enum thread_shm_cache_user user,
/optee_os/lib/libutils/isoc/
A Dbget.doc33 means of call-backs to user defined functions.

Completed in 27 milliseconds