Searched refs:sha256_context (Results 1 – 8 of 8) sorted by relevance
/u-boot/include/u-boot/ |
A D | sha256.h | 16 } sha256_context; typedef 18 void sha256_starts(sha256_context * ctx); 19 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length); 20 void sha256_finish(sha256_context * ctx, uint8_t digest[SHA256_SUM_LEN]);
|
/u-boot/fs/btrfs/crypto/ |
A D | hash.c | 23 sha256_context ctx; in hash_sha256()
|
/u-boot/common/ |
A D | hash.c | 75 sha256_context *ctx = malloc(sizeof(sha256_context)); in hash_init_sha256() 84 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256() 94 sha256_finish((sha256_context *)ctx, dest_buf); in hash_finish_sha256()
|
/u-boot/lib/ |
A D | sha256.c | 43 void sha256_starts(sha256_context * ctx) in sha256_starts() 58 static void sha256_process(sha256_context *ctx, const uint8_t data[64]) in sha256_process() 189 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update() 230 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish() 266 sha256_context ctx; in sha256_csum_wd()
|
/u-boot/drivers/mmc/ |
A D | rpmb.c | 191 sha256_context ctx; in rpmb_hmac()
|
/u-boot/cmd/mvebu/ |
A D | bubt.c | 550 sha256_context hash256_text; in check_image_header()
|
/u-boot/tools/ |
A D | mtk_image.c | 657 sha256_context ctx; in put_hash()
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 514 sha256_context ctx_256; in tcg2_create_digest()
|
Completed in 12 milliseconds