Searched refs:keyedHash (Results 1 – 9 of 9) sorted by relevance
/external/tpm2/ |
D | tpm_types.h | 1374 BYTE keyedHash[sizeof(TPM2B_DIGEST)]; member 1392 TPM2B_DIGEST keyedHash; member
|
D | tpm_generated.c | 1796 return TPM2B_DIGEST_Marshal((TPM2B_DIGEST*)&source->keyedHash, buffer, in TPMU_PUBLIC_ID_Marshal() 1824 return TPM2B_DIGEST_Unmarshal((TPM2B_DIGEST*)&target->keyedHash, buffer, in TPMU_PUBLIC_ID_Unmarshal()
|
D | part4.txt | 7258 406 // only supported signing scheme for keyedHash object is HMAC 7268 411 // end of the checks for keyedHash 17589 …keyedHash TPMS_KEYEDHASH_PARMS TPM_ALG_KEYEDHASH … 17608 9 (TPMS_KEYEDHASH_PARMS *)&(target->keyedHash), buffer, size); 17649 9 (TPMS_KEYEDHASH_PARMS *)&(source->keyedHash), buffer, size); 20089 This function creates a keyedHash object. 22284 … keyedHash or symmetric key, the secret is larger than the size of the
|
D | part3.txt | 2318 c) tpmKey references a symmetric block cipher or a keyedHash object and encryptedSalt contains a 2700 c) If the Object is a keyedHash object: 2714 5) The TPMT_PUBLIC.unique.keyedHash value for the new object is then generated, as shown in 3276 TPM_RC_KDF incorrect KDF selection for decrypting keyedHash object
|
/external/tpm2/generator/ |
D | structures.txt | 1709 _NAME keyedHash _ARRAY sizeof(TPM2B_DIGEST) 1712 _NAME keyedHash
|
D | raw_structures.txt | 8575 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object… 12808 If data.size is not zero, and the object is not a keyedHash, data.size must match the size indicate… 12809 keySize of public.parameters. If the object is a keyedHash, data.size may be any value up to the 12894 This is the list of values that may appear in a keyedHash as the scheme parameter. 14304 keyedHash[sizeof(TPM2B_DIGEST)] 14494 keyedHash 14541 Indicates the signing method used for a keyedHash signing
|
D | raw_structures_fixed.txt | 8592 only type of data that may be returned after decryption is a Sealed Data Object (a keyedHash object… 12807 If data.size is not zero, and the object is not a keyedHash, data.size must match the size indicate… 12808 keySize of public.parameters. If the object is a keyedHash, data.size may be any value up to the 12893 This is the list of values that may appear in a keyedHash as the scheme parameter. 14303 keyedHash [sizeof(TPM2B_DIGEST)] 14493 keyedHash 14540 Indicates the signing method used for a keyedHash signing
|
D | raw_commands.txt | 3581 c) tpmKey references a symmetric block cipher or a keyedHash object and encryptedSalt contains a 4256 c) If the Object is a keyedHash object: 5318 incorrect KDF selection for decrypting keyedHash object
|
D | raw_commands_fixed.txt | 3581 c) tpmKey references a symmetric block cipher or a keyedHash object and encryptedSalt contains a 4258 c) If the Object is a keyedHash object: 5320 incorrect KDF selection for decrypting keyedHash object
|