Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/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-3.4.0/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-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Daes_alt.c109 return (MBEDTLS_ERR_AES_INVALID_KEY_LENGTH); in aes_set_key()
243 default : return( MBEDTLS_ERR_AES_INVALID_KEY_LENGTH ); in mbedtls_aes_xts_decode_keys()