Searched refs:TPMT_HA (Results 1 – 14 of 14) sorted by relevance
/external/tpm2/ |
D | FieldUpgradeData_fp.h | 15 TPMT_HA nextDigest; 16 TPMT_HA firstDigest;
|
D | tpm_types.h | 618 } TPMT_HA; typedef 633 BYTE buffer[sizeof(TPMT_HA)]; 694 TPMT_HA digest; 802 TPMT_HA digests[HASH_COUNT]; 1351 TPMT_HA hmac;
|
D | Session.c | 376 TPM2B_TYPE(KEY, (sizeof(TPMT_HA) + sizeof(seed->t.buffer))); in SessionCreate()
|
D | tpm_generated.h | 1217 UINT16 TPMT_HA_Marshal(TPMT_HA* source, BYTE** buffer, INT32* size); 1219 TPM_RC TPMT_HA_Unmarshal(TPMT_HA* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 802 if (target->t.size > sizeof(TPMT_HA)) { in TPM2B_DATA_Unmarshal() 5462 UINT16 TPMT_HA_Marshal(TPMT_HA* source, BYTE** buffer, INT32* size) { in TPMT_HA_Marshal() 5469 TPM_RC TPMT_HA_Unmarshal(TPMT_HA* target, BYTE** buffer, INT32* size) { in TPMT_HA_Unmarshal() 6964 return TPMT_HA_Marshal((TPMT_HA*)&source->hmac, buffer, size); in TPMU_SIGNATURE_Marshal() 7011 return TPMT_HA_Unmarshal((TPMT_HA*)&target->hmac, buffer, size); in TPMU_SIGNATURE_Unmarshal()
|
D | CryptUtil.c | 2270 BYTE defaultIV[sizeof(TPMT_HA)]; in CryptSymmetricDecrypt()
|
D | part3.txt | 9312 …ause the unmarshalling of digests will fail. Each of the entries in the list is a TPMT_HA, which is 15750 TPMT_HA+ nextDigest 15752 TPMT_HA firstDigest tagged digest of the first block of the sequence
|
D | part4.txt | 14567 295 TPM2B_TYPE(KEY, (sizeof(TPMT_HA) + sizeof(seed->t.buffer))); 22018 1808 BYTE defaultIV[sizeof(TPMT_HA)]; 22555 2249 // is the size of the buffer which can contain a TPMT_HA.
|
/external/tpm2/generator/ |
D | structures.txt | 920 _STRUCTURE TPMT_HA 936 _MAX size sizeof(TPMT_HA) 1085 _TYPE TPMT_HA 1580 _TYPE TPMT_HA 1697 _TYPE TPMT_HA
|
D | raw_structures_fixed.txt | 370 TPMT_HA............................................................................................… 889 Table 68 — Definition of TPMT_HA Structure <IN/OUT> ...............................................… 10303 10.2.2 TPMT_HA 10310 In the exemplary code, when a TPMT_HA is allocated, the digest field is large enough to support the 10313 Table 68 — Definition of TPMT_HA Structure <IN/OUT> 10335 allowed if a use of a TPMT_HA allows TPM_ALG_NULL. 10432 buffer [size] {:sizeof(TPMT_HA)} 10666 TPMT_HA 11542 TPMT_HA 14199 TPMT_HA
|
D | raw_structures.txt | 370 TPMT_HA............................................................................................… 889 Table 68 — Definition of TPMT_HA Structure <IN/OUT> ...............................................… 10290 10.2.2 TPMT_HA 10297 In the exemplary code, when a TPMT_HA is allocated, the digest field is large enough to support the 10300 Table 68 — Definition of TPMT_HA Structure <IN/OUT> 10322 allowed if a use of a TPMT_HA allows TPM_ALG_NULL. 10419 buffer[size]{:sizeof(TPMT_HA)} 10653 TPMT_HA 11523 TPMT_HA 14197 TPMT_HA
|
D | commands.txt | 2332 _TYPE TPMT_HA+ 2335 _TYPE TPMT_HA
|
D | raw_commands_fixed.txt | 16676 because the unmarshalling of digests will fail. Each of the entries in the list is a TPMT_HA which … 28417 TPMT_HA+ 28424 TPMT_HA
|
D | raw_commands.txt | 16665 because the unmarshalling of digests will fail. Each of the entries in the list is a TPMT_HA which … 28406 TPMT_HA+ 28413 TPMT_HA
|