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

  /external/chromium_org/chromeos/dbus/
easy_unlock_client.cc 51 easy_unlock::kEasyUnlockServiceInterface,
52 easy_unlock::kPerformECDHKeyAgreementMethod);
67 easy_unlock::kEasyUnlockServiceInterface,
68 easy_unlock::kGenerateEcP256KeyPairMethod);
80 easy_unlock::kEasyUnlockServiceInterface,
81 easy_unlock::kCreateSecureMessageMethod);
104 easy_unlock::kEasyUnlockServiceInterface,
105 easy_unlock::kUnwrapSecureMessageMethod);
124 easy_unlock::kEasyUnlockServiceName,
125 dbus::ObjectPath(easy_unlock::kEasyUnlockServicePath))
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/easy_unlock_private/
easy_unlock_private_crypto_delegate_chromeos.cc 21 return easy_unlock::kEncryptionTypeAES256CBC;
23 return easy_unlock::kEncryptionTypeNone;
32 return easy_unlock::kSignatureTypeECDSAP256SHA256;
36 return easy_unlock::kSignatureTypeHMACSHA256;
easy_unlock_private_api_chromeos_unittest.cc 175 create_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
176 create_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
219 create_options.encryption_type = easy_unlock::kEncryptionTypeNone;
220 create_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
253 create_options.encryption_type = easy_unlock::kEncryptionTypeNone;
254 create_options.signature_type = easy_unlock::kSignatureTypeECDSAP256SHA256;
293 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
294 unwrap_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
332 unwrap_options.encryption_type = easy_unlock::kEncryptionTypeNone;
333 unwrap_options.signature_type = easy_unlock::kSignatureTypeHMACSHA256
    [all...]
easy_unlock_private_api.h 25 namespace easy_unlock { namespace in namespace:extensions::api
27 } // easy_unlock
  /external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
easy_unlock_create_keys_operation.cc 5 #include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h"
14 #include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_key_manager.h"
15 #include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.h"
187 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
188 options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
202 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
203 options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;
223 options.encryption_type = easy_unlock::kEncryptionTypeAES256CBC;
224 options.signature_type = easy_unlock::kSignatureTypeHMACSHA256;

Completed in 68 milliseconds