Searched refs:shifted_message (Results 1 – 1 of 1) sorted by relevance
363 const unsigned char *shifted_message; in sha256_update() local378 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() local575 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() local677 shifted_message = message + rem_len; in sha384_update()[all …]