Home
last modified time | relevance | path

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

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DUnmarshal_fp.h296TSS_TPMS_CAPABILITY_DATA_Unmarshalu(TPMS_CAPABILITY_DATA *target, BYTE **buffer, uint32_t *size);
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A DUnmarshal.c1910 TSS_TPMS_CAPABILITY_DATA_Unmarshalu(TPMS_CAPABILITY_DATA *target, BYTE **buffer, uint32_t *size) in TSS_TPMS_CAPABILITY_DATA_Unmarshalu() function
4496 return TSS_TPMS_CAPABILITY_DATA_Unmarshalu(target, buffer, (uint32_t *)size); in TPMS_CAPABILITY_DATA_Unmarshal()
H A Dtssmarshal.c2735 rc = TSS_TPMS_CAPABILITY_DATA_Unmarshalu(&target->capabilityData, buffer, size); in TSS_GetCapability_Out_Unmarshalu()