| /optee_os/core/drivers/crypto/caam/hal/imx_6_7/ |
| H A D | hal_jr.c | 24 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 D | hal_jr.c | 25 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 D | hal_jr.c | 24 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 D | crypto_platform.h | 39 /* 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 D | crypto_struct.h | 307 * 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 D | hal_jr.c | 15 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 D | caam_hal_jr.h | 13 * Configures the Job Ring Owner and lock it. 20 * @owner Onwer ID to configure 23 enum caam_jr_owner owner);
|
| H A D | caam_common.h | 26 * Flag Job Ring Owner is Secure 31 * Job Ring Owner. Enumerate Id (expect the Secure Flag) correspond
|
| /optee_os/.github/workflows/ |
| H A D | notify.yml | 42 owner: context.repo.owner,
|
| /optee_os/core/arch/arm/plat-k3/drivers/ |
| H A D | ti_sci_protocol.h | 240 * 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 D | sa2ul.c | 77 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 D | ti_sci.h | 90 * 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 D | mutex.c | 78 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 D | LICENSE.TXT | 16 "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 D | hal_jr.c | 13 enum caam_jr_owner owner __unused) in caam_hal_jr_setowner()
|
| /optee_os/core/include/kernel/ |
| H A D | mutex.h | 23 short int owner; member 28 .owner = THREAD_ID_INVALID }
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | LICENSE | 20 "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 D | qcbor.h | 24 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
| /optee_os/core/include/drivers/ |
| H A D | stm32_i2c.h | 285 * 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 D | hob.c | 109 memset(&rd_hop->owner, 0, sizeof(TEE_UUID)); in efi_create_resource_desc_hob()
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_sm.c | 145 * 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 D | psa_crypto_storage.c | 43 /* 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 D | confine_array_index.h | 26 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
| /optee_os/core/lib/libefi/include/efi/ |
| H A D | hob.h | 73 TEE_UUID owner; member
|
| /optee_os/core/arch/riscv/include/tee/ |
| H A D | optee_abi.h | 34 #define OPTEE_ABI_CALL_VAL(type, calling_convention, owner, func_num) \ argument 36 (((owner) & OPTEE_ABI_OWNER_MASK) << \
|