Searched refs:verity_check_block (Results 1 - 3 of 3) sorted by last modified time

/system/extras/libfec/
H A Dfec_private.h131 extern bool verity_check_block(fec_handle *f, const uint8_t *expected,
H A Dfec_read.cpp80 return !verity_check_block(f, &f->verity.hash[n * SHA256_DIGEST_LENGTH],
331 if (likely(verity_check_block(f, hash, data))) {
356 verity_check_block(f, hash, data)) {
363 verity_check_block(f, hash, data)) {
H A Dfec_verity.cpp140 bool verity_check_block(fec_handle *f, const uint8_t *expected, function
210 !verity_check_block(f, root, data)) {
213 !verity_check_block(f, root, data)) {
278 if (!verity_check_block(f, hash, data)) {
283 !verity_check_block(f, hash, data)) {

Completed in 55 milliseconds