Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing.c820 uint32_t parent_handle = 0; in entry_processing_key() local
879 rc = serialargs_get(&ctrlargs, &parent_handle, sizeof(uint32_t)); in entry_processing_key()
902 parent = pkcs11_handle2object(parent_handle, session); in entry_processing_key()