Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2sha.h47 struct vb2_sha256_context { struct
72 struct vb2_sha256_context sha256; argument
92 void vb2_sha256_init(struct vb2_sha256_context *ctx);
105 void vb2_sha256_update(struct vb2_sha256_context *ctx,
119 void vb2_sha256_finalize(struct vb2_sha256_context *ctx, uint8_t *digest);
/external/vboot_reference/firmware/2lib/
D2sha256.c111 void vb2_sha256_init(struct vb2_sha256_context *ctx) in vb2_sha256_init()
129 static void vb2_sha256_transform(struct vb2_sha256_context *ctx, in vb2_sha256_transform()
246 void vb2_sha256_update(struct vb2_sha256_context *ctx, in vb2_sha256_update()
281 void vb2_sha256_finalize(struct vb2_sha256_context *ctx, uint8_t *digest) in vb2_sha256_finalize()