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

/external/vboot_reference/firmware/2lib/include/
H A 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/
H A D2sha1.c39 static void sha1_transform(struct vb2_sha1_context *ctx)
137 void vb2_sha1_update(struct vb2_sha1_context *ctx,
163 uint8_t *vb2_sha1_finalize(struct vb2_sha1_context *ctx)
189 static void sha1_transform(struct vb2_sha1_context *ctx)
241 void vb2_sha1_update(struct vb2_sha1_context *ctx,
259 void vb2_sha1_finalize(struct vb2_sha1_context *ctx, uint8_t *digest)
284 void vb2_sha1_init(struct vb2_sha1_context *ctx)

Completed in 2160 milliseconds