HomeSort by relevance Sort by last modified time
    Searched refs:vb2_sha1_context (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/firmware/2lib/include/
2sha.h 31 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/
2sha1.c 39 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 88 milliseconds