| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | psa_collect_statuses.py | 31 self.codes = set() 49 self.codes.add(int(value)) 53 values = [str(value) for value in self.codes]
|
| /lib/zlib/ |
| A D | inftrees.c | 32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() argument 105 for (sym = 0; sym < codes; sym++) in inflate_table() 142 for (sym = 0; sym < codes; sym++) in inflate_table()
|
| A D | inftrees.h | 54 unsigned codes, code FAR * FAR *table,
|
| A D | inflate.h | 114 code codes[ENOUGH]; /* space for code tables */ member
|
| A D | inflate.c | 29 state->lencode = state->distcode = state->next = state->codes; in inflateReset() 648 state->next = state->codes; in inflate() 715 state->next = state->codes; in inflate()
|
| /lib/mbedtls/external/mbedtls/doxygen/ |
| A D | mbedtls.doxyfile | 32 # We mostly use \retval declarations to document which error codes a function
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-PRINTER-MIB | 568 -- (text, image, graphics, bar codes), 608 -- codes), resources (fonts, overlays) 747 -- supports the control codes LF, VT, 1058 NOTE: Alert type codes have been added for the Host Resources 1109 While there are some specific codes for many subunits, the 1110 generic codes should be used for most subunit alerts. The 1158 -- by one of the alert codes 1161 -- The following generic codes are common to
|
| A D | IANATn3270eTC-MIB | 175 and SCS control codes on the session.
|
| /lib/mbedtls/external/mbedtls/programs/fuzz/ |
| A D | README.md | 5 Fuzz targets are simple codes using the library.
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | psa-driver-example-and-guide.md | 80 …uments in PSA format for the implemented operation and return outputs/status codes in PSA format. \ 154 …codes differ from PSA's, it is recommended to implement a status code translation function. The fu…
|
| A D | 3.0-migration-guide.md | 15 - Changing function signatures, e.g. adding return codes, adding extra parameters, or making some a… 270 ### Deprecated error codes for hardware failures were removed 280 ### Deprecated error codes for invalid input data were removed 927 This affects users manually checking for the following error codes: 948 - All codes of the form `MBEDTLS_ERR_SSL_BAD_HS_XXX` have been replaced by various alternatives, wh… 950 Users should check for the newly introduced generic error codes 961 and the pre-existing generic error codes
|
| A D | psa-transition.md | 72 ### Error codes 254 …code and are not relevant to the PSA API. PSA error codes are never the combination of multiple co…
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | main_test.function | 129 * dereferences. Each wrapper function hard-codes the
|
| A D | test_suite_psa_crypto_init.function | 135 * without checking the return codes as they may show up race conditions on
|
| A D | test_suite_pk.function | 6 /* For error codes */ 1032 /* mbedtls_pk_check_pair() returns either PK or ECP error codes depending
|
| A D | test_suite_psa_crypto.function | 1354 /* Attempt to import the key in ctx. This handles any valid error codes 1355 * and reports an error for any invalid codes. This function also insures 7043 * correct error codes, and at the correct point (at start or during 7631 * the correct error codes, and at the correct point (at start or during
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | psa-legacy-bridges.md | 84 …blic functions to convert between `MBEDTLS_ERR_xxx` error codes and `PSA_ERROR_xxx` error codes? W… 86 …t legacy and PSA error code to their own error codes, and converting between `MBEDTLS_ERR_xxx` err…
|
| /lib/efi_loader/ |
| A D | Kconfig | 237 string "Language codes supported by firmware" 241 value is a semicolon (;) separated list of language codes in native
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 1498 * Remove SSL error codes `MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED` 1646 * Remove deprecated error codes. Fix #4283 2697 codes to always wrap these codes into X.509 high level error codes before 3679 returning error codes when using MBEDTLS_<MODULE>_ALT. 3786 new ones with return codes. In particular, this modifies the 4670 * Added new error codes and debug messages about selection of 5678 codes instead of integers 5692 error codes and their description. 5704 * The error codes have been remapped and combining error codes 5705 is now done with a PLUS instead of an OR as error codes [all …]
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | SNMPv2-TC | 62 - the use of character codes 0-127 (decimal) 70 - the other 25 codes have no standard interpretation
|
| A D | IF-MIB | 1672 after a failed test. Error codes and other values this
|
| /lib/lwip/lwip/doc/ |
| A D | ppp.txt | 496 * New PPPERR_ error codes added, check you have all of them in your status
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 183 All driver entry points return a status of type `psa_status_t` which should use the status codes do… 842 * Other error codes indicate a transient or permanent failure of the entropy source. 1010 The driver may return the following status codes: 1015 * Other error codes such as `PSA_ERROR_COMMUNICATION_FAILURE` or `PSA_ERROR_HARDWARE_FAILURE` indic… 1264 * Other error codes such as `PSA_ERROR_COMMUNICATION_FAILURE` or `PSA_ERROR_HARDWARE_FAILURE` indic…
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 72 > * Both calls can fail with error codes that are not `PSA_ERROR_ALREADY_EXISTS`.
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 295 * sockets: fix inconsistencies on close (inconsistent error codes, double FIN) 1861 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal.
|