Home
last modified time | relevance | path

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

/external/u-boot/include/u-boot/
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] );
/external/u-boot/lib/
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()
Dtpm-v1.c468 sha1_context hash_ctx; in create_request_auth()
532 sha1_context hash_ctx; in verify_response_auth()
/external/u-boot/common/
Dhash.c35 sha1_context *ctx = malloc(sizeof(sha1_context)); in hash_init_sha1()
44 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1()
54 sha1_finish((sha1_context *)ctx, dest_buf); in hash_finish_sha1()
/external/u-boot/board/gdsys/a38x/
Dhre.c183 sha1_context ctx; in read_common_data()
329 sha1_context ctx; in compute_extend()
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c331 sha1_context ctx; in read_common_data()
558 sha1_context ctx; in compute_extend()
/external/u-boot/cmd/mvebu/
Dbubt.c531 sha1_context hash1_text; in check_image_header()
/external/curl/src/
Dtool_metalink.c62 # define SHA_CTX sha1_context