Home
last modified time | relevance | path

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

/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/api/
H A DFapi_NvExtend.c401 command->jso_event_log in Fapi_NvExtend_Finish()
403 goto_if_null2(command->jso_event_log, "Out of memory", r, in Fapi_NvExtend_Finish()
406 json_type jsoType = json_object_get_type(command->jso_event_log); in Fapi_NvExtend_Finish()
410 json_object_array_add(jsonArray, command->jso_event_log); in Fapi_NvExtend_Finish()
411 command->jso_event_log = jsonArray; in Fapi_NvExtend_Finish()
415 command->jso_event_log = json_object_new_array(); in Fapi_NvExtend_Finish()
418 json_object_array_length(command->jso_event_log) + 1; in Fapi_NvExtend_Finish()
423 json_object_array_add(command->jso_event_log, jso); in Fapi_NvExtend_Finish()
426 json_object_to_json_string_ext(command->jso_event_log, in Fapi_NvExtend_Finish()
469 if (command->jso_event_log) in Fapi_NvExtend_Finish()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Dfapi_int.h237 json_object *jso_event_log; /**< logData in JSON format */ member