Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Daes_alt.c573 unsigned char *prev_output = output - 16; in mbedtls_aes_crypt_xts() local
581 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()