Home
last modified time | relevance | path

Searched refs:encrypted_salt (Results 1 – 6 of 6) sorted by relevance

/system/tpm/trunks/
Dsession_manager_impl.cc90 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()
Dmock_tpm.cc42 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()
Dsession_manager_impl.h53 TPM_RC EncryptSalt(const std::string& salt, std::string* encrypted_salt);
Dmock_tpm.h76 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,
Dtpm_generated.h3832 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
3849 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
3861 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
Dtpm_generated.cc10644 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()