Searched refs:ec (Results 1 - 22 of 22) sorted by relevance

/system/bt/stack/smp/
H A Dp_256_curvepara.c30 elliptic_curve_t *ec; local
34 ec = &curve_p256;
36 ec->p[7] = 0xFFFFFFFF;
37 ec->p[6] = 0x00000001;
38 ec->p[5] = 0x0;
39 ec->p[4] = 0x0;
40 ec->p[3] = 0x0;
41 ec->p[2] = 0xFFFFFFFF;
42 ec->p[1] = 0xFFFFFFFF;
43 ec
[all...]
/system/update_engine/update_manager/
H A Dupdate_manager.cc40 for (auto& ec : ec_repo_)
41 ec->RemoveObserversAndTimeout();
44 void UpdateManager::UnregisterEvalContext(EvaluationContext* ec) { argument
45 if (!ec_repo_.erase(ec)) {
H A Dupdate_manager-inl.h33 EvaluationContext* ec,
42 if (ec->is_expired()) {
44 << ec->DumpContext();
45 ec->ResetExpiration();
49 ec->ResetEvaluation();
56 EvalStatus status = (policy_.get()->*policy_method)(ec, state_.get(), &error,
61 << "\nEvaluation context: " << ec->DumpContext();
63 status = (default_policy_.*policy_method)(ec, state_.get(), &error, result,
81 scoped_refptr<EvaluationContext> ec,
89 EvalStatus status = EvaluatePolicy(ec
32 EvaluatePolicy( EvaluationContext* ec, EvalStatus (Policy::*policy_method)(EvaluationContext*, State*, std::string*, R*, Args...) const, R* result, Args... args) argument
80 OnPolicyReadyToEvaluate( scoped_refptr<EvaluationContext> ec, base::Callback<void(EvalStatus status, const R& result)> callback, EvalStatus (Policy::*policy_method)(EvaluationContext*, State*, std::string*, R*, Args...) const, Args... args) argument
143 scoped_refptr<EvaluationContext> ec = local
[all...]
H A Ddefault_policy.h69 EvaluationContext* ec, State* state, std::string* error,
73 EvaluationContext* ec, State* state, std::string* error,
78 EvaluationContext* ec, State* state, std::string* error,
82 EvaluationContext* ec, State* state, std::string* error,
86 EvaluationContext* ec, State* state, std::string* error,
H A Ddefault_policy.cc35 EvaluationContext* ec, State* state, std::string* error,
45 ec->IsMonotonicTimeGreaterThan(
57 EvaluationContext* ec,
77 EvaluationContext* ec,
86 EvaluationContext* ec,
95 EvaluationContext* ec,
34 UpdateCheckAllowed( EvaluationContext* ec, State* state, std::string* error, UpdateCheckParams* result) const argument
56 UpdateCanStart( EvaluationContext* ec, State* state, std::string* error, UpdateDownloadParams* result, const UpdateState update_state) const argument
76 UpdateDownloadAllowed( EvaluationContext* ec, State* state, std::string* error, bool* result) const argument
85 P2PEnabled( EvaluationContext* ec, State* state, std::string* error, bool* result) const argument
94 P2PEnabledChanged( EvaluationContext* ec, State* state, std::string* error, bool* result, bool prev_result) const argument
H A Dchromeos_policy.h59 EvaluationContext* ec, State* state, std::string* error,
63 EvaluationContext* ec,
70 EvaluationContext* ec,
76 EvaluationContext* ec,
82 EvaluationContext* ec,
144 EvalStatus NextUpdateCheckTime(EvaluationContext* ec, State* state,
177 EvaluationContext* ec, State* state, std::string* error,
193 EvalStatus UpdateScattering(EvaluationContext* ec, State* state,
H A Dchromeos_policy.cc189 EvaluationContext* ec, State* state, string* error,
203 const unsigned int* num_slots_p = ec->GetValue(
211 const bool* device_policy_is_loaded_p = ec->GetValue(
215 const bool* update_disabled_p = ec->GetValue(
223 const string* target_version_prefix_p = ec->GetValue(
229 const bool* release_channel_delegated_p = ec->GetValue(
232 const string* release_channel_p = ec->GetValue(
240 const UpdateRequestStatus* forced_update_requested_p = ec->GetValue(
257 const bool* is_official_build_p = ec->GetValue(
265 const bool* is_oobe_enabled_p = ec
188 UpdateCheckAllowed( EvaluationContext* ec, State* state, string* error, UpdateCheckParams* result) const argument
293 UpdateCanStart( EvaluationContext* ec, State* state, string* error, UpdateDownloadParams* result, const UpdateState update_state) const argument
462 UpdateDownloadAllowed( EvaluationContext* ec, State* state, string* error, bool* result) const argument
538 P2PEnabled(EvaluationContext* ec, State* state, string* error, bool* result) const argument
574 P2PEnabledChanged(EvaluationContext* ec, State* state, string* error, bool* result, bool prev_result) const argument
585 NextUpdateCheckTime(EvaluationContext* ec, State* state, string* error, Time* next_update_check) const argument
671 UpdateBackoffAndDownloadUrl( EvaluationContext* ec, State* state, string* error, UpdateBackoffAndDownloadUrlResult* result, const UpdateState& update_state) const argument
861 UpdateScattering( EvaluationContext* ec, State* state, string* error, UpdateScatteringResult* result, const UpdateState& update_state) const argument
[all...]
H A Dpolicy.h235 EvaluationContext* ec, State* state, std::string* error,
245 EvaluationContext* ec,
258 EvaluationContext* ec,
266 EvaluationContext* ec, State* state, std::string* error,
275 EvaluationContext* ec, State* state, std::string* error,
H A Dupdate_manager.h116 EvaluationContext* ec,
130 scoped_refptr<EvaluationContext> ec,
138 void UnregisterEvalContext(EvaluationContext* ec);
H A Dupdate_manager_unittest.cc104 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
122 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
142 EvalStatus UpdateCheckAllowed(EvaluationContext* ec, State* state,
155 ec->IsWallclockTimeGreaterThan(time_threshold_))
H A Devaluation_context_unittest.cc63 void ReadVar(scoped_refptr<EvaluationContext> ec, Variable<T>* var) { argument
64 ec->GetValue(var);
69 void EvaluateRepeatedly(Closure evaluation, scoped_refptr<EvaluationContext> ec, argument
75 Closure closure = Bind(EvaluateRepeatedly, evaluation, ec, count_p, done_p);
76 ASSERT_TRUE(ec->RunOnValueChangeOrTimeout(closure))
/system/keymaster/
H A Dkey_exchange.h20 #include <openssl/ec.h>
H A Dec_key.h20 #include <openssl/ec.h>
H A Decies_kem.h23 #include <openssl/ec.h>
H A Dopenssl_utils.h21 #include <openssl/ec.h>
H A Decdsa_operation.h20 #include <openssl/ec.h>
H A Dkeymaster0_engine.h22 #include <openssl/ec.h>
H A Dkeymaster1_engine.h22 #include <openssl/ec.h>
H A Dnist_curve_key_exchange.cpp19 #include <openssl/ec.h>
/system/security/keystore-engine/
H A Dandroid_engine.cpp31 #include <openssl/ec.h>
314 void operator()(EC_KEY* ec) const {
315 EC_KEY_free(ec);
360 Unique_EC_KEY ec(EC_KEY_new_method(g_keystore_engine->engine()));
361 if (ec.get() == NULL) {
365 if (!EC_KEY_set_group(ec.get(), EC_KEY_get0_group(public_ecdsa)) ||
366 !EC_KEY_set_public_key(ec.get(), EC_KEY_get0_public_key(public_ecdsa))) {
375 if (!EC_KEY_set_ex_data(ec.get(), g_keystore_engine->ec_key_ex_index(),
383 !EVP_PKEY_assign_EC_KEY(result.get(), ec.get())) {
386 OWNERSHIP_TRANSFERRED(ec);
[all...]
H A Deng_keystore.cpp35 #include <openssl/ec.h>
/system/keymaster/include/keymaster/
H A Dec_key_factory.h20 #include <openssl/ec.h>

Completed in 158 milliseconds