Home
last modified time | relevance | path

Searched refs:sha256_context (Results 1 – 13 of 13) sorted by relevance

/u-boot/include/u-boot/
A Dsha256.h16 } 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/arch/arm/cpu/armv8/
A Dsha256_ce_glue.c14 void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process()
/u-boot/drivers/crypto/hash/
A Dhash_sw.c86 sha256_starts((sha256_context *)ctx); in hash_init_sha256()
91 sha256_update((sha256_context *)ctx, ibuf, ilen); in hash_update_sha256()
96 sha256_finish((sha256_context *)ctx, obuf); in hash_finish_sha256()
176 .ctx_alloc_sz = sizeof(sha256_context),
/u-boot/lib/crypt/
A Dalg-sha256.h8 #define SHA256_CTX sha256_context
/u-boot/lib/
A Dsha256.c45 void sha256_starts(sha256_context * ctx) in sha256_starts()
60 static void sha256_process_one(sha256_context *ctx, const uint8_t data[64]) in sha256_process_one()
191 __weak void sha256_process(sha256_context *ctx, const unsigned char *data, in sha256_process()
203 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
242 void sha256_finish(sha256_context * ctx, uint8_t digest[32]) in sha256_finish()
278 sha256_context ctx; in sha256_csum_wd()
/u-boot/fs/btrfs/crypto/
A Dhash.c24 sha256_context ctx; in hash_sha256()
/u-boot/common/
A Dhash.c75 sha256_context *ctx = malloc(sizeof(sha256_context)); in hash_init_sha256()
85 sha256_update((sha256_context *)ctx, buf, size); in hash_update_sha256()
95 sha256_finish((sha256_context *)ctx, dest_buf); in hash_finish_sha256()
/u-boot/drivers/mmc/
A Drpmb.c191 sha256_context ctx; in rpmb_hmac()
/u-boot/tools/
A Drkcommon.c289 sha256_context ctx; in do_sha256_hash()
A Dmtk_image.c616 sha256_context ctx; in put_hash()
/u-boot/drivers/tpm/
A Dtpm2_tis_sandbox.c406 sha256_context ctx; in sandbox_tpm2_extend()
/u-boot/cmd/mvebu/
A Dbubt.c770 sha256_context hash256_text; in check_image_header()
/u-boot/lib/efi_loader/
A Defi_tcg2.c670 sha256_context ctx_256; in tcg2_create_digest()
2211 sha256_context hash_ctx; in efi_tcg2_measure_dtb()

Completed in 35 milliseconds