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.c1029 TEE_ObjectHandle out_handle = TEE_HANDLE_NULL; in do_asymm_derivation() local
1050 key_byte_size * 8, &out_handle); in do_asymm_derivation()
1078 tee_attrs_count, out_handle); in do_asymm_derivation()
1080 rc = alloc_get_tee_attribute_data(out_handle, TEE_ATTR_SECRET_VALUE, in do_asymm_derivation()
1093 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()