| /optee_os/core/drivers/crypto/crypto_api/ |
| H 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/core/drivers/crypto/crypto_api/include/ |
| H A D | drvcrypt_acipher.h | 112 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 D | drvcrypt_math.h | 43 static inline TEE_Result drvcrypt_register_math(const struct drvcrypt_math *ops) in drvcrypt_register_math()
|
| H A D | drvcrypt_cipher.h | 67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher()
|
| H A D | drvcrypt_authenc.h | 94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc()
|
| /optee_os/core/include/crypto/ |
| H A D | crypto_impl.h | 18 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 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/core/include/drivers/ |
| H A D | rstctrl.h | 42 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 D | serial.h | 15 const struct serial_ops *ops; member
|
| H A D | firewall.h | 28 const struct firewall_controller_ops *ops; member
|
| H A D | gpio.h | 76 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 D | regulator.h | 52 const struct regulator_ops *ops; member 103 const struct regulator_ops *ops; member
|
| H A D | nvmem.h | 43 const struct nvmem_ops *ops; member
|
| H A D | pinctrl.h | 31 const struct pinctrl_ops *ops; member
|
| H A D | wdt.h | 16 const struct wdt_ops *ops; member
|
| H A D | clk.h | 39 const struct clk_ops *ops; member
|
| H A D | i2c.h | 93 const struct i2c_ctrl_ops *ops; member
|
| /optee_os/core/include/ |
| H A D | spi.h | 26 const struct spi_ops *ops; member
|
| /optee_os/ |
| H A D | Makefile | 40 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) macro
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 409 #define MBEDTLS_ECP_BUDGET(ops) \ argument 415 #define MBEDTLS_ECP_BUDGET(ops) /* no-op; for compatibility */ argument
|
| /optee_os/core/include/mm/ |
| H A D | fobj.h | 23 const struct fobj_ops *ops; member
|
| /optee_os/core/include/kernel/ |
| H A D | ts_manager.h | 16 const struct ts_ops *ops; member
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | shake.c | 56 const struct crypto_hash_ops *ops) in do_shake_alloc_ctx()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_utmi.c | 110 const struct clk_ops *ops, in at91_clk_register_utmi_internal()
|
| /optee_os/core/drivers/ |
| H A D | atmel_rstc.c | 32 const struct rstctrl_ops *ops; member
|