Home
last modified time | relevance | path

Searched full:owner (Results 1 – 25 of 43) sorted by relevance

12

/optee_os/core/drivers/crypto/caam/hal/imx_6_7/
H A Dhal_jr.c24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxMIDR_MS_JROWN_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
45 cfg_ls = JRxMIDR_LS_SEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
46 cfg_ls |= JRxMIDR_LS_NONSEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
48 cfg_ms = JRxMIDR_MS_JROWN_MID(owner) | JRxMIDR_MS_JROWN_NS; in caam_hal_jr_setowner()
49 cfg_ls = JRxMIDR_LS_SEQ_MID(owner) | JRxMIDR_LS_SEQ_NS; in caam_hal_jr_setowner()
50 cfg_ls |= JRxMIDR_LS_NONSEQ_MID(owner) | JRxMIDR_LS_NONSEQ_NS; in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/hal/imx_8ulp/
H A Dhal_jr.c25 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
38 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
40 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
43 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
49 cfg_ms = JRxDID_MS_PRIM_DID(owner); in caam_hal_jr_setowner()
50 cfg_ms |= JRxDID_MS_PRIM_ICID(owner); in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/hal/imx_8m/
H A Dhal_jr.c24 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
42 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
48 cfg_ms = JRxDID_MS_PRIM_DID(owner); in caam_hal_jr_setowner()
49 cfg_ms |= JRxDID_MS_PRIM_ICID(owner); in caam_hal_jr_setowner()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_platform.h39 /* Building for the PSA Crypto service on a PSA platform, a key owner is a PSA
50 /** Compare two key owner identifiers.
52 * \param id1 First key owner identifier.
53 * \param id2 Second key owner identifier.
55 * \return Non-zero if the two key owner identifiers are equal, zero otherwise.
H A Dcrypto_struct.h307 * thus adding an owner field to the standard psa_key_id_t. For
358 mbedtls_key_owner_id_t owner) in mbedtls_set_key_owner_id() argument
360 attributes->MBEDTLS_PRIVATE(id).MBEDTLS_PRIVATE(owner) = owner; in mbedtls_set_key_owner_id()
/optee_os/core/drivers/crypto/caam/hal/ls/
H A Dhal_jr.c15 enum caam_jr_owner owner) in caam_hal_jr_setowner() argument
20 if (owner == JROWN_ARM_S) { in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_hal_jr.h13 * Configures the Job Ring Owner and lock it.
20 * @owner Onwer ID to configure
23 enum caam_jr_owner owner);
H A Dcaam_common.h26 * Flag Job Ring Owner is Secure
31 * Job Ring Owner. Enumerate Id (expect the Secure Flag) correspond
/optee_os/.github/workflows/
H A Dnotify.yml42 owner: context.repo.owner,
/optee_os/core/arch/arm/plat-k3/drivers/
H A Dti_sci_protocol.h240 * struct ti_sci_msg_req_fwl_change_owner_info - Request change firewall owner
246 * @owner_index: New owner index to transfer ownership to
257 * firewall owner
263 * @owner_index: Owner index specified in request
264 * @owner_privid: New owner priv-ID returned by DMSC.
265 * @owner_permission_bits: New owner permission bits returned by DMSC.
H A Dsa2ul.c77 DMSG("Could not change SA2UL firewall owner"); in sa2ul_init()
79 IMSG("Fixing SA2UL firewall owner for GP device"); in sa2ul_init()
106 EMSG("Could not change TRNG firewall owner"); in sa2ul_init()
H A Dti_sci.h90 * ti_sci_change_fwl_owner() - Request for changing a firewall owner
100 * @owner_index: New owner index to transfer ownership to
101 * @owner_privid: New owner priv-ID returned by DMSC. This field is
103 * @owner_permission_bits: New owner permission bits returned by DMSC. This
/optee_os/core/kernel/
H A Dmutex.c78 if (atomic_load_short(&m->owner) == ct) { in __mutex_lock_recursive()
86 assert(m->owner == THREAD_ID_INVALID); in __mutex_lock_recursive()
87 atomic_store_short(&m->owner, ct); in __mutex_lock_recursive()
116 assert(m->owner == thread_get_id()); in __mutex_unlock_recursive()
123 atomic_store_short(&m->owner, THREAD_ID_INVALID); in __mutex_unlock_recursive()
341 assert(m->owner == thread_get_id()); in mutex_get_recursive_lock_depth()
/optee_os/lib/libutils/compiler-rt/
H A DLICENSE.TXT16 "Licensor" shall mean the copyright owner or entity authorized by
17 the copyright owner that is granting the License.
55 submitted to Licensor for inclusion in the Work by the copyright owner
57 the copyright owner. For the purposes of this definition, "submitted"
64 designated in writing by the copyright owner as "Not a Contribution."
193 Copyright [yyyy] [name of copyright owner]
/optee_os/core/drivers/crypto/caam/hal/imx_8q/
H A Dhal_jr.c13 enum caam_jr_owner owner __unused) in caam_hal_jr_setowner()
/optee_os/core/include/kernel/
H A Dmutex.h23 short int owner; member
28 .owner = THREAD_ID_INVALID }
/optee_os/lib/libmbedtls/mbedtls/
H A DLICENSE20 "Licensor" shall mean the copyright owner or entity authorized by
21 the copyright owner that is granting the License.
59 submitted to Licensor for inclusion in the Work by the copyright owner
61 the copyright owner. For the purposes of this definition, "submitted"
68 designated in writing by the copyright owner as "Not a Contribution."
197 Copyright [yyyy] [name of copyright owner]
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor.h24 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
/optee_os/core/include/drivers/
H A Dstm32_i2c.h285 * Bus owner is reponsible for calling stm32_i2c_suspend().
293 * Bus owner is reponsible for calling stm32_i2c_resume().
/optee_os/core/lib/libefi/
H A Dhob.c109 memset(&rd_hop->owner, 0, sizeof(TEE_UUID)); in efi_create_resource_desc_hob()
/optee_os/core/drivers/crypto/caam/
H A Dcaam_sm.c145 * The Access Group is related to the Job Ring owner setting without in caam_sm_set_access_perm()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_storage.c43 /* Encode the owner in the upper 32 bits. This means that if in psa_its_identifier_of_slot()
44 * owner values are nonzero (as they are on a PSA platform), in psa_its_identifier_of_slot()
/optee_os/lib/libutils/ext/include/
H A Dconfine_array_index.h26 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
/optee_os/core/lib/libefi/include/efi/
H A Dhob.h73 TEE_UUID owner; member
/optee_os/core/arch/riscv/include/tee/
H A Doptee_abi.h34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument
36 (((owner) & OPTEE_ABI_OWNER_MASK) << \

12