Home
last modified time | relevance | path

Searched refs:drvcrypt_hash_alloc_ctx (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/hash/
H A Dhash.c12 TEE_Result drvcrypt_hash_alloc_ctx(struct crypto_hash_ctx **ctx, uint32_t algo) in drvcrypt_hash_alloc_ctx() function
/optee_os/core/include/crypto/
H A Dcrypto_impl.h357 TEE_Result drvcrypt_hash_alloc_ctx(struct crypto_hash_ctx **ctx, uint32_t algo);
360 drvcrypt_hash_alloc_ctx(struct crypto_hash_ctx **ctx __unused, in drvcrypt_hash_alloc_ctx() function
/optee_os/core/crypto/
H A Dcrypto.c25 res = drvcrypt_hash_alloc_ctx(&c, algo); in crypto_hash_alloc_ctx()