HomeSort by relevance Sort by last modified time
    Searched refs:vb2_sha1_update (Results 1 - 3 of 3) sorted by null

  /external/vboot_reference/firmware/2lib/
2sha1.c 137 void vb2_sha1_update(struct vb2_sha1_context *ctx, function
168 vb2_sha1_update(ctx, (uint8_t*)"\x80", 1);
170 vb2_sha1_update(ctx, (uint8_t*)"\0", 1);
175 vb2_sha1_update(ctx, &tmp, 1);
241 void vb2_sha1_update(struct vb2_sha1_context *ctx, function
264 vb2_sha1_update(ctx, (uint8_t*)"\x80", 1);
266 vb2_sha1_update(ctx, (uint8_t*)"\0", 1);
270 vb2_sha1_update(ctx, &tmp, 1);
2sha_utility.c 117 vb2_sha1_update(&dc->sha1, buf, size);
  /external/vboot_reference/firmware/2lib/include/
2sha.h 102 void vb2_sha1_update(struct vb2_sha1_context *ctx,

Completed in 508 milliseconds