Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2sha.h105 void vb2_sha256_update(struct vb2_sha256_context *ctx,
/external/vboot_reference/firmware/2lib/
D2sha_utility.c122 vb2_sha256_update(&dc->sha256, buf, size); in vb2_digest_extend()
D2sha256.c246 void vb2_sha256_update(struct vb2_sha256_context *ctx, in vb2_sha256_update() function