Home
last modified time | relevance | path

Searched refs:pcr_values (Results 1 – 4 of 4) sorted by relevance

/external/tpm2-tss/test/integration/
Dsapi-pcr-extension.int.c42 TPML_DIGEST pcr_values; in test_invoke() local
75 …context, 0, &pcr_selection, &pcr_update_counter_before_extend, &pcr_selection_out, &pcr_values, 0); in test_invoke()
80 memcpy(&(pcr_before_extend[0]), &(pcr_values.digests[0].buffer[0]), pcr_values.digests[0].size); in test_invoke()
87 …_context, 0, &pcr_selection, &pcr_update_counter_after_extend, &pcr_selection_out, &pcr_values, 0); in test_invoke()
92 memcpy(&(pcr_after_extend[0]), &(pcr_values.digests[0].buffer[0]), pcr_values.digests[0].size); in test_invoke()
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_callbacks.c288 TPML_PCRVALUES **pcr_values, in ifapi_read_pcr() argument
362 *pcr_values = calloc(1, sizeof(TPML_PCRVALUES) + n_pcrs* sizeof(TPMS_PCRVALUE)); in ifapi_read_pcr()
363 goto_if_null2(*pcr_values, "Out of memory.", r, TSS2_FAPI_RC_MEMORY, cleanup); in ifapi_read_pcr()
373 (*pcr_values)->pcrs[i_pcr].pcr = pcr; in ifapi_read_pcr()
374 (*pcr_values)->pcrs[i_pcr].hashAlg = out_selection->pcrSelections[i].hash; in ifapi_read_pcr()
375 memcpy(&(*pcr_values)->pcrs[i_pcr].digest, in ifapi_read_pcr()
Difapi_policy_callbacks.h63 TPML_PCRVALUES **pcr_values,
/external/tpm2-tss/doc/
Ddoxygen.dox1895 TPML_PCRVALUES **pcr_values,