HomeSort by relevance Sort by last modified time
    Searched full:verify_file (Results 1 - 4 of 4) sorted by null

  /bootable/recovery/
verifier.h 25 int verify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys);
install.cpp 206 err = verify_file(path, loadedKeys, numKeys);
208 LOGI("verify_file returned %d\n", err);
verifier_test.cpp 157 int result = verify_file(*argv, key, num_keys);
verifier.cpp 37 int verify_file(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys) { function

Completed in 148 milliseconds