Searched refs:vb2_sha1_context (Results 1 – 2 of 2) sorted by relevance
31 struct vb2_sha1_context { struct69 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);
39 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()