Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dutee_defines.h140 #define TEE_ALG_GET_DIGEST_HASH(algo) __tee_alg_get_digest_hash(algo) macro
175 TEE_ALG_HASH_ALGO(TEE_ALG_GET_DIGEST_HASH(algo))
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c76 unsigned int algo_curve = TEE_ALG_GET_DIGEST_HASH(algo); in algo_is_valid()
/optee_os/core/tee/
H A Dtee_svc_cryp.c3355 *hash_id = TEE_ALG_GET_DIGEST_HASH(algo); in get_hkdf_params()
3884 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key()
3913 uint32_t hash_id = TEE_ALG_GET_DIGEST_HASH(cs->algo); in syscall_cryp_derive_key()