Searched refs:tmp_len (Results 1 – 1 of 1) sorted by relevance
197 unsigned int tmp_len = 0; in sha256_update() local200 tmp_len = SHA256_BLOCK_SIZE - ctx->len; in sha256_update()201 rem_len = len < tmp_len ? len : tmp_len; in sha256_update()
Completed in 2 milliseconds