Searched refs:Tpm2ReleaseCounter (Results 1 – 11 of 11) sorted by relevance
/external/epid-sdk/epid/member/tpm2/unittests/ |
D | commit-test.cc | 169 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 198 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 226 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, ctr1)); in TEST_F() 227 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, ctr2)); in TEST_F() 257 Tpm2ReleaseCounter(tpm, counter); in TEST_F() 288 Tpm2ReleaseCounter(tpm, counter); in TEST_F() 318 Tpm2ReleaseCounter(tpm, counter); in TEST_F()
|
D | commit-simulator-test.cc | 57 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 101 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 146 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 191 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 235 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 271 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F()
|
D | sign-test.cc | 236 THROW_ON_EPIDERR(Tpm2ReleaseCounter(tpm, counter)); in TEST_F() 286 EXPECT_EQ(kEpidBadArgErr, Tpm2ReleaseCounter(nullptr, ctr)); in TEST_F() 310 EXPECT_EQ(kEpidNoErr, Tpm2ReleaseCounter(tpm, counter)); in TEST_F()
|
/external/epid-sdk/epid/member/src/ |
D | context.c | 139 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, (buf++)->rf_ctr); in EpidMemberDeinit() 141 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, ctx->join_ctr); in EpidMemberDeinit() 142 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, ctx->rf_ctr); in EpidMemberDeinit() 143 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, ctx->rnu_ctr); in EpidMemberDeinit()
|
D | signbasic.c | 310 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, (uint16_t)ctx->rf_ctr); in EpidSignBasic() 311 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, curr_presig.rf_ctr); in EpidSignBasic() 313 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, curr_presig.rf_ctr); in EpidSignBasic()
|
D | privateexp.c | 127 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, counter); in EpidPrivateExp()
|
D | join.c | 138 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, ctx->join_ctr); in EpidCreateJoinRequest()
|
D | presig.c | 275 (void)Tpm2ReleaseCounter(ctx->tpm2_ctx, precompsig->rf_ctr); in MemberComputePreSig()
|
/external/epid-sdk/epid/member/tpm2/ |
D | sign.h | 81 EpidStatus Tpm2ReleaseCounter(Tpm2Ctx* ctx, uint16_t counter);
|
/external/epid-sdk/epid/member/tpm2/src/ |
D | sign.c | 120 EpidStatus Tpm2ReleaseCounter(Tpm2Ctx* ctx, uint16_t counter) { in Tpm2ReleaseCounter() function
|
/external/epid-sdk/epid/member/tpm2/ibm_tss/ |
D | sign.c | 119 EpidStatus Tpm2ReleaseCounter(Tpm2Ctx* ctx, uint16_t counter) { in Tpm2ReleaseCounter() function
|