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

  /system/tpm/trunks/
session_manager_impl.h 53 TPM_RC EncryptSalt(const std::string& salt, std::string* encrypted_salt);
session_manager_impl.cc 92 TPM_RC salt_result = EncryptSalt(salt, &encrypted_salt);
144 TPM_RC SessionManagerImpl::EncryptSalt(const std::string& salt,

Completed in 78 milliseconds