Lines Matching refs:size_t
90 virtual bool CalculateDigest(const void *buffer, size_t size,
99 typedef int (*UpdateFunc)(CTX_TYPE *sha, const void *data, size_t len);
116 bool CalculateDigest(const void *buffer, size_t size, const void *salt, in CalculateDigest()
154 static bool CalculateZeroDigest(const ShaHasher &hasher, size_t size, in CalculateZeroDigest()
197 size_t calculating_offset;
201 HashtreeLevel(uint64_t lv_offset, uint64_t lv_size, size_t hash_block_size) in HashtreeLevel()
475 size_t len = 0; in DeviceSupportsFeature()
726 size_t pk_len; in VerifyGkiComplianceV2Signature()
855 static size_t NextWord(const std::string &str, size_t *pos) { in NextWord()
857 size_t start = str.find_first_not_of(whitespaces, *pos); in NextWord()
921 size_t next_pos = 0; in TEST()
923 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
935 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
956 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
1045 for (size_t i = 0; i < avb_slot_data->num_vbmeta_images; i++) { in TEST()
1049 size_t num_descriptors; in TEST()
1053 for (size_t n = 0; n < num_descriptors; n++) { in TEST()