Home
last modified time | relevance | path

Searched refs:operandB (Results 1 – 23 of 23) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyNV.c62 BYTE nvBuffer[sizeof(in->operandB.t.buffer)]; in TPM2_PolicyNV()
92 if((nvIndex->publicArea.dataSize - in->offset) < in->operandB.t.size) in TPM2_PolicyNV()
97 NvGetIndexData(nvIndex, locator, in->offset, in->operandB.t.size, nvBuffer); in TPM2_PolicyNV()
101 in->operandB.t.buffer, in->operandB.t.size)) in TPM2_PolicyNV()
110 CryptDigestUpdate2B(&hashState, &in->operandB.b); in TPM2_PolicyNV()
DPolicyCounterTimer.c73 if((UINT32)in->offset + (UINT32)in->operandB.t.size > infoDataSize) in TPM2_PolicyCounterTimer()
95 in->operandB.t.buffer, in->operandB.t.size)) in TPM2_PolicyCounterTimer()
102 CryptDigestUpdate2B(&hashState, &in->operandB.b); in TPM2_PolicyCounterTimer()
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_PolicyCounterTimer.c18 const TPM2B_OPERAND *operandB, in Tss2_Sys_PolicyCounterTimer_Prepare() argument
38 if (!operandB) { in Tss2_Sys_PolicyCounterTimer_Prepare()
46 rval = Tss2_MU_TPM2B_OPERAND_Marshal(operandB, ctx->cmdBuffer, in Tss2_Sys_PolicyCounterTimer_Prepare()
88 const TPM2B_OPERAND *operandB, in Tss2_Sys_PolicyCounterTimer() argument
97 operandB, offset, operation); in Tss2_Sys_PolicyCounterTimer()
DTss2_Sys_PolicyNV.c20 const TPM2B_OPERAND *operandB, in Tss2_Sys_PolicyNV_Prepare() argument
52 if (!operandB) { in Tss2_Sys_PolicyNV_Prepare()
60 rval = Tss2_MU_TPM2B_OPERAND_Marshal(operandB, ctx->cmdBuffer, in Tss2_Sys_PolicyNV_Prepare()
104 const TPM2B_OPERAND *operandB, in Tss2_Sys_PolicyNV() argument
113 policySession, operandB, offset, in Tss2_Sys_PolicyNV()
/external/tpm2-tss/src/tss2-esys/api/
DEsys_PolicyCounterTimer.c71 const TPM2B_OPERAND *operandB, in Esys_PolicyCounterTimer() argument
78 shandle2, shandle3, operandB, offset, in Esys_PolicyCounterTimer()
150 const TPM2B_OPERAND *operandB, in Esys_PolicyCounterTimer_Async() argument
157 esysContext, policySession, operandB, offset, operation); in Esys_PolicyCounterTimer_Async()
184 operandB, offset, operation); in Esys_PolicyCounterTimer_Async()
DEsys_PolicyNV.c75 const TPM2B_OPERAND *operandB, in Esys_PolicyNV() argument
82 shandle1, shandle2, shandle3, operandB, offset, in Esys_PolicyNV()
158 const TPM2B_OPERAND *operandB, in Esys_PolicyNV_Async() argument
166 esysContext, authHandle, nvIndex, policySession, operandB, in Esys_PolicyNV_Async()
202 : policySessionNode->rsrc.handle, operandB, in Esys_PolicyNV_Async()
/external/tpm2-tss/test/integration/
Desys-policy-authorize-nv-opt.int.c151 TPM2B_OPERAND operandB = { in test_esys_policy_authorize_nv_opt() local
161 ESYS_TR_NONE, ESYS_TR_NONE, &operandB, offset, operation); in test_esys_policy_authorize_nv_opt()
Desys-policy-regression.int.c208 TPM2B_OPERAND operandB = { in test_esys_policy_regression() local
218 ESYS_TR_NONE, ESYS_TR_NONE, &operandB, offset, operation); in test_esys_policy_regression()
289 ESYS_TR_NONE, &operandB, offset, operation); in test_esys_policy_regression()
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_types.h74 TPM2B_OPERAND operandB; /**< None */ member
82 TPM2B_OPERAND operandB; /**< None */ member
Difapi_policy_calculate.c538 HASH_UPDATE_BUFFER(cryptoContext, &policy->operandB.buffer[0], in ifapi_calculate_policy_counter_timer()
539 policy->operandB.size, r, cleanup); in ifapi_calculate_policy_counter_timer()
1081 HASH_UPDATE_BUFFER(cryptoContext, &policy->operandB.buffer[0], in ifapi_calculate_policy_nv()
1082 policy->operandB.size, r, cleanup); in ifapi_calculate_policy_nv()
Difapi_policy_json_deserialize.c372 r = ifapi_json_TPM2B_OPERAND_deserialize(jso2, &out->operandB); in ifapi_json_TPMS_POLICYNV_deserialize()
419 r = ifapi_json_TPM2B_OPERAND_deserialize(jso2, &out->operandB); in ifapi_json_TPMS_POLICYCOUNTERTIMER_deserialize()
Difapi_policy_json_serialize.c333 r = ifapi_json_TPM2B_OPERAND_serialize(&in->operandB, &jso2); in ifapi_json_TPMS_POLICYNV_serialize()
381 r = ifapi_json_TPM2B_OPERAND_serialize(&in->operandB, &jso2); in ifapi_json_TPMS_POLICYCOUNTERTIMER_serialize()
Difapi_policy_execute.c340 &policy->operandB, policy->offset, in execute_policy_nv()
874 &policy->operandB, in execute_policy_counter_timer()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DPolicyCounterTimer_fp.h48 TPM2B_OPERAND operandB; member
DPolicyNV_fp.h50 TPM2B_OPERAND operandB; member
/external/tpm2-tss/include/tss2/
Dtss2_sys.h1292 const TPM2B_OPERAND *operandB,
1305 const TPM2B_OPERAND *operandB,
1313 const TPM2B_OPERAND *operandB,
1324 const TPM2B_OPERAND *operandB,
Dtss2_esys.h1915 const TPM2B_OPERAND *operandB,
1928 const TPM2B_OPERAND *operandB,
1945 const TPM2B_OPERAND *operandB,
1956 const TPM2B_OPERAND *operandB,
/external/tpm2-tss/test/unit/
Desys-tpm-rcs.c1623 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyNV() local
1631 ESYS_TR_NONE, ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyNV()
1645 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyCounterTimer() local
1652 ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyCounterTimer()
Desys-tcti-rcs.c1643 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyNV() local
1651 ESYS_TR_NONE, ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyNV()
1665 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyCounterTimer() local
1672 ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyCounterTimer()
Desys-resubmissions.c1765 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyNV() local
1773 ESYS_TR_NONE, ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyNV()
1789 TPM2B_OPERAND operandB = DUMMY_2B_DATA(.buffer); in test_PolicyCounterTimer() local
1796 ESYS_TR_NONE, &operandB, offset, operation); in test_PolicyCounterTimer()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1310 result = TPM2B_OPERAND_Unmarshal(&in->operandB, paramBuffer, paramBufferSize);
1326 result = TPM2B_OPERAND_Unmarshal(&in->operandB, paramBuffer, paramBufferSize);
DCommandDispatchData.h2916 (UINT16)(offsetof(PolicyNV_In, operandB)),
2956 /* offsets */ {(UINT16)(offsetof(PolicyCounterTimer_In, operandB)),
/external/tpm2-tss/doc/
Ddoxygen.dox657 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, T…
658 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, T…
705 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, T…
706 …S_TR shandle1, ESYS_TR shandle2, ESYS_TR shandle3, const TPM2B_OPERAND *operandB, UINT16 offset, T…