Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dhandle.c20 #define INVALID_HANDLE_PTR ((void *)~0) macro
42 if (!db || !ptr || ptr == INVALID_HANDLE_PTR) in handle_get()
92 db->ptrs[handle] == INVALID_HANDLE_PTR) in handle_lookup()
104 db->ptrs[handle] = INVALID_HANDLE_PTR; in handle_invalidate()
112 if (ptr && ptr != INVALID_HANDLE_PTR) { in handle_lookup_handle()