Lines Matching refs:codes
1886 * Remove SSL error codes `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED`
2034 * Remove deprecated error codes. Fix #4283
2710 high- and low-level error codes, complementing mbedtls_strerror()
2994 * Variables containing error codes are now initialized to an error code
3085 codes to always wrap these codes into X.509 high level error codes before
3329 the return type from void to int to allow returning error codes when
3335 * Deprecate error codes of the form MBEDTLS_ERR_xxx_INVALID_KEY_LENGTH for
3336 ARIA, CAMELLIA and Blowfish. These error codes will be replaced by
3337 the more generic per-module error codes MBEDTLS_ERR_xxx_BAD_INPUT_DATA.
4067 returning error codes when using MBEDTLS_<MODULE>_ALT.
4111 * Fix unchecked return codes from AES, DES and 3DES functions in
4174 new ones with return codes. In particular, this modifies the
4178 * Add MBEDTLS_ERR_XXX_HW_ACCEL_FAILED error codes for all cryptography
4333 void to int to allow returning error codes when using MBEDTLS_AES_ALT,
5058 * Added new error codes and debug messages about selection of
6041 * All error codes are now negative. Even on mermory failures and IO errors.
6066 codes instead of integers
6080 error codes and their description.
6092 * The error codes have been remapped and combining error codes
6093 is now done with a PLUS instead of an OR as error codes
6267 * Error codes are not (necessarily) negative. Keep