Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/include/
A Dsha2_impl.h51 unsigned int tot_len; member
58 unsigned int tot_len; member
/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c342 ctx->tot_len = 0; in sha256_init()
380 ctx->tot_len += (block_nb + 1) << 6; in sha256_update()
397 len_b = (ctx->tot_len + ctx->len) << 3; in sha256_final()
453 ctx->tot_len = 0; in sha224_init()
491 ctx->tot_len += (block_nb + 1) << 6; in sha224_update()
508 len_b = (ctx->tot_len + ctx->len) << 3; in sha224_final()

Completed in 3 milliseconds