Searched defs:unwrap_options (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
H A Deasy_unlock_private_api_chromeos_unittest.cc290 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options; local
291 unwrap_options.key = "KEY";
292 unwrap_options.associated_data = "ASSOCIATED_DATA";
293 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
294 unwrap_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
299 unwrap_options,
330 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options; local
331 unwrap_options.key = "KEY";
332 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeNone;
333 unwrap_options
362 chromeos::EasyUnlockClient::UnwrapSecureMessageOptions unwrap_options; local
[all...]

Completed in 137 milliseconds