Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 40) sorted by relevance

12

/optee_os/core/drivers/crypto/crypto_api/
H A Ddrvcrypt.c13 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/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_acipher.h112 static inline TEE_Result drvcrypt_register_rsa(const struct drvcrypt_rsa *ops) in drvcrypt_register_rsa()
180 static inline TEE_Result drvcrypt_register_ecc(struct drvcrypt_ecc *ops) in drvcrypt_register_ecc()
203 static inline TEE_Result drvcrypt_register_dh(struct drvcrypt_dh *ops) in drvcrypt_register_dh()
234 static inline TEE_Result drvcrypt_register_dsa(struct drvcrypt_dsa *ops) in drvcrypt_register_dsa()
259 static inline TEE_Result drvcrypt_register_x25519(struct drvcrypt_montgomery in drvcrypt_register_x25519()
270 static inline TEE_Result drvcrypt_register_x448(struct drvcrypt_montgomery *ops) in drvcrypt_register_x448()
H A Ddrvcrypt_math.h43 static inline TEE_Result drvcrypt_register_math(const struct drvcrypt_math *ops) in drvcrypt_register_math()
H A Ddrvcrypt_cipher.h67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher()
H A Ddrvcrypt_authenc.h94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h18 const struct crypto_hash_ops *ops; member
120 const struct crypto_mac_ops *ops; member
230 const struct crypto_cipher_ops *ops; member
323 const struct crypto_authenc_ops *ops; member
H A Dcrypto.h160 const struct crypto_ecc_public_ops *ops; /* Key Operations */ member
168 const struct crypto_ecc_keypair_ops *ops; /* Key Operations */ member
/optee_os/core/include/drivers/
H A Drstctrl.h42 const struct rstctrl_ops *ops; member
138 static inline bool rstctrl_ops_is_valid(const struct rstctrl_ops *ops) in rstctrl_ops_is_valid()
H A Dserial.h15 const struct serial_ops *ops; member
H A Dfirewall.h28 const struct firewall_controller_ops *ops; member
H A Dgpio.h76 const struct gpio_ops *ops; member
116 static inline bool gpio_ops_is_valid(const struct gpio_ops *ops) in gpio_ops_is_valid()
H A Dregulator.h52 const struct regulator_ops *ops; member
103 const struct regulator_ops *ops; member
H A Dnvmem.h43 const struct nvmem_ops *ops; member
H A Dpinctrl.h31 const struct pinctrl_ops *ops; member
H A Dwdt.h16 const struct wdt_ops *ops; member
H A Dclk.h39 const struct clk_ops *ops; member
H A Di2c.h93 const struct i2c_ctrl_ops *ops; member
/optee_os/core/include/
H A Dspi.h26 const struct spi_ops *ops; member
/optee_os/
H A DMakefile40 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) macro
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h409 #define MBEDTLS_ECP_BUDGET(ops) \ argument
415 #define MBEDTLS_ECP_BUDGET(ops) /* no-op; for compatibility */ argument
/optee_os/core/include/mm/
H A Dfobj.h23 const struct fobj_ops *ops; member
/optee_os/core/include/kernel/
H A Dts_manager.h16 const struct ts_ops *ops; member
/optee_os/core/lib/libtomcrypt/
H A Dshake.c56 const struct crypto_hash_ops *ops) in do_shake_alloc_ctx()
/optee_os/core/drivers/clk/sam/
H A Dat91_utmi.c110 const struct clk_ops *ops, in at91_clk_register_utmi_internal()
/optee_os/core/drivers/
H A Datmel_rstc.c32 const struct rstctrl_ops *ops; member

12