Home
last modified time | relevance | path

Searched refs:vb2_sha1_update (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/firmware/2lib/
D2sha1.c137 void vb2_sha1_update(struct vb2_sha1_context *ctx, in vb2_sha1_update() function
168 vb2_sha1_update(ctx, (uint8_t*)"\x80", 1); in vb2_sha1_finalize()
170 vb2_sha1_update(ctx, (uint8_t*)"\0", 1); in vb2_sha1_finalize()
175 vb2_sha1_update(ctx, &tmp, 1); in vb2_sha1_finalize()
241 void vb2_sha1_update(struct vb2_sha1_context *ctx, in vb2_sha1_update() function
264 vb2_sha1_update(ctx, (uint8_t*)"\x80", 1); in vb2_sha1_finalize()
266 vb2_sha1_update(ctx, (uint8_t*)"\0", 1); in vb2_sha1_finalize()
270 vb2_sha1_update(ctx, &tmp, 1); in vb2_sha1_finalize()
D2sha_utility.c117 vb2_sha1_update(&dc->sha1, buf, size); in vb2_digest_extend()
/external/vboot_reference/firmware/2lib/include/
D2sha.h102 void vb2_sha1_update(struct vb2_sha1_context *ctx,