Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/hash/
A Dhash.c16 hw_hash_allocate hash_alloc = NULL; in drvcrypt_hash_alloc_ctx() local
22 hash_alloc = drvcrypt_get_ops(CRYPTO_HASH); in drvcrypt_hash_alloc_ctx()
24 if (hash_alloc) in drvcrypt_hash_alloc_ctx()
25 ret = hash_alloc(ctx, algo); in drvcrypt_hash_alloc_ctx()

Completed in 2 milliseconds