Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2sha.h57 struct vb2_sha512_context { struct
75 struct vb2_sha512_context sha512; argument
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/
D2sha512.c154 void vb2_sha512_init(struct vb2_sha512_context *ctx) in vb2_sha512_init()
172 static void vb2_sha512_transform(struct vb2_sha512_context *ctx, in vb2_sha512_transform()
276 void vb2_sha512_update(struct vb2_sha512_context *ctx, in vb2_sha512_update()
311 void vb2_sha512_finalize(struct vb2_sha512_context *ctx, uint8_t *digest) in vb2_sha512_finalize()