Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2sha.h108 void vb2_sha512_update(struct vb2_sha512_context *ctx,
/external/vboot_reference/firmware/2lib/
D2sha_utility.c127 vb2_sha512_update(&dc->sha512, buf, size); in vb2_digest_extend()
D2sha512.c276 void vb2_sha512_update(struct vb2_sha512_context *ctx, in vb2_sha512_update() function