Searched refs:sha1_context (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/include/u-boot/ |
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] );
|
/external/u-boot/lib/ |
D | sha1.c | 56 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()
|
D | tpm-v1.c | 468 sha1_context hash_ctx; in create_request_auth() 532 sha1_context hash_ctx; in verify_response_auth()
|
/external/u-boot/common/ |
D | hash.c | 35 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/ |
D | hre.c | 183 sha1_context ctx; in read_common_data() 329 sha1_context ctx; in compute_extend()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 331 sha1_context ctx; in read_common_data() 558 sha1_context ctx; in compute_extend()
|
/external/u-boot/cmd/mvebu/ |
D | bubt.c | 531 sha1_context hash1_text; in check_image_header()
|
/external/curl/src/ |
D | tool_metalink.c | 62 # define SHA_CTX sha1_context
|