Home
last modified time | relevance | path

Searched refs:ERANGE (Results 1 – 9 of 9) sorted by relevance

/lib/mbedtls/external/mbedtls/programs/psa/
A Dpsa_constant_names.c205 if (value < min || (errno == ERANGE && value < 0)) { in process_signed()
209 if (value > max || (errno == ERANGE && value > 0)) { in process_signed()
244 if (value > max || errno == ERANGE) { in process_unsigned()
/lib/lwip/lwip/src/include/lwip/
A Derrno.h81 #define ERANGE 34 /* Math result not representable */ macro
/lib/
A Derrno_str.c48 ERRNO_MSG(ERANGE, "Math result not representable"),
/lib/crypt/
A Dcrypt-sha256.c116 errno = ERANGE; in crypt_sha256crypt_rn()
A Dcrypt-sha512.c117 errno = ERANGE; in crypt_sha512crypt_rn()
/lib/lwip/lwip/src/api/
A Dnetdb.c196 *h_errnop = ERANGE; in lwip_gethostbyname_r()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_asn1parse.function382 (errno == ERANGE
470 (errno == ERANGE
A Dhost_test.function47 if (errno == ERANGE) {
/lib/efi_loader/
A Defi_capsule.c406 case -ERANGE: in fwu_to_efi_error()

Completed in 22 milliseconds