Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/asu_driver/
H A Dasu_hash.c68 uint8_t uniqueid; member
161 asu_hashctx->uniqueid, module, in asu_sha_op()
236 if (asu_hashctx->uniqueid == ASU_UNIQUE_ID_MAX) in asu_hash_do_update()
326 asu_free_unique_id(asu_hashctx->uniqueid); in asu_hash_ctx_free()
327 asu_hashctx->uniqueid = ASU_UNIQUE_ID_MAX; in asu_hash_ctx_free()
403 asu_hashctx->uniqueid = asu_alloc_unique_id(); in asu_hash_ctx_allocate()
405 if (asu_hashctx->uniqueid == ASU_UNIQUE_ID_MAX) { in asu_hash_ctx_allocate()
/optee_os/core/include/drivers/amd/
H A Dasu_client.h58 void asu_free_unique_id(uint8_t uniqueid);
/optee_os/core/drivers/amd/asu/
H A Dasu_main.c185 void asu_free_unique_id(uint8_t uniqueid) in asu_free_unique_id() argument
190 asuid.ids[uniqueid] = ASU_UNIQUE_ID_MAX; in asu_free_unique_id()