Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dhandle.h51 void handle_invalidate(struct handle_db *db, uint32_t handle);
H A Dhandle.c98 void handle_invalidate(struct handle_db *db, uint32_t handle) in handle_invalidate() function
H A Dpkcs11_token.c106 handle_invalidate(&client->object_handle_db, handle); in token_invalidate_object_handles()