/external/tpm2/ |
D | Attest_spt.c | 27 TPMI_DH_OBJECT signHandle, // IN: handle of signing object in FillInAttestInfo() argument 35 result = CryptSelectSignScheme(signHandle, scheme); in FillInAttestInfo() 40 if(signHandle == TPM_RH_NULL) in FillInAttestInfo() 48 TPM_HANDLE_Marshal(&signHandle, &buffer, &bufferSize); in FillInAttestInfo() 57 ObjectGetQualifiedName(signHandle, &attest->qualifiedSigner); in FillInAttestInfo() 66 signHierarhcy = EntityGetHierarchy(signHandle); in FillInAttestInfo() 74 if(signHandle == TPM_RH_NULL || signHandle == TPM_RH_OWNER) in FillInAttestInfo() 81 signObject = ObjectGet(signHandle); in FillInAttestInfo() 122 TPMI_DH_OBJECT signHandle, // IN: handle of sign object in SignAttestInfo() argument 141 if(signHandle == TPM_RH_NULL) in SignAttestInfo() [all …]
|
D | GetTime.c | 37 result = FillInAttestInfo(in->signHandle, in TPM2_GetTime() 66 result = SignAttestInfo(in->signHandle, in TPM2_GetTime() 77 if(in->signHandle != TPM_RH_NULL) in TPM2_GetTime()
|
D | Certify.c | 35 result = FillInAttestInfo(in->signHandle, in TPM2_Certify() 61 result = SignAttestInfo(in->signHandle, in TPM2_Certify() 77 if(in->signHandle != TPM_RH_NULL) in TPM2_Certify()
|
D | Quote.c | 35 result = FillInAttestInfo(in->signHandle, in TPM2_Quote() 75 result = SignAttestInfo(in->signHandle, in TPM2_Quote() 86 if(in->signHandle != TPM_RH_NULL) in TPM2_Quote()
|
D | GetCommandAuditDigest.c | 37 result = FillInAttestInfo(in->signHandle, in TPM2_GetCommandAuditDigest() 67 result = SignAttestInfo(in->signHandle, in TPM2_GetCommandAuditDigest() 79 if(in->signHandle != TPM_RH_NULL) in TPM2_GetCommandAuditDigest()
|
D | GetSessionAuditDigest.c | 49 result = FillInAttestInfo(in->signHandle, in TPM2_GetSessionAuditDigest() 78 result = SignAttestInfo(in->signHandle, in TPM2_GetSessionAuditDigest() 89 if(in->signHandle != TPM_RH_NULL) in TPM2_GetSessionAuditDigest()
|
D | CertifyCreation.c | 48 result = FillInAttestInfo(in->signHandle, &in->inScheme, &in->qualifyingData, in TPM2_CertifyCreation() 70 result = SignAttestInfo(in->signHandle, in TPM2_CertifyCreation() 86 if(in->signHandle != TPM_RH_NULL) in TPM2_CertifyCreation()
|
D | NV_Certify.c | 69 result = FillInAttestInfo(in->signHandle, in TPM2_NV_Certify() 105 result = SignAttestInfo(in->signHandle, in TPM2_NV_Certify() 116 if(in->signHandle != TPM_RH_NULL) in TPM2_NV_Certify()
|
D | Attest_spt_fp.h | 10 TPMI_DH_OBJECT signHandle, // IN: handle of signing object 16 TPMI_DH_OBJECT signHandle, // IN: handle of sign object
|
D | Quote_fp.h | 13 TPMI_DH_OBJECT signHandle; member
|
D | GetTime_fp.h | 14 TPMI_DH_OBJECT signHandle; member
|
D | GetSessionAuditDigest_fp.h | 14 TPMI_DH_OBJECT signHandle; member
|
D | GetCommandAuditDigest_fp.h | 14 TPMI_DH_OBJECT signHandle; member
|
D | Certify_fp.h | 14 TPMI_DH_OBJECT signHandle; member
|
D | CertifyCreation_fp.h | 13 TPMI_DH_OBJECT signHandle; member
|
D | NV_Certify_fp.h | 13 TPMI_DH_OBJECT signHandle; member
|
D | Commit_fp.h | 13 TPMI_DH_OBJECT signHandle; member
|
D | Marshal_GetCommandAuditDigest.c | 45 target->signHandle = request_handles[1]; in GetCommandAuditDigest_In_Unmarshal()
|
D | Marshal_GetSessionAuditDigest.c | 45 target->signHandle = request_handles[1]; in GetSessionAuditDigest_In_Unmarshal()
|
D | Marshal_Certify.c | 45 target->signHandle = request_handles[1]; in Certify_In_Unmarshal()
|
D | Marshal_GetTime.c | 45 target->signHandle = request_handles[1]; in GetTime_In_Unmarshal()
|
D | CryptUtil_fp.h | 283 TPMI_DH_OBJECT signHandle, // IN: handle of signing key 286 TPM_RC CryptSign(TPMI_DH_OBJECT signHandle, // IN: The handle of sign key
|
D | Marshal_CertifyCreation.c | 44 target->signHandle = request_handles[0]; in CertifyCreation_In_Unmarshal()
|
D | Marshal_Commit.c | 46 target->signHandle = request_handles[0]; in Commit_In_Unmarshal()
|
D | Marshal_Quote.c | 44 target->signHandle = request_handles[0]; in Quote_In_Unmarshal()
|