Searched refs:TPM_RH_NULL (Results 1 – 13 of 13) sorted by relevance
/system/tpm/trunks/ |
D | session_manager_test.cc | 125 session_manager_.StartSession(TPM_SE_TRIAL, TPM_RH_NULL, "", false, in TEST_F() 132 session_manager_.StartSession(TPM_SE_TRIAL, TPM_RH_NULL, "", false, in TEST_F() 143 StartAuthSessionSyncShort(_, TPM_RH_NULL, _, _, _, _, _, _, _, _)) in TEST_F() 146 session_manager_.StartSession(TPM_SE_TRIAL, TPM_RH_NULL, "", false, in TEST_F()
|
D | hmac_session_impl.cc | 58 return StartBoundSession(TPM_RH_NULL, "", enable_encryption); in StartUnboundSession()
|
D | scoped_key_handle_test.cc | 71 TPM_HANDLE new_handle = TPM_RH_NULL; in TEST_F()
|
D | policy_session_impl.cc | 72 return StartBoundSession(TPM_RH_NULL, "", enable_encryption); in StartUnboundSession()
|
D | policy_session_test.cc | 98 StartSession(TPM_SE_POLICY, TPM_RH_NULL, _, true, _)) in TEST_F()
|
D | tpm_generated_test.cc | 247 trunks::TPM_RH_NULL, "", in_sensitive, in_public, outside_info, in TEST()
|
D | tpm_utility_impl.cc | 589 validation.hierarchy = TPM_RH_NULL; in Sign() 686 TPM_RH_NULL, "", key_handle, "", qualifying_data, creation_hash, in CertifyCreation()
|
D | tpm_utility_test.cc | 1040 EXPECT_CALL(mock_tpm_, CertifyCreationSyncShort(TPM_RH_NULL, key_handle, _, _, in TEST_F() 1059 EXPECT_CALL(mock_tpm_, CertifyCreationSyncShort(TPM_RH_NULL, key_handle, _, _, in TEST_F()
|
D | tpm_generated.h | 941 constexpr TPM_RH TPM_RH_NULL = 0x40000007; variable
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 969 Types" in Part 2). The null value is usually TPM_RH_NULL for a handle or TPM_ALG_NULL for 3502 If tpmKey Is TPM_RH_NULL, then encryptedSalt is required to be an Empty Buffer. 3673 may be TPM_RH_NULL 3681 may be TPM_RH_NULL 3698 If tpmKey is TPM_RH_NULL, this shall be the Empty 3886 if(in->tpmKey != TPM_RH_NULL) 5114 public and sensitive portions of the object are loaded, hierarchy is required to be TPM_RH_NULL. 5180 when their associated hierarchy is disabled. If hierarchy is TPM_RH_NULL, the object is part of no 5182 If hierarchy is TPM_RH_NULL or nameAlg is TPM_ALG_NULL, a ticket produced using the object shall 5186 If a key is loaded with hierarchy set to TPM_RH_NULL, then TPM2_VerifySignature() will produce a [all …]
|
D | raw_commands.txt | 969 Types" in Part 2). The null value is usually TPM_RH_NULL for a handle or TPM_ALG_NULL for 3502 If tpmKey Is TPM_RH_NULL, then encryptedSalt is required to be an Empty Buffer. 3671 may be TPM_RH_NULL 3679 may be TPM_RH_NULL 3696 If tpmKey is TPM_RH_NULL, this shall be the Empty 3884 if(in->tpmKey != TPM_RH_NULL) 5112 public and sensitive portions of the object are loaded, hierarchy is required to be TPM_RH_NULL. 5178 when their associated hierarchy is disabled. If hierarchy is TPM_RH_NULL, the object is part of no 5180 If hierarchy is TPM_RH_NULL or nameAlg is TPM_ALG_NULL, a ticket produced using the object shall 5184 If a key is loaded with hierarchy set to TPM_RH_NULL, then TPM2_VerifySignature() will produce a [all …]
|
D | raw_structures.txt | 7503 TPM_RH_NULL 8039 TPM_ALG_NULL and newParentHandle shall not be TPM_RH_NULL. 8041 private portion of the object and the new parent may be TPM_RH_NULL. 8448 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL 8452 TPM_ALG_NULL and newParentHandle may not be TPM_RH_NULL. 9424 +TPM_RH_NULL 9481 +TPM_RH_NULL 9520 +TPM_RH_NULL 9634 +TPM_RH_NULL 9666 +TPM_RH_NULL [all …]
|
D | raw_structures_fixed.txt | 7530 TPM_RH_NULL 8067 TPM_ALG_NULL and newParentHandle shall not be TPM_RH_NULL. 8069 private portion of the object and the new parent may be TPM_RH_NULL. 8476 with an inner wrapper and the new parent shall be an asymmetric key and not TPM_RH_NULL 8480 TPM_ALG_NULL and newParentHandle may not be TPM_RH_NULL. 9452 +TPM_RH_NULL 9509 +TPM_RH_NULL 9548 +TPM_RH_NULL 9662 +TPM_RH_NULL 9694 +TPM_RH_NULL [all …]
|