Home
last modified time | relevance | path

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

/optee_test-3.20.0/ta/crypt/
A Dsha2_impl.c351 unsigned int tmp_len = 0; in sha256_update() local
355 tmp_len = SHA256_BLOCK_SIZE - ctx->len; in sha256_update()
356 rem_len = len < tmp_len ? len : tmp_len; in sha256_update()
462 unsigned int tmp_len = 0; in sha224_update() local
466 tmp_len = SHA224_BLOCK_SIZE - ctx->len; in sha224_update()
467 rem_len = len < tmp_len ? len : tmp_len; in sha224_update()

Completed in 2 milliseconds