Home
last modified time | relevance | path

Searched refs:sha1_context (Results 1 – 8 of 8) sorted by relevance

/u-boot/include/u-boot/
A Dsha1.h36 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 Dsha1.c56 void sha1_starts (sha1_context * ctx) in sha1_starts()
68 static void sha1_process(sha1_context *ctx, const unsigned char data[64]) in sha1_process()
225 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update()
272 void sha1_finish (sha1_context * ctx, unsigned char output[20]) in sha1_finish()
304 sha1_context ctx; in sha1_csum()
318 sha1_context ctx; in sha1_csum_wd()
352 sha1_context ctx; in sha1_hmac()
381 memset (&ctx, 0, sizeof (sha1_context)); in sha1_hmac()
411 sha1_context ctx; in sha1_self_test()
A Dtpm-v1.c533 sha1_context hash_ctx; in create_request_auth()
597 sha1_context hash_ctx; in verify_response_auth()
/u-boot/common/
A Dhash.c47 sha1_context *ctx = malloc(sizeof(sha1_context)); in hash_init_sha1()
56 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1()
66 sha1_finish((sha1_context *)ctx, dest_buf); in hash_finish_sha1()
/u-boot/board/gdsys/a38x/
A Dhre.c190 sha1_context ctx; in read_common_data()
338 sha1_context ctx; in compute_extend()
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd-id.c354 sha1_context ctx; in read_common_data()
582 sha1_context ctx; in compute_extend()
/u-boot/cmd/mvebu/
A Dbubt.c549 sha1_context hash1_text; in check_image_header()
/u-boot/lib/efi_loader/
A Defi_tcg2.c513 sha1_context ctx; in tcg2_create_digest()

Completed in 652 milliseconds