HomeSort by relevance Sort by last modified time
    Searched refs:TPM_KEY_BITS (Results 1 - 7 of 7) sorted by null

  /external/tpm2/
tpm_types.h 37 typedef UINT16 TPM_KEY_BITS;
    [all...]
marshal_test.c 119 SETUP_TYPE(TPM_KEY_BITS, 12345)
136 SETUP_TYPE(TPM_KEY_BITS, 12345)
tpm_generated.h 332 UINT16 TPM_KEY_BITS_Marshal(TPM_KEY_BITS* source, BYTE** buffer, INT32* size);
334 TPM_RC TPM_KEY_BITS_Unmarshal(TPM_KEY_BITS* target, BYTE** buffer, INT32* size);
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 160 typedef UINT16 TPM_KEY_BITS;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 402 typedef UINT16 TPM_KEY_BITS;
447 typedef TPM_KEY_BITS TPMI_AES_KEY_BITS;
448 typedef TPM_KEY_BITS TPMI_SM4_KEY_BITS;
453 typedef TPM_KEY_BITS TPMI_RSA_KEY_BITS;
    [all...]
tpm_generated.cc 1104 TPM_RC Serialize_TPM_KEY_BITS(const TPM_KEY_BITS& value, std::string* buffer) {
1110 TPM_KEY_BITS* value,
    [all...]

Completed in 414 milliseconds