OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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);
verifier_test.c
80
int result =
verify_file
(argv[1], &test_key, 1);
verifier.c
34
int
verify_file
(const char* path, const RSAPublicKey *pKeys, unsigned int numKeys) {
function
install.c
268
err =
verify_file
(path, loadedKeys, numKeys);
270
LOGI("
verify_file
returned %d\n", err);
Completed in 76 milliseconds