Searched refs:sha1_context (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/u-boot/ |
| A D | sha1.h | 36 sha1_context; typedef 43 void sha1_starts( sha1_context *ctx ); 52 void sha1_update(sha1_context *ctx, const unsigned char *input, 61 void sha1_finish( sha1_context *ctx, unsigned char output[20] );
|
| /u-boot/lib/ |
| A D | sha1.c | 58 void sha1_starts (sha1_context * ctx) in sha1_starts() 70 static void __maybe_unused sha1_process_one(sha1_context *ctx, const unsigned char data[64]) in sha1_process_one() 224 __weak void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process() 239 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update() 284 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish() 316 sha1_context ctx; in sha1_csum() 330 sha1_context ctx; in sha1_csum_wd() 364 sha1_context ctx; in sha1_hmac() 393 memset (&ctx, 0, sizeof (sha1_context)); in sha1_hmac() 423 sha1_context ctx; in sha1_self_test()
|
| A D | tpm-v1.c | 541 sha1_context hash_ctx; in create_request_auth() 605 sha1_context hash_ctx; in verify_response_auth()
|
| /u-boot/arch/arm/cpu/armv8/ |
| A D | sha1_ce_glue.c | 14 void sha1_process(sha1_context *ctx, const unsigned char *data, in sha1_process()
|
| /u-boot/drivers/crypto/hash/ |
| A D | hash_sw.c | 70 sha1_starts((sha1_context *)ctx); in hash_init_sha1() 75 sha1_update((sha1_context *)ctx, ibuf, ilen); in hash_update_sha1() 80 sha1_finish((sha1_context *)ctx, obuf); in hash_finish_sha1() 169 .ctx_alloc_sz = sizeof(sha1_context),
|
| /u-boot/common/ |
| A D | hash.c | 48 sha1_context *ctx = malloc(sizeof(sha1_context)); in hash_init_sha1() 58 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1() 68 sha1_finish((sha1_context *)ctx, dest_buf); in hash_finish_sha1()
|
| /u-boot/board/gdsys/a38x/ |
| A D | hre.c | 189 sha1_context ctx; in read_common_data() 337 sha1_context ctx; in compute_extend()
|
| /u-boot/cmd/mvebu/ |
| A D | bubt.c | 769 sha1_context hash1_text; in check_image_header()
|
| /u-boot/lib/efi_loader/ |
| A D | efi_tcg2.c | 669 sha1_context ctx; in tcg2_create_digest()
|
Completed in 46 milliseconds