Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2sha.h31 struct vb2_sha1_context { struct
69 struct vb2_sha1_context sha1;
91 void vb2_sha1_init(struct vb2_sha1_context *ctx);
102 void vb2_sha1_update(struct vb2_sha1_context *ctx,
118 void vb2_sha1_finalize(struct vb2_sha1_context *ctx, uint8_t *digest);
/external/vboot_reference/firmware/2lib/
D2sha1.c39 static void sha1_transform(struct vb2_sha1_context *ctx) in sha1_transform()
137 void vb2_sha1_update(struct vb2_sha1_context *ctx, in vb2_sha1_update()
163 uint8_t *vb2_sha1_finalize(struct vb2_sha1_context *ctx) in vb2_sha1_finalize()
189 static void sha1_transform(struct vb2_sha1_context *ctx) in sha1_transform()
241 void vb2_sha1_update(struct vb2_sha1_context *ctx, in vb2_sha1_update()
259 void vb2_sha1_finalize(struct vb2_sha1_context *ctx, uint8_t *digest) in vb2_sha1_finalize()
284 void vb2_sha1_init(struct vb2_sha1_context *ctx) in vb2_sha1_init()