Searched refs:prev_output (Results 1 – 1 of 1) sorted by relevance
573 unsigned char *prev_output = output - 16; in mbedtls_aes_crypt_xts() local581 output[i] = prev_output[i]; in mbedtls_aes_crypt_xts()588 tmp[i] = prev_output[i] ^ t[i]; in mbedtls_aes_crypt_xts()597 prev_output[i] = tmp[i] ^ t[i]; in mbedtls_aes_crypt_xts()