Lines Matching refs:codes
1929 * Remove SSL error codes `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED`
2077 * Remove deprecated error codes. Fix #4283
2753 high- and low-level error codes, complementing mbedtls_strerror()
3037 * Variables containing error codes are now initialized to an error code
3128 codes to always wrap these codes into X.509 high level error codes before
3372 the return type from void to int to allow returning error codes when
3378 * Deprecate error codes of the form MBEDTLS_ERR_xxx_INVALID_KEY_LENGTH for
3379 ARIA, CAMELLIA and Blowfish. These error codes will be replaced by
3380 the more generic per-module error codes MBEDTLS_ERR_xxx_BAD_INPUT_DATA.
4110 returning error codes when using MBEDTLS_<MODULE>_ALT.
4154 * Fix unchecked return codes from AES, DES and 3DES functions in
4217 new ones with return codes. In particular, this modifies the
4221 * Add MBEDTLS_ERR_XXX_HW_ACCEL_FAILED error codes for all cryptography
4376 void to int to allow returning error codes when using MBEDTLS_AES_ALT,
5101 * Added new error codes and debug messages about selection of
6084 * All error codes are now negative. Even on mermory failures and IO errors.
6109 codes instead of integers
6123 error codes and their description.
6135 * The error codes have been remapped and combining error codes
6136 is now done with a PLUS instead of an OR as error codes
6310 * Error codes are not (necessarily) negative. Keep