Home
last modified time | relevance | path

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

12345

/system/keymaster/include/keymaster/km_openssl/
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
Diso18033kdf.h36 bool Init(keymaster_digest_t digest_type, const uint8_t* secret, size_t secret_len) { in Init() function
/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/libziparchive/
Dzip_archive_stream_entry.cc41 bool ZipArchiveStreamEntry::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntry
67 bool ZipArchiveStreamEntryUncompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryUncompressed
149 bool ZipArchiveStreamEntryCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryCompressed
280 bool ZipArchiveStreamEntryRawCompressed::Init(const ZipEntry& entry) { in Init() function in ZipArchiveStreamEntryRawCompressed
/system/update_engine/update_manager/
Dreal_config_provider.cc23 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_system_provider.cc101 bool RealSystemProvider::Init() { in Init() function in chromeos_update_manager::RealSystemProvider
Dreal_shill_provider.cc35 bool RealShillProvider::Init() { in Init() function in chromeos_update_manager::RealShillProvider
Dreal_time_provider.cc90 bool RealTimeProvider::Init() { in Init() function in chromeos_update_manager::RealTimeProvider
/system/keymaster/km_openssl/
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
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/payload_consumer/
Dextent_writer.h56 bool Init(const google::protobuf::RepeatedPtrField<Extent>& extents, in Init() function
Dfake_extent_writer.h36 bool Init(const google::protobuf::RepeatedPtrField<Extent>& /* extents */, in Init() function
Dverity_writer_stub.cc29 bool VerityWriterStub::Init(const InstallPlan::Partition& partition) { in Init() function in chromeos_update_engine::VerityWriterStub
Dbzip_extent_writer.cc32 bool BzipExtentWriter::Init(const RepeatedPtrField<Extent>& extents, in Init() function in chromeos_update_engine::BzipExtentWriter
Dextent_reader.cc31 bool DirectExtentReader::Init(FileDescriptorPtr fd, in Init() function in chromeos_update_engine::DirectExtentReader
Dsnapshot_extent_writer.cc38 bool SnapshotExtentWriter::Init( in Init() function in chromeos_update_engine::SnapshotExtentWriter
Dxz_extent_writer.cc60 bool XzExtentWriter::Init(const RepeatedPtrField<Extent>& extents, in Init() function in chromeos_update_engine::XzExtentWriter
/system/bt/service/
Dsettings.cc36 bool Settings::Init() { in Init() function in bluetooth::Settings
/system/core/fs_mgr/libsnapshot/
Dcow_decompress.cpp151 bool GzDecompressor::Init() { in Init() function in android::snapshot::GzDecompressor
223 bool BrotliDecompressor::Init() { in Init() function in android::snapshot::BrotliDecompressor
/system/bt/gd/packet/parser/
Dlogging.h44 void Init() { in Init() function
/system/bt/main/shim/
Dactivity_attribution.cc37 void Init() override { in Init() function in ActivityAttributionInterfaceImpl
/system/tools/aidl/
Dline_reader.cpp43 bool Init(const std::string& file_path) { in Init() function in android::aidl::FileLineReader
/system/logging/logd/
DPruneList.cpp49 bool PruneList::Init(const char* str) { in Init() function in PruneList
/system/unwinding/libunwindstack/
DLocalUnwinder.cpp46 bool LocalUnwinder::Init() { in Init() function in unwindstack::LocalUnwinder

12345