Searched defs:table_length (Results 1 - 3 of 3) sorted by relevance

/system/extras/verity/
H A Dverity_verifier.cpp53 const char* table, uint32_t table_length) {
56 SHA256(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(table)), table_length, hash_buf);
115 verity.table, verity.table_length);
52 verify_table(const char* key_path, const uint8_t* signature, size_t signature_size, const char* table, uint32_t table_length) argument
/system/extras/libfec/include/fec/
H A Dio.h77 uint32_t table_length; member in struct:fec_verity_metadata
/system/core/fs_mgr/
H A Dfs_mgr_verity.cpp116 const char *table, uint32_t table_length)
123 SHA256((uint8_t*)table, table_length, hash_buf);
149 verity.table, verity.table_length) == 0 ||
151 verity.table, verity.table_length) == 0) {
158 static int invalidate_table(char *table, size_t table_length) argument
164 while (n < table_length) {
173 while (n < table_length && table[n] != ' ') {
850 if (invalidate_table(params.table, verity.table_length) < 0) {
115 verify_table(const uint8_t *signature, size_t signature_size, const char *table, uint32_t table_length) argument

Completed in 136 milliseconds