/external/avb/libavb/ |
avb_sha.h | 72 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len);
|
avb_vbmeta_image.c | 181 avb_sha256_update( 183 avb_sha256_update(
|
avb_slot_verify.c | 392 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); 393 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); [all...] |
avb_sha256.c | 335 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, size_t len) { function
|
/external/u-boot/lib/libavb/ |
avb_sha.h | 53 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len);
|
avb_vbmeta_image.c | 162 avb_sha256_update( 164 avb_sha256_update(
|
avb_slot_verify.c | 280 avb_sha256_update(&sha256_ctx, desc_salt, hash_desc.salt_len); 281 avb_sha256_update(&sha256_ctx, image_buf, hash_desc.image_size); [all...] |
avb_sha256.c | 296 void avb_sha256_update(AvbSHA256Ctx* ctx, const uint8_t* data, uint32_t len) { function
|
/external/avb/test/ |
avb_util_unittest.cc | 555 avb_sha256_update(&ctx, (const uint8_t*)"foobar", 6); 575 avb_sha256_update(&ctx, megabuf, kMebibyte);
|
avbtool_unittest.cc | 543 avb_sha256_update(&hasher_ctx, hasher_salt, 4); 544 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size); [all...] |
/external/avb/libavb_atx/ |
avb_atx_validate.c | 42 avb_sha256_update(&context, data, length);
|