Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/cros/
Dcryptohome_library.cc111 char* salt_buf; in GetSystemSalt() local
113 bool result = chromeos::CryptohomeGetSystemSaltSafe(&salt_buf, &salt_len); in GetSystemSalt()
117 memcpy(&system_salt[0], static_cast<const void*>(salt_buf), in GetSystemSalt()