Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Daes_alt.h20 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 /**< Invalid key length. */ macro
/trusted-firmware-m-latest/interface/include/mbedtls/
Daes.h44 #define MBEDTLS_ERR_AES_INVALID_KEY_LENGTH -0x0020 macro
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Daes_alt.c88 return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in aes_setkey()
107 return MBEDTLS_ERR_AES_INVALID_KEY_LENGTH; in aes_setkey()
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/
Daes_alt.c107 return (MBEDTLS_ERR_AES_INVALID_KEY_LENGTH); in aes_set_key()
241 default : return( MBEDTLS_ERR_AES_INVALID_KEY_LENGTH ); in mbedtls_aes_xts_decode_keys()