OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHA256_transform
(Results
1 - 3
of
3
) sorted by null
/external/avb/libavb/
avb_sha256.c
136
static void
SHA256_transform
(AvbSHA256Ctx* ctx,
355
SHA256_transform
(ctx, ctx->block, 1);
356
SHA256_transform
(ctx, shifted_data, block_nb);
384
SHA256_transform
(ctx, ctx->block, block_nb);
/external/u-boot/lib/libavb/
avb_sha256.c
97
static void
SHA256_transform
(AvbSHA256Ctx* ctx,
316
SHA256_transform
(ctx, ctx->block, 1);
317
SHA256_transform
(ctx, shifted_data, block_nb);
345
SHA256_transform
(ctx, ctx->block, block_nb);
/external/vboot_reference/firmware/lib/cryptolib/
sha256.c
129
static void
SHA256_transform
(VB_SHA256_CTX* ctx, const uint8_t* message,
265
SHA256_transform
(ctx, ctx->block, 1);
266
SHA256_transform
(ctx, shifted_data, block_nb);
295
SHA256_transform
(ctx, ctx->block, block_nb);
Completed in 4877 milliseconds