OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:verify_package
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
install.h
33
bool
verify_package
(const unsigned char* package_data, size_t package_size);
install.cpp
593
if (!
verify_package
(map.addr, map.length)) {
706
bool
verify_package
(const unsigned char* package_data, size_t package_size) {
function
recovery.cpp
872
if (!
verify_package
(reinterpret_cast<const unsigned char*>(wipe_package.data()),
[
all
...]
Completed in 483 milliseconds