Searched refs:encrypted_salt (Results 1 – 6 of 6) sorted by relevance
/system/tpm/trunks/ |
D | session_manager_impl.cc | 90 std::string encrypted_salt; in StartSession() local 91 TPM_RC salt_result = EncryptSalt(salt, &encrypted_salt); in StartSession() 98 Make_TPM2B_ENCRYPTED_SECRET(encrypted_salt); in StartSession() 152 std::string* encrypted_salt) { in EncryptSalt() argument 205 encrypted_salt->resize(out_length); in EncryptSalt() 208 reinterpret_cast<uint8_t*>(string_as_array(encrypted_salt)), in EncryptSalt() 214 encrypted_salt->resize(out_length); in EncryptSalt()
|
D | mock_tpm.cc | 42 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, in StartAuthSession() argument 48 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt, in StartAuthSession() 59 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, in StartAuthSessionSync() argument 67 encrypted_salt, session_type, symmetric, in StartAuthSessionSync()
|
D | session_manager_impl.h | 53 TPM_RC EncryptSalt(const std::string& salt, std::string* encrypted_salt);
|
D | mock_tpm.h | 76 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, 86 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, 99 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, 110 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
|
D | tpm_generated.h | 3832 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, 3849 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, 3861 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
|
D | tpm_generated.cc | 10644 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, in SerializeCommand_StartAuthSession() argument 10689 encrypted_salt, in SerializeCommand_StartAuthSession() 10962 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, in StartAuthSession() argument 10982 encrypted_salt, in StartAuthSession() 11001 const TPM2B_ENCRYPTED_SECRET& encrypted_salt, in StartAuthSessionSync() argument 11016 encrypted_salt, in StartAuthSessionSync()
|