/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_ptp_fifo.c | 22 static bool tpm2_fifo_check_ops(const struct tpm2_ptp_phy_ops *ops) in tpm2_fifo_check_ops() 34 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_wait_valid() local 56 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_check_locality() local 80 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_request_locality() local 116 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_relinquish_locality() local 137 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_set_status() local 146 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_get_status() local 188 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_get_burstcount() local 217 const struct tpm2_ptp_phy_ops *ops = chip->phy_ops; in tpm2_fifo_init() local 272 const struct tpm2_ptp_phy_ops *ops = NULL; in tpm2_fifo_send() local [all …]
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/ |
A D | drvcrypt.c | 13 TEE_Result drvcrypt_register(enum drvcrypt_algo_id algo_id, void *ops) in drvcrypt_register() 26 void drvcrypt_register_change(enum drvcrypt_algo_id algo_id, void *ops) in drvcrypt_register_change()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | rstctrl.h | 43 const struct rstctrl_ops *ops; member 139 static inline bool rstctrl_ops_is_valid(const struct rstctrl_ops *ops) in rstctrl_ops_is_valid()
|
A D | serial.h | 15 const struct serial_ops *ops; member
|
A D | clk.h | 33 const struct clk_ops *ops; member
|
A D | wdt.h | 16 const struct wdt_ops *ops; member
|
A D | rtc.h | 26 const struct rtc_ops *ops; member
|
A D | tpm2_chip.h | 70 const struct tpm2_ptp_ops *ops; member
|
/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/ |
A D | drvcrypt_math.h | 43 static inline TEE_Result drvcrypt_register_math(const struct drvcrypt_math *ops) in drvcrypt_register_math()
|
A D | drvcrypt_acipher.h | 110 static inline TEE_Result drvcrypt_register_rsa(const struct drvcrypt_rsa *ops) in drvcrypt_register_rsa() 162 static inline TEE_Result drvcrypt_register_ecc(struct drvcrypt_ecc *ops) in drvcrypt_register_ecc() 185 static inline TEE_Result drvcrypt_register_dh(struct drvcrypt_dh *ops) in drvcrypt_register_dh() 216 static inline TEE_Result drvcrypt_register_dsa(struct drvcrypt_dsa *ops) in drvcrypt_register_dsa()
|
A D | drvcrypt_cipher.h | 67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher()
|
A D | drvcrypt_authenc.h | 94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto_impl.h | 18 const struct crypto_hash_ops *ops; member 84 const struct crypto_mac_ops *ops; member 150 const struct crypto_cipher_ops *ops; member 243 const struct crypto_authenc_ops *ops; member
|
A D | crypto.h | 160 const struct crypto_ecc_public_ops *ops; /* Key Operations */ member 168 const struct crypto_ecc_keypair_ops *ops; /* Key Operations */ member
|
/optee_os-3.20.0/core/include/ |
A D | gpio.h | 25 const struct gpio_ops *ops; member
|
A D | spi.h | 26 const struct spi_ops *ops; member
|
/optee_os-3.20.0/ |
A D | Makefile | 39 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) macro
|
/optee_os-3.20.0/core/include/kernel/ |
A D | ts_manager.h | 16 const struct ts_ops *ops; member
|
A D | interrupt.h | 17 const struct itr_ops *ops; member
|
/optee_os-3.20.0/core/include/mm/ |
A D | fobj.h | 23 const struct fobj_ops *ops; member
|
A D | mobj.h | 21 const struct mobj_ops *ops; member
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/ |
A D | ecp.h | 415 #define MBEDTLS_ECP_BUDGET( ops ) \ argument 421 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
|
/optee_os-3.20.0/core/kernel/ |
A D | tcg.c | 406 TEE_Result register_tcg_pcr_provider(struct tcg_pcr_ops *ops) in register_tcg_pcr_provider()
|
/optee_os-3.20.0/core/drivers/clk/sam/ |
A D | at91_master.c | 116 const struct clk_ops *ops, int chg_pid) in at91_clk_register_master_internal()
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk.c | 17 struct clk *clk_alloc(const char *name, const struct clk_ops *ops, in clk_alloc()
|