Home
last modified time | relevance | path

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

12

/optee_os/core/drivers/crypto/crypto_api/
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/include/drivers/
A Drstctrl.h43 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 Dwdt.h13 const struct wdt_ops *ops; member
A Dserial.h15 const struct serial_ops *ops; member
A Dclk.h33 const struct clk_ops *ops; member
/optee_os/core/include/crypto/
A Dcrypto_impl.h18 const struct crypto_hash_ops *ops; member
84 const struct crypto_mac_ops *ops; member
150 const struct crypto_cipher_ops *ops; member
237 const struct crypto_authenc_ops *ops; member
A Dcrypto.h159 const struct crypto_ecc_public_ops *ops; /* Key Operations */ member
167 const struct crypto_ecc_keypair_ops *ops; /* Key Operations */ member
/optee_os/core/drivers/crypto/crypto_api/include/
A Ddrvcrypt_math.h43 static inline TEE_Result drvcrypt_register_math(const struct drvcrypt_math *ops) in drvcrypt_register_math()
A Ddrvcrypt_acipher.h109 static inline TEE_Result drvcrypt_register_rsa(const struct drvcrypt_rsa *ops) in drvcrypt_register_rsa()
161 static inline TEE_Result drvcrypt_register_ecc(struct drvcrypt_ecc *ops) in drvcrypt_register_ecc()
184 static inline TEE_Result drvcrypt_register_dh(struct drvcrypt_dh *ops) in drvcrypt_register_dh()
215 static inline TEE_Result drvcrypt_register_dsa(struct drvcrypt_dsa *ops) in drvcrypt_register_dsa()
A Ddrvcrypt_cipher.h67 static inline TEE_Result drvcrypt_register_cipher(struct drvcrypt_cipher *ops) in drvcrypt_register_cipher()
A Ddrvcrypt_authenc.h94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc()
/optee_os/core/include/
A Dgpio.h25 const struct gpio_ops *ops; member
A Dspi.h26 const struct spi_ops *ops; member
/optee_os/
A DMakefile39 ops := $(join PLATFORM PLATFORM_FLAVOR,$(addprefix =,$(subst -, ,$(PLATFORM)))) macro
/optee_os/core/include/kernel/
A Dts_manager.h16 const struct ts_ops *ops; member
A Dinterrupt.h17 const struct itr_ops *ops; member
/optee_os/core/include/mm/
A Dfobj.h23 const struct fobj_ops *ops; member
A Dmobj.h21 const struct mobj_ops *ops; member
/optee_os/out/arm/export-ta_arm32/host_include/mbedtls/
A Decp.h405 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
411 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os/out/arm/export-ta_arm64/include/mbedtls/
A Decp.h405 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
411 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os/out/arm/export-ta_arm32/include/mbedtls/
A Decp.h405 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
411 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os/out/arm/export-ta_arm64/host_include/mbedtls/
A Decp.h405 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
411 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h405 #define MBEDTLS_ECP_BUDGET( ops ) \ argument
411 #define MBEDTLS_ECP_BUDGET( ops ) /* no-op; for compatibility */ argument
/optee_os/core/drivers/clk/
A Dclk.c17 struct clk *clk_alloc(const char *name, const struct clk_ops *ops, in clk_alloc()
/optee_os/core/drivers/clk/sam/
A Dat91_master.c116 const struct clk_ops *ops, int chg_pid) in at91_clk_register_master_internal()

Completed in 75 milliseconds

12