HomeSort by relevance Sort by last modified time
    Searched refs:encrypted_salt (Results 1 - 6 of 6) sorted by null

  /system/tpm/trunks/
session_manager_impl.h 52 // The encrypted salt is stored in the out parameter |encrypted_salt|.
53 TPM_RC EncryptSalt(const std::string& salt, std::string* encrypted_salt);
session_manager_impl.cc 91 std::string encrypted_salt; local
92 TPM_RC salt_result = EncryptSalt(salt, &encrypted_salt);
99 Make_TPM2B_ENCRYPTED_SECRET(encrypted_salt);
145 std::string* encrypted_salt) {
203 encrypted_salt->resize(out_length);
206 reinterpret_cast<uint8_t*>(string_as_array(encrypted_salt)),
212 encrypted_salt->resize(out_length);
mock_tpm.cc 40 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
46 StartAuthSessionShort(tpm_key, bind, nonce_caller, encrypted_salt,
57 const TPM2B_ENCRYPTED_SECRET& encrypted_salt,
65 tpm_key, bind, nonce_caller, encrypted_salt, session_type, symmetric,
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,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc     [all...]

Completed in 245 milliseconds