Home
last modified time | relevance | path

Searched refs:TPMA_OBJECT (Results 1 – 25 of 45) sorted by relevance

12

/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dobjecttemplates.h64 TPMA_OBJECT addObjectAttributes,
65 TPMA_OBJECT deleteObjectAttributes,
74 TPMA_OBJECT addObjectAttributes,
75 TPMA_OBJECT deleteObjectAttributes,
80 TPMA_OBJECT addObjectAttributes,
81 TPMA_OBJECT deleteObjectAttributes,
87 TPMA_OBJECT addObjectAttributes,
88 TPMA_OBJECT deleteObjectAttributes,
93 TPMA_OBJECT addObjectAttributes,
94 TPMA_OBJECT deleteObjectAttributes,
H A Dobjecttemplates.c72 TPMA_OBJECT addObjectAttributes, /* add default, can be overridden in asymPublicTemplate()
74 TPMA_OBJECT deleteObjectAttributes, in asymPublicTemplate()
289 TPMA_OBJECT addObjectAttributes, /* add default, can be overridden in symmetricCipherTemplate()
291 TPMA_OBJECT deleteObjectAttributes, in symmetricCipherTemplate()
351 TPMA_OBJECT addObjectAttributes, /* add default, can be overridden in keyedHashPublicTemplate()
353 TPMA_OBJECT deleteObjectAttributes, in keyedHashPublicTemplate()
415 TPMA_OBJECT addObjectAttributes, /* add default, can be in derivationParentPublicTemplate()
417 TPMA_OBJECT deleteObjectAttributes, in derivationParentPublicTemplate()
474 TPMA_OBJECT addObjectAttributes, /* add default, can be overridden in blPublicTemplate()
476 TPMA_OBJECT deleteObjectAttributes, in blPublicTemplate()
H A Dprintattr.c56 TPMA_OBJECT object; in main()
H A Dcreateloaded.c69 TPMA_OBJECT addObjectAttributes; in main()
70 TPMA_OBJECT deleteObjectAttributes; in main()
H A Dcreate.c69 TPMA_OBJECT addObjectAttributes; in main()
70 TPMA_OBJECT deleteObjectAttributes; in main()
H A Dcreateprimary.c70 TPMA_OBJECT addObjectAttributes; in main()
71 TPMA_OBJECT deleteObjectAttributes; in main()
H A Dcommit.c69 TPMA_OBJECT objectAttributes; in main()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/include/tss2/
H A Dtss2_tpm2_types.h682 typedef uint32_t TPMA_OBJECT; typedef
684 #define TPMA_OBJECT_RESERVED1_MASK ((TPMA_OBJECT) 0x00000001) /* shall be zero */
687 #define TPMA_OBJECT_RESERVED2_MASK ((TPMA_OBJECT) 0x00000008) /* shall be zero */
688 #define TPMA_OBJECT_FIXEDPARENT ((TPMA_OBJECT) 0x00000010) /* SET 1 The parent of the obje…
692 #define TPMA_OBJECT_RESERVED3_MASK ((TPMA_OBJECT) 0x00000300) /* shall be zero */
693 #define TPMA_OBJECT_NODA ((TPMA_OBJECT) 0x00000400) /* SET 1 The object is not subj…
695 #define TPMA_OBJECT_RESERVED4_MASK ((TPMA_OBJECT) 0x0000F000) /* shall be zero */
697 #define TPMA_OBJECT_DECRYPT ((TPMA_OBJECT) 0x00020000) /* SET 1 The private portion of…
699 #define TPMA_OBJECT_X509SIGN ((TPMA_OBJECT) 0x00080000) /* SET 1 For asymmetric key the…
700 #define TPMA_OBJECT_RESERVED5_MASK ((TPMA_OBJECT) 0xFFF80000) /* shall be zero */
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-mu/
H A Dtpma-types.c159 TPMA_MARSHAL (TPMA_OBJECT);
160 TPMA_UNMARSHAL(TPMA_OBJECT);
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/api/
H A DFapi_CreateKey.c170 TPMA_OBJECT *attributes; in Fapi_CreateKey_Async()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DTPM_Types.h850 } TPMA_OBJECT; typedef
877 } TPMA_OBJECT; typedef
883 } TPMA_OBJECT; typedef
2449TPMA_OBJECT objectAttributes; /* attributes that, along with type, determine the manipulations of…
H A Dtssprint.h110 void TSS_TPMA_OBJECT_Print(const char *string, TPMA_OBJECT source, unsigned int indent);
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/
H A Dtpm_json_deserialize.h64 ifapi_json_TPMA_OBJECT_deserialize(json_object *jso, TPMA_OBJECT *out);
H A Dtpm_json_serialize.h65 ifapi_json_TPMA_OBJECT_serialize(const TPMA_OBJECT in, json_object **jso);
H A Dtpm_json_deserialize.c1003 ifapi_json_TPMA_OBJECT_deserialize(json_object *jso, TPMA_OBJECT *out) in ifapi_json_TPMA_OBJECT_deserialize()
1005 struct { TPMA_OBJECT in; char *name; } tab[] = { in ifapi_json_TPMA_OBJECT_deserialize()
1025 memset(out, 0, sizeof(TPMA_OBJECT)); in ifapi_json_TPMA_OBJECT_deserialize()
1074 *out = (TPMA_OBJECT) i64; in ifapi_json_TPMA_OBJECT_deserialize()
/dports/security/tpm2-tss/tpm2-tss-3.1.0/test/unit/
H A Dfapi-json.c1158 CHECK_JSON_SIMPLE(TPMA_OBJECT, in check_json_bits()
1163 CHECK_JSON_SIMPLE(TPMA_OBJECT, in check_json_bits()
H A DTPMT-marshal.c68 …UBLIC_PARMS *)(buffer + sizeof(TPMI_ALG_PUBLIC) + sizeof(TPMI_ALG_HASH) + sizeof(TPMA_OBJECT) + 2); in tpmt_marshal_success()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm20.h742 } TPMA_OBJECT; typedef
1617 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm20.h750 } TPMA_OBJECT; typedef
1625 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm20.h742 } TPMA_OBJECT; typedef
1617 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm20.h742 } TPMA_OBJECT; typedef
1617 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm20.h750 } TPMA_OBJECT; typedef
1625 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Include/IndustryStandard/
H A DTpm20.h742 } TPMA_OBJECT; typedef
1617 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm20.h750 } TPMA_OBJECT; typedef
1625 TPMA_OBJECT objectAttributes;
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DTpm20.h750 } TPMA_OBJECT; typedef
1625 TPMA_OBJECT objectAttributes;

12