Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dxtea.h39 #define MBEDTLS_ERR_XTEA_INVALID_INPUT_LENGTH -0x0028 /**< The data input has an inval… macro
A Dcompat-1.3.h1225 #define POLARSSL_ERR_XTEA_INVALID_INPUT_LENGTH MBEDTLS_ERR_XTEA_INVALID_INPUT_LENGTH
/AliOS-Things-master/components/mbedtls/library/
A Dxtea.c151 return( MBEDTLS_ERR_XTEA_INVALID_INPUT_LENGTH ); in mbedtls_xtea_crypt_cbc()
A Derror.c886 if( use_ret == -(MBEDTLS_ERR_XTEA_INVALID_INPUT_LENGTH) ) in mbedtls_strerror()
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c601 { -(MBEDTLS_ERR_XTEA_INVALID_INPUT_LENGTH), "XTEA_INVALID_INPUT_LENGTH" },

Completed in 18 milliseconds