Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_asymm.c1035 TEE_ObjectHandle out_handle = TEE_HANDLE_NULL; in do_asymm_derivation() local
1056 key_byte_size * 8, &out_handle); in do_asymm_derivation()
1084 tee_attrs_count, out_handle); in do_asymm_derivation()
1086 rc = alloc_get_tee_attribute_data(out_handle, TEE_ATTR_SECRET_VALUE, in do_asymm_derivation()
1099 TEE_FreeTransientObject(out_handle); in do_asymm_derivation()
H A Dobject.c209 uint32_t *out_handle) in create_object() argument
285 *out_handle = obj_handle; in create_object()