Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dhandle.h44 void *handle_lookup(struct handle_db *db, int handle);
H A Dhandle.c73 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup() function
H A Darith_taf.c36 ptr = handle_lookup(&hdb, handle & ~HT_MASK); in lookup_handle()