| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_helpers.c | 20 uint32_t id; member 105 uint32_t id; member 121 #define ID2STR(id, table, prefix) \ argument 126 static const char *id2str(uint32_t id, const struct any_id *table, in id2str() 409 bool valid_pkcs11_attribute_id(uint32_t id, uint32_t size) in valid_pkcs11_attribute_id() 422 enum pkcs11_attr_id id = attribute_id; in pkcs11_attr_is_type() local 477 bool key_type_is_symm_key(uint32_t id) in key_type_is_symm_key() 496 bool key_type_is_asymm_key(uint32_t id) in key_type_is_asymm_key() 729 const char *id2str_rc(uint32_t id) in id2str_rc() 734 const char *id2str_ta_cmd(uint32_t id) in id2str_ta_cmd() [all …]
|
| H A D | pkcs11_helpers.h | 78 static inline bool pkcs11_attr_is_boolean(enum pkcs11_attr_id id) in pkcs11_attr_is_boolean() 100 static inline const char *id2str_mechanism(enum pkcs11_mechanism_id id) in id2str_mechanism()
|
| H A D | token_capabilities.c | 32 uint32_t id; member 158 const char *mechanism_string_id(enum pkcs11_mechanism_id id) in mechanism_string_id() 174 bool mechanism_is_valid(enum pkcs11_mechanism_id id) in mechanism_is_valid() 336 uint32_t mechanism_supported_flags(enum pkcs11_mechanism_id id) in mechanism_supported_flags()
|
| H A D | token_capabilities.h | 35 static inline bool mechanism_is_supported(enum pkcs11_mechanism_id id) in mechanism_is_supported()
|
| /optee_os/core/drivers/rstctrl/ |
| H A D | stm32mp25_rstctrl.c | 21 unsigned int id = to_stm32_rstline(rstctrl)->id; in stm32_reset_update() local 85 #define STM32_RESET(id, _offset, _bit_index, _set_clr, _inverted, _no_deassert,\ argument 96 #define RST(id, _offset, _bit_index)\ argument 99 #define RST_SETR(id, _offset, _bit_index)\ argument 102 #define RST_INV(id, _offset, _bit_index)\ argument 105 #define RST_SETR_NO_DEASSERT(id, _offset, _bit_index)\ argument 108 #define RST_SETR_NO_DEASSERT_TIMEOUT(id, _offset, _bit_index)\ argument
|
| H A D | stm32mp21_rstctrl.c | 21 unsigned int id = to_stm32_rstline(rstctrl)->id; in stm32_reset_update() local 85 #define STM32_RESET(id, _offset, _bit_index, _set_clr, _inverted, _no_deassert,\ argument 96 #define RST(id, _offset, _bit_index)\ argument 99 #define RST_SETR(id, _offset, _bit_index)\ argument 102 #define RST_INV(id, _offset, _bit_index)\ argument 105 #define RST_SETR_NO_DEASSERT(id, _offset, _bit_index)\ argument 108 #define RST_SETR_NO_DEASSERT_TIMEOUT(id, _offset, _bit_index)\ argument
|
| H A D | stm32mp1_rstctrl.c | 24 static size_t reset_id2reg_offset(unsigned int id) in reset_id2reg_offset() 42 unsigned int id = to_stm32_rstline(rstctrl)->id; in reset_assert() local 87 unsigned int id = to_stm32_rstline(rstctrl)->id; in reset_deassert() local
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | phy-sama7-utmi-clk.c | 23 uint8_t id; member 29 uint8_t id = utmi->id; in sama7_utmi_clk_enable() local 45 uint8_t id = utmi->id; in sama7_utmi_clk_disable() local 59 uint8_t id) in sama7_utmi_clk_register()
|
| H A D | at91_system.c | 21 uint8_t id; member 24 static bool is_pck(int id) in is_pck() 29 static bool clk_system_ready(vaddr_t base, int id) in clk_system_ready() 65 struct clk *parent, uint8_t id) in at91_clk_register_system()
|
| H A D | at91_pll.c | 16 #define PLL_STATUS_MASK(id) BIT(1 + (id)) argument 17 #define PLL_REG(id) (AT91_CKGR_PLLAR + ((id) * 4)) argument 30 #define PLL_ICPR_SHIFT(id) ((id) * 16) argument 31 #define PLL_ICPR_MASK(id) (0xffff << PLL_ICPR_SHIFT(id)) argument 39 uint8_t id; member 47 static bool clk_pll_ready(vaddr_t base, int id) in clk_pll_ready() 59 uint8_t id = pll->id; in clk_pll_enable() local 257 struct clk *parent, uint8_t id, in at91_clk_register_pll()
|
| H A D | clk-sam9x60-pll.c | 20 #define PLL_STATUS_MASK(id) BIT(1 + (id)) argument 21 #define PLL_REG(id) (AT91_CKGR_PLLAR + ((id) * 4)) argument 34 #define PLL_ICPR_SHIFT(id) ((id) * 16) argument 35 #define PLL_ICPR_MASK(id) SHIFT_U64(0xffff, PLL_ICPR_SHIFT(id)) argument 45 uint8_t id; member 75 static bool sam9x60_pll_ready(vaddr_t base, int id) in sam9x60_pll_ready() 80 static bool sam9x60_frac_pll_ready(vaddr_t regmap, uint8_t id) in sam9x60_frac_pll_ready() 411 uint8_t id, in sam9x60_clk_register_frac_pll() 485 uint8_t id, in sam9x60_clk_register_div_pll()
|
| /optee_os/core/tee/ |
| H A D | tee_fs_rpc.c | 48 static TEE_Result operation_open_dfh(uint32_t id, unsigned int cmd, in operation_open_dfh() 83 TEE_Result tee_fs_rpc_open_dfh(uint32_t id, in tee_fs_rpc_open_dfh() 89 TEE_Result tee_fs_rpc_create_dfh(uint32_t id, in tee_fs_rpc_create_dfh() 96 TEE_Result tee_fs_rpc_close(uint32_t id, int fd) in tee_fs_rpc_close() 108 uint32_t id, int fd, tee_fs_off_t offset, in tee_fs_rpc_read_init() 147 uint32_t id, int fd, tee_fs_off_t offset, in tee_fs_rpc_write_init() 180 TEE_Result tee_fs_rpc_truncate(uint32_t id, int fd, size_t len) in tee_fs_rpc_truncate() 192 TEE_Result tee_fs_rpc_remove_dfh(uint32_t id, in tee_fs_rpc_remove_dfh()
|
| /optee_os/core/include/dt-bindings/firewall/ |
| H A D | tzc400.h | 18 #define DT_TZC_REGION_ACCESS_RD(id) \ argument 22 #define DT_TZC_REGION_ACCESS_WR(id) \ argument 26 #define DT_TZC_REGION_ACCESS_RDWR(id) \ argument
|
| /optee_os/core/arch/arm/plat-stm32mp2/drivers/ |
| H A D | stm32mp25_syscfg.c | 16 #define SYSCON_OFFSET(id) ((id) & GENMASK_32(15, 0)) argument 17 #define SYSCON_BANK(id) (((id) & GENMASK_32(31, 16)) >> 16) argument 42 static vaddr_t stm32mp_syscfg_base(uint32_t id) in stm32mp_syscfg_base() 51 void stm32mp_syscfg_write(uint32_t id, uint32_t value, uint32_t bitmsk) in stm32mp_syscfg_write() 58 uint32_t stm32mp_syscfg_read(uint32_t id) in stm32mp_syscfg_read()
|
| /optee_os/core/drivers/crypto/versal/ |
| H A D | ipi.c | 21 static TEE_Result versal_sha3_request(enum versal_crypto_api id, in versal_sha3_request() 50 static TEE_Result versal_aes_update_aad_request(enum versal_crypto_api id, in versal_aes_update_aad_request() 69 TEE_Result versal_crypto_request(enum versal_crypto_api id, in versal_crypto_request()
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/oid/ |
| H A D | pk_get_oid.c | 8 enum ltc_oid_id id; member 25 int pk_get_oid(enum ltc_oid_id id, const char **st) in pk_get_oid()
|
| /optee_os/core/drivers/ |
| H A D | stm32_tamp.c | 101 #define _TAMP_CR1_ITAMP(id) BIT((id) - INT_TAMP1 + U(16)) argument 102 #define _TAMP_CR1_ETAMP(id) BIT((id) - EXT_TAMP1) argument 105 #define _TAMP_CR2_ETAMPTRG(id) BIT((id) - EXT_TAMP1 + U(24)) argument 109 #define _TAMP_CR2_ETAMPMSK(id) BIT((id) - EXT_TAMP1 + U(16)) argument 110 #define _TAMP_CR2_ETAMPNOER(id) BIT((id) - EXT_TAMP1) argument 114 #define _TAMP_CR3_ITAMPNOER(id) BIT((id) - INT_TAMP1) argument 133 #define _TAMP_ATCR1_ETAMPAM(id) BIT((id) - EXT_TAMP1) argument 134 #define _TAMP_ATCR1_ATOSEL_MASK(id) \ argument 141 #define _TAMP_ATCR1_ATOSEL(id, od) \ argument 145 #define _TAMP_ATCR2_ATOSEL_MASK(id) \ argument [all …]
|
| H A D | imsic.c | 118 uint32_t id = base_id; in imsic_local_eix_update() local 139 static void imsic_it_enable(uint32_t id) in imsic_it_enable() 144 static void imsic_it_disable(uint32_t id) in imsic_it_disable() 149 static void imsic_it_set_pending(uint32_t id) in imsic_it_set_pending() 154 static void imsic_it_clear_pending(uint32_t id) in imsic_it_clear_pending() 356 uint32_t id = imsic_claim_interrupt(); in imsic_it_handle() local
|
| /optee_os/core/include/ |
| H A D | scattered_array.h | 30 #define __SCT_ARRAY_DEF_ITEM2(array_name, order, id, element_type) \ argument 35 #define __SCT_ARRAY_DEF_PG_ITEM2(array_name, order, id, element_type) \ argument 40 #define __SCT_ARRAY_DEF_ITEM1(array_name, order, id, element_type) \ argument 43 #define __SCT_ARRAY_DEF_PG_ITEM1(array_name, order, id, element_type) \ argument
|
| /optee_os/core/include/drivers/ |
| H A D | atmel_rstc.h | 16 #define RESET_OFFSET(id) (((id) & RESET_ID_MASK) >> RESET_ID_SHIFT) argument 17 #define RESET_BIT_POS(id) ((id) & RESET_BIT_POS_MASK) argument
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pk_internal.h | 88 mbedtls_ecp_group_id id; in mbedtls_pk_get_ec_group_id() local 121 #define MBEDTLS_PK_IS_RFC8410_GROUP_ID(id) \ argument 126 mbedtls_ecp_group_id id = mbedtls_pk_get_ec_group_id(pk); in mbedtls_pk_is_rfc8410() local
|
| /optee_os/core/arch/arm/include/ |
| H A D | optee_ffa.h | 33 #define OPTEE_FFA_BLOCKING_CALL(id) UINT32_C(id) argument 35 #define OPTEE_FFA_YIELDING_CALL(id) (UINT32_C(id) | \ argument
|
| /optee_os/core/lib/libtomcrypt/src/pk/asn1/der/general/ |
| H A D | der_length_asn1_identifier.c | 18 int der_length_asn1_identifier(const ltc_asn1_list *id, unsigned long *idlen) in der_length_asn1_identifier()
|
| /optee_os/core/include/kernel/ |
| H A D | lockdep.h | 83 uintptr_t id) in lockdep_lock_acquire() 102 uintptr_t id) in lockdep_lock_tryacquire() 118 uintptr_t id) in lockdep_lock_release()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pwr.c | 63 unsigned int stm32mp1_pwr_regulator_mv(enum pwr_regulator id) in stm32mp1_pwr_regulator_mv() 70 void stm32mp1_pwr_regulator_set_state(enum pwr_regulator id, bool enable) in stm32mp1_pwr_regulator_set_state() 95 bool stm32mp1_pwr_regulator_is_enabled(enum pwr_regulator id) in stm32mp1_pwr_regulator_is_enabled() 176 struct regulator *stm32mp1_pwr_get_regulator(enum pwr_regulator id) in stm32mp1_pwr_get_regulator()
|