Home
last modified time | relevance | path

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

/external/mmc-utils/3rdparty/hmac_sha/
Dsha2.c363 const unsigned char *shifted_message; in sha256_update() local
378 shifted_message = message + rem_len; in sha256_update()
381 sha256_transf(ctx, shifted_message, block_nb); in sha256_update()
385 memcpy(ctx->block, &shifted_message[block_nb << 6], in sha256_update()
560 const unsigned char *shifted_message; in sha512_update() local
575 shifted_message = message + rem_len; in sha512_update()
578 sha512_transf(ctx, shifted_message, block_nb); in sha512_update()
582 memcpy(ctx->block, &shifted_message[block_nb << 7], in sha512_update()
662 const unsigned char *shifted_message; in sha384_update() local
677 shifted_message = message + rem_len; in sha384_update()
[all …]