Searched refs:vb2_sha512_context (Results 1 - 2 of 2) sorted by relevance

/external/vboot_reference/firmware/2lib/include/
H A D2sha.h57 struct vb2_sha512_context { struct
75 struct vb2_sha512_context sha512;
93 void vb2_sha512_init(struct vb2_sha512_context *ctx);
108 void vb2_sha512_update(struct vb2_sha512_context *ctx,
120 void vb2_sha512_finalize(struct vb2_sha512_context *ctx, uint8_t *digest);
/external/vboot_reference/firmware/2lib/
H A D2sha512.c154 void vb2_sha512_init(struct vb2_sha512_context *ctx)
172 static void vb2_sha512_transform(struct vb2_sha512_context *ctx,
276 void vb2_sha512_update(struct vb2_sha512_context *ctx,
311 void vb2_sha512_finalize(struct vb2_sha512_context *ctx, uint8_t *digest)

Completed in 685 milliseconds