Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 77) sorted by relevance

1234

/system/keymaster/
Dhkdf.h35 bool Init(Buffer& secret, Buffer& salt) { in Init() function
40 bool Init(const uint8_t* secret, size_t secret_len, const uint8_t* salt, size_t salt_len) { in Init() function
Dhmac.cpp34 bool HmacSha256::Init(const Buffer& key) { in Init() function in keymaster::HmacSha256
38 bool HmacSha256::Init(const uint8_t* key, size_t key_len) { in Init() function in keymaster::HmacSha256
Diso18033kdf.h38 bool Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len) { in Init() function
Dkdf.cpp23 bool Kdf::Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len, in Init() function in keymaster::Kdf
/system/update_engine/common/
Dterminator.cc27 void Terminator::Init() { in Init() function in chromeos_update_engine::Terminator
33 void Terminator::Init(int exit_status) { in Init() function in chromeos_update_engine::Terminator
/system/core/libziparchive/
Dzip_archive_stream_entry.cc38 bool ZipArchiveStreamEntry::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntry
68 bool ZipArchiveStreamEntryUncompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryUncompressed
141 bool ZipArchiveStreamEntryCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryCompressed
262 bool ZipArchiveStreamEntryRawCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryRawCompressed
/system/update_engine/payload_consumer/
Dextent_writer.h68 bool Init(FileDescriptorPtr fd, in Init() function
102 bool Init(FileDescriptorPtr fd, in Init() function
Dfake_extent_writer.h37 bool Init(FileDescriptorPtr /* fd */, in Init() function
Dbzip_extent_writer.cc27 bool BzipExtentWriter::Init(FileDescriptorPtr fd, in Init() function in chromeos_update_engine::BzipExtentWriter
/system/update_engine/update_manager/
Dreal_system_provider.cc38 bool RealSystemProvider::Init() { in Init() function in chromeos_update_manager::RealSystemProvider
Dreal_config_provider.cc40 bool RealConfigProvider::Init() { in Init() function in chromeos_update_manager::RealConfigProvider
Dreal_random_provider.cc81 bool RealRandomProvider::Init(void) { in Init() function in chromeos_update_manager::RealRandomProvider
Dreal_time_provider.cc77 bool RealTimeProvider::Init() { in Init() function in chromeos_update_manager::RealTimeProvider
/system/tpm/trunks/
Dcommand_transceiver.h49 virtual bool Init() { return true; } in Init() function
Dtrunks_ftdi_spi.h93 bool Init() { return false; } in Init() function
Dtpm_simulator_handle.cc43 bool TpmSimulatorHandle::Init() { in Init() function in trunks::TpmSimulatorHandle
Dtpm_handle.cc46 bool TpmHandle::Init() { in Init() function in trunks::TpmHandle
/system/core/metricsd/
Dmetrics_collector_service_client.cc32 bool MetricsCollectorServiceClient::Init() { in Init() function in MetricsCollectorServiceClient
/system/update_engine/
Dshill_proxy.cc28 bool ShillProxy::Init() { in Init() function in chromeos_update_engine::ShillProxy
/system/bt/service/
Dsettings.cpp34 bool Settings::Init() { in Init() function in bluetooth::Settings
/system/nativepower/client/
Dwake_lock.cc49 bool WakeLock::Init() { in Init() function in android::WakeLock
/system/connectivity/apmanager/
Dfirewall_manager.cc36 void FirewallManager::Init(ControlInterface* control_interface) { in Init() function in apmanager::FirewallManager
Dshill_manager.cc32 void ShillManager::Init(ControlInterface* control_interface) { in Init() function in apmanager::ShillManager
/system/connectivity/shill/
Dcrypto_provider.cc36 void CryptoProvider::Init() { in Init() function in shill::CryptoProvider
/system/connectivity/shill/net/
Dnetlink_socket.cc46 bool NetlinkSocket::Init() { in Init() function in shill::NetlinkSocket

1234