Home
last modified time | relevance | path

Searched refs:hw_hash_allocate (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_hash.h17 typedef TEE_Result (*hw_hash_allocate)(struct crypto_hash_ctx **ctx, typedef
25 static inline TEE_Result drvcrypt_register_hash(hw_hash_allocate allocate) in drvcrypt_register_hash()
/optee_os/core/drivers/crypto/crypto_api/hash/
H A Dhash.c15 hw_hash_allocate hash_alloc = NULL; in drvcrypt_hash_alloc_ctx()