Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c118 void sha256_transf(struct sha256_ctx *ctx, const unsigned char *message, in sha256_transf() function
371 sha256_transf(ctx, ctx->block, 1); in sha256_update()
372 sha256_transf(ctx, shifted_message, block_nb); in sha256_update()
406 sha256_transf(ctx, ctx->block, block_nb); in sha256_final()
482 sha256_transf((struct sha256_ctx *)ctx, ctx->block, 1); in sha224_update()
483 sha256_transf((struct sha256_ctx *)ctx, shifted_message, block_nb); in sha224_update()
517 sha256_transf((struct sha256_ctx *)ctx, ctx->block, block_nb); in sha224_final()
/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h78 void sha256_transf(struct sha256_ctx *ctx, const unsigned char *message,

Completed in 2 milliseconds