Home
last modified time | relevance | path

Searched refs:drvcrypt_register_hash (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_hash.h25 static inline TEE_Result drvcrypt_register_hash(hw_hash_allocate allocate) in drvcrypt_register_hash() function
/optee_os/core/drivers/crypto/stm32/
H A Dhash.c180 return drvcrypt_register_hash(&stm32_hash_allocate); in stm32_register_hash()
/optee_os/core/drivers/crypto/aspeed/
H A Dhace_ast2600.c399 return drvcrypt_register_hash(ast2600_hace_alloc); in ast2600_drvcrypt_register_hash()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_hash.c646 ret = drvcrypt_register_hash(&sec_hash_ctx_allocate); in sec_hash_init()
/optee_os/core/drivers/crypto/caam/hash/
H A Dcaam_hash.c714 if (drvcrypt_register_hash(&caam_hash_allocate) == TEE_SUCCESS) in caam_hash_init()