OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vb2_sha512_context
(Results
1 - 2
of
2
) sorted by null
/external/vboot_reference/firmware/2lib/include/
2sha.h
57
struct
vb2_sha512_context
{
struct
75
struct
vb2_sha512_context
sha512;
93
void vb2_sha512_init(struct
vb2_sha512_context
*ctx);
108
void vb2_sha512_update(struct
vb2_sha512_context
*ctx,
120
void vb2_sha512_finalize(struct
vb2_sha512_context
*ctx, uint8_t *digest);
/external/vboot_reference/firmware/2lib/
2sha512.c
154
void vb2_sha512_init(struct
vb2_sha512_context
*ctx)
172
static void vb2_sha512_transform(struct
vb2_sha512_context
*ctx,
276
void vb2_sha512_update(struct
vb2_sha512_context
*ctx,
311
void vb2_sha512_finalize(struct
vb2_sha512_context
*ctx, uint8_t *digest)
Completed in 339 milliseconds