Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Daes_alt.c234 const unsigned int half_keybits = keybits / 2; in mbedtls_aes_xts_decode_keys() local
235 const unsigned int half_keybytes = half_keybits / 8; in mbedtls_aes_xts_decode_keys()
244 *key1bits = half_keybits; in mbedtls_aes_xts_decode_keys()
245 *key2bits = half_keybits; in mbedtls_aes_xts_decode_keys()