Searched refs:sha1_update (Results 1 – 8 of 8) sorted by relevance
/u-boot/lib/ |
A D | sha1.c | 288 sha1_update (ctx, (unsigned char *) sha1_padding, padn); in sha1_finish() 289 sha1_update (ctx, msglen, 8); in sha1_finish() 307 sha1_update (&ctx, input, ilen); in sha1_csum() 333 sha1_update (&ctx, curr, chunk); in sha1_csum_wd() 338 sha1_update (&ctx, input, ilen); in sha1_csum_wd() 369 sha1_update (&ctx, k_ipad, 64); in sha1_hmac() 370 sha1_update (&ctx, input, ilen); in sha1_hmac() 374 sha1_update (&ctx, k_opad, 64); in sha1_hmac() 375 sha1_update (&ctx, tmpbuf, 20); in sha1_hmac() 419 sha1_update (&ctx, (unsigned char *) sha1_test_str[i], in sha1_self_test() [all …]
|
A D | tpm-v1.c | 543 sha1_update(&hash_ctx, request + command_code_offset, 4); in create_request_auth() 545 sha1_update(&hash_ctx, in create_request_auth() 552 sha1_update(&hash_ctx, auth_session->nonce_odd, DIGEST_LENGTH); in create_request_auth() 553 sha1_update(&hash_ctx, hmac_data, sizeof(hmac_data)); in create_request_auth() 612 sha1_update(&hash_ctx, response + return_code_offset, 4); in verify_response_auth() 613 sha1_update(&hash_ctx, hmac_data, 4); in verify_response_auth() 615 sha1_update(&hash_ctx, in verify_response_auth()
|
/u-boot/include/u-boot/ |
A D | sha1.h | 52 void sha1_update(sha1_context *ctx, const unsigned char *input,
|
/u-boot/board/gdsys/a38x/ |
A D | hre.c | 207 sha1_update(&ctx, buf, 24); in read_common_data() 341 sha1_update(&ctx, _dst, n); in compute_extend() 342 sha1_update(&ctx, _src, n); in compute_extend()
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd-id.c | 371 sha1_update(&ctx, buf, 24); in read_common_data() 585 sha1_update(&ctx, _dst, n); in compute_extend() 586 sha1_update(&ctx, _src, n); in compute_extend()
|
/u-boot/common/ |
A D | hash.c | 56 sha1_update((sha1_context *)ctx, buf, size); in hash_update_sha1()
|
/u-boot/cmd/mvebu/ |
A D | bubt.c | 610 sha1_update(&hash1_text, buff, image_size_to_hash); in check_image_header()
|
/u-boot/lib/efi_loader/ |
A D | efi_tcg2.c | 534 sha1_update(&ctx, input, length); in tcg2_create_digest()
|
Completed in 689 milliseconds