HomeSort by relevance Sort by last modified time
    Searched refs:nvIndex (Results 26 - 50 of 56) sorted by null

12 3

  /external/tpm2/
Entity.c 215 NV_INDEX nvIndex;
216 NvGetIndexInfo(handle, &nvIndex);
217 authValue = nvIndex.authValue;
297 NV_INDEX nvIndex;
298 NvGetIndexInfo(handle, &nvIndex);
299 *authPolicy = nvIndex.publicArea.authPolicy;
300 hashAlg = nvIndex.publicArea.nameAlg;
384 NV_INDEX nvIndex;
385 NvGetIndexInfo(handle, &nvIndex);
389 if(nvIndex.publicArea.attributes.TPMA_NV_PLATFORMCREATE == SET
    [all...]
NV_ReadPublic_fp.h 12 typedef struct { TPMI_RH_NV_INDEX nvIndex; } NV_ReadPublic_In;
NV_Read_fp.h 14 TPMI_RH_NV_INDEX nvIndex;
PolicyNV_fp.h 14 TPMI_RH_NV_INDEX nvIndex;
PolicyNV.c 20 // TPM_RC_SIZE the size of nvIndex data starting at offset is less than the size of
30 NV_INDEX nvIndex;
40 NvGetIndexInfo(in->nvIndex, &nvIndex);
51 result = NvReadAccessChecks(in->authHandle, in->nvIndex);
55 if((nvIndex.publicArea.dataSize - in->offset) < in->operandB.t.size)
61 NvGetIndexData(in->nvIndex, &nvIndex, in->offset,
182 nvName.t.size = EntityGetName(in->nvIndex, &nvName.t.name);
Marshal_NV_Increment.c 17 target->nvIndex = request_handles[1];
Marshal_NV_ReadLock.c 17 target->nvIndex = request_handles[1];
Marshal_NV_UndefineSpace.c 17 target->nvIndex = request_handles[1];
Marshal_NV_UndefineSpaceSpecial.c 16 target->nvIndex = request_handles[0];
Marshal_NV_WriteLock.c 17 target->nvIndex = request_handles[1];
NV_Certify_fp.h 15 TPMI_RH_NV_INDEX nvIndex;
Marshal_NV_ChangeAuth.c 16 target->nvIndex = request_handles[0];
Marshal_NV_Extend.c 17 target->nvIndex = request_handles[1];
Marshal_NV_SetBits.c 17 target->nvIndex = request_handles[1];
Marshal_NV_Write.c 17 target->nvIndex = request_handles[1];
Marshal_PolicyNV.c 17 target->nvIndex = request_handles[1];
Marshal_NV_Read.c 44 target->nvIndex = request_handles[1];
Marshal_NV_ReadPublic.c 44 target->nvIndex = request_handles[0];
SessionProcess.c 53 NV_INDEX nvIndex;
54 NvGetIndexInfo(handle, &nvIndex);
55 result = (nvIndex.publicArea.attributes.TPMA_NV_NO_DA == SET);
325 NV_INDEX nvIndex;
326 NvGetIndexInfo(handle, &nvIndex);
329 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHWRITE == SET)
334 if (nvIndex.publicArea.attributes.TPMA_NV_AUTHREAD == SET)
418 NV_INDEX nvIndex;
419 NvGetIndexInfo(handle, &nvIndex);
421 if(nvIndex.publicArea.authPolicy.t.size != 0
    [all...]
Marshal_NV_Certify.c 46 target->nvIndex = request_handles[2];
NV_DefineSpace.c 150 if(NvIsUndefinedIndex(in->publicInfo.t.nvPublic.nvIndex))
marshal_test.c 398 value.t.nvPublic.nvIndex = NV_INDEX_FIRST;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm12CommandLib.h 73 TPM_NV_INDEX nvIndex;
104 @param NvIndex The index of the area to set.
115 IN TPM_NV_INDEX NvIndex,
124 @param NvIndex The index of the area to set.
135 IN TPM_NV_INDEX NvIndex,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12CommandLib/
Tpm12NvStorage.c 38 TPM_NV_INDEX NvIndex;
51 TPM_NV_INDEX NvIndex;
87 Command.PubInfo.nvIndex = SwapBytes32 (PubInfo->nvIndex);
124 @param NvIndex The index of the area to set.
135 IN TPM_NV_INDEX NvIndex,
152 Command.NvIndex = SwapBytes32 (NvIndex);
184 @param NvIndex The index of the area to set.
195 IN TPM_NV_INDEX NvIndex,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2NVStorage.c 45 TPMI_RH_NV_INDEX NvIndex;
72 TPMI_RH_NV_INDEX NvIndex;
86 TPMI_RH_NV_INDEX NvIndex;
103 TPMI_RH_NV_INDEX NvIndex;
119 TPMI_RH_NV_INDEX NvIndex;
133 TPMI_RH_NV_INDEX NvIndex;
162 @param[in] NvIndex The NV Index.
164 @param[out] NvName The Name of the nvIndex.
168 @retval EFI_NOT_FOUND The command was returned successfully, but NvIndex is not found.
173 IN TPMI_RH_NV_INDEX NvIndex,
    [all...]

Completed in 4108 milliseconds

12 3