Searched refs:vb2_sha1_update (Results 1 – 3 of 3) sorted by relevance
/external/vboot_reference/firmware/2lib/ |
D | 2sha1.c | 137 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()
|
D | 2sha_utility.c | 117 vb2_sha1_update(&dc->sha1, buf, size); in vb2_digest_extend()
|
/external/vboot_reference/firmware/2lib/include/ |
D | 2sha.h | 102 void vb2_sha1_update(struct vb2_sha1_context *ctx,
|