Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dhandle.h37 void *handle_put(struct handle_db *db, int handle);
H A Dhandle.c61 void *handle_put(struct handle_db *db, int handle) in handle_put() function
H A Darith_taf.c69 void *ptr = handle_put(&hdb, handle & ~HT_MASK); in put_handle()