Home
last modified time | relevance | path

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

/openbmc/qemu/crypto/
H A Dpbkdf.c39 FILETIME creation_time, exit_time, kernel_time, user_time; in qcrypto_pbkdf2_get_thread_cpu() local
42 if (!GetThreadTimes(GetCurrentThread(), &creation_time, &exit_time, in qcrypto_pbkdf2_get_thread_cpu()
/openbmc/openbmc/poky/meta/classes/
H A Dcreate-spdx-2.2.bbclass30 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
32 annotation.annotationDate = creation_time
426 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
432 doc.creationInfo.created = creation_time
536 package_doc.creationInfo.created = creation_time
611 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
649 runtime_doc.creationInfo.created = creation_time
810 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
817 doc.creationInfo.created = creation_time
/openbmc/qemu/hw/ppc/
H A Dspapr_events.c125 uint32_t creation_time; /* BCD: HHMMSS00 */ member
526 maina->creation_time = cpu_to_be32((to_bcd(tm.tm_hour) << 24) in spapr_init_maina()
/openbmc/openbmc-test-automation/redfish/systems/eventlog/
H A Dtest_event_logging.robot228 ${creation_time}= Convert Date ${elog_entry[0]["Created"].split('.')[0]} epoch
231 ${diff}= Subtract Date From Date ${modification_time} ${creation_time}