Searched refs:TPM_ALG_KEYEDHASH (Results 1 – 8 of 8) sorted by relevance
/system/tpm/trunks/ |
D | tpm_utility_impl.cc | 1055 TPMT_PUBLIC public_area = CreateDefaultPublicArea(TPM_ALG_KEYEDHASH); in SealData() 1720 } else if (key_alg == TPM_ALG_KEYEDHASH) { in CreateDefaultPublicArea() 1721 public_area.type = TPM_ALG_KEYEDHASH; in CreateDefaultPublicArea()
|
D | tpm_utility_test.cc | 1540 EXPECT_EQ(in_public.public_area.type, TPM_ALG_KEYEDHASH); in TEST_F()
|
D | tpm_generated.cc | 7973 if (selector == TPM_ALG_KEYEDHASH) { in Serialize_TPMU_PUBLIC_PARMS() 8011 if (selector == TPM_ALG_KEYEDHASH) { in Parse_TPMU_PUBLIC_PARMS() 8107 if (selector == TPM_ALG_KEYEDHASH) { in Serialize_TPMU_PUBLIC_ID() 8145 if (selector == TPM_ALG_KEYEDHASH) { in Parse_TPMU_PUBLIC_ID() 8420 if (selector == TPM_ALG_KEYEDHASH) { in Serialize_TPMU_SENSITIVE_COMPOSITE() 8458 if (selector == TPM_ALG_KEYEDHASH) { in Parse_TPMU_SENSITIVE_COMPOSITE()
|
D | tpm_generated.h | 467 const TPM_ALG_ID TPM_ALG_KEYEDHASH = 0x0008; variable
|
/system/tpm/trunks/generator/ |
D | raw_structures.txt | 2714 TPM_ALG_KEYEDHASH and TPM_ALG_NULL are required of all TPM implementations. 2792 TPM_ALG_KEYEDHASH 8283 required to be CLEAR. A data object has type = TPM_ALG_KEYEDHASH and its sign and decrypt 8585 If decrypt is SET on an object with type set to TPM_ALG_KEYEDHASH, it indicates that the object is … 8625 If sign is SET on an object with type set to TPM_ALG_KEYEDHASH, it indicates that the object is an 14308 TPM_ALG_KEYEDHASH 14397 TPM_ALG_KEYEDHASH 14440 For a symmetric key (type == TPM_ALG_SYMCIPHER), HMAC key (type == TPM_ALG_KEYEDHASH) 14441 or data object (also, type == TPM_ALG_KEYEDHASH), the contents of unique shall be computed from 14498 TPM_ALG_KEYEDHASH [all …]
|
D | raw_structures_fixed.txt | 2716 TPM_ALG_KEYEDHASH and TPM_ALG_NULL are required of all TPM implementations. 2790 TPM_ALG_KEYEDHASH 8311 required to be CLEAR. A data object has type = TPM_ALG_KEYEDHASH and its sign and decrypt 8613 If decrypt is SET on an object with type set to TPM_ALG_KEYEDHASH, it indicates that the object is … 8653 If sign is SET on an object with type set to TPM_ALG_KEYEDHASH, it indicates that the object is an 14320 TPM_ALG_KEYEDHASH 14409 TPM_ALG_KEYEDHASH 14452 For a symmetric key (type == TPM_ALG_SYMCIPHER), HMAC key (type == TPM_ALG_KEYEDHASH) 14453 or data object (also, type == TPM_ALG_KEYEDHASH), the contents of unique shall be computed from 14510 TPM_ALG_KEYEDHASH [all …]
|
D | raw_commands.txt | 6284 TPM_RC_ATTRIBUTES. If the type of itemHandle is not TPM_ALG_KEYEDHASH, then the TPM shall 6425 if(object->publicArea.type != TPM_ALG_KEYEDHASH) 10660 TPM_RC_ATTRIBUTES. If the key type is not TPM_ALG_KEYEDHASH then the TPM shall return 10872 if(publicArea->type != TPM_ALG_KEYEDHASH) 11267 TPM_RC_ATTRIBUTES. If the key type is not TPM_ALG_KEYEDHASH then the TPM shall return 11563 if(publicArea->type != TPM_ALG_KEYEDHASH) 15842 && signObject->publicArea.type == TPM_ALG_KEYEDHASH
|
D | raw_commands_fixed.txt | 6288 TPM_RC_ATTRIBUTES. If the type of itemHandle is not TPM_ALG_KEYEDHASH, then the TPM shall 6429 if(object->publicArea.type != TPM_ALG_KEYEDHASH) 10671 TPM_RC_ATTRIBUTES. If the key type is not TPM_ALG_KEYEDHASH then the TPM shall return 10883 if(publicArea->type != TPM_ALG_KEYEDHASH) 11278 TPM_RC_ATTRIBUTES. If the key type is not TPM_ALG_KEYEDHASH then the TPM shall return 11574 if(publicArea->type != TPM_ALG_KEYEDHASH) 15853 && signObject->publicArea.type == TPM_ALG_KEYEDHASH
|