Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c352 const unsigned char *shifted_message = NULL; in sha256_update() local
369 shifted_message = message + rem_len; in sha256_update()
372 sha256_transf(ctx, shifted_message, block_nb); in sha256_update()
377 ctx->block[i] = shifted_message[(block_nb << 6) + i]; in sha256_update()
463 const unsigned char *shifted_message = NULL; in sha224_update() local
480 shifted_message = message + rem_len; in sha224_update()
483 sha256_transf((struct sha256_ctx *)ctx, shifted_message, block_nb); in sha224_update()
488 ctx->block[i] = shifted_message[(block_nb << 6) + i]; in sha224_update()

Completed in 2 milliseconds