Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 25 of 25) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/scripts/
A Dpsa_collect_statuses.py31 self.codes = set()
49 self.codes.add(int(value))
53 values = [str(value) for value in self.codes]
/lib/zlib/
A Dinftrees.c32 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 Dinftrees.h54 unsigned codes, code FAR * FAR *table,
A Dinflate.h114 code codes[ENOUGH]; /* space for code tables */ member
A Dinflate.c29 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 Dmbedtls.doxyfile32 # We mostly use \retval declarations to document which error codes a function
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/
A DIANA-PRINTER-MIB568 -- (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 DIANATn3270eTC-MIB175 and SCS control codes on the session.
/lib/mbedtls/external/mbedtls/programs/fuzz/
A DREADME.md5 Fuzz targets are simple codes using the library.
/lib/mbedtls/external/mbedtls/docs/
A Dpsa-driver-example-and-guide.md80 …uments in PSA format for the implemented operation and return outputs/status codes in PSA format. \
154codes differ from PSA's, it is recommended to implement a status code translation function. The fu…
A D3.0-migration-guide.md15 - 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 Dpsa-transition.md72 ### 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 Dmain_test.function129 * dereferences. Each wrapper function hard-codes the
A Dtest_suite_psa_crypto_init.function135 * without checking the return codes as they may show up race conditions on
A Dtest_suite_pk.function6 /* For error codes */
1032 /* mbedtls_pk_check_pair() returns either PK or ECP error codes depending
A Dtest_suite_psa_crypto.function1354 /* 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 Dpsa-legacy-bridges.md84 …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 DKconfig237 string "Language codes supported by firmware"
241 value is a semicolon (;) separated list of language codes in native
/lib/mbedtls/external/mbedtls/
A DChangeLog1498 * 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 DSNMPv2-TC62 - the use of character codes 0-127 (decimal)
70 - the other 25 codes have no standard interpretation
A DIF-MIB1672 after a failed test. Error codes and other values this
/lib/lwip/lwip/doc/
A Dppp.txt496 * New PPPERR_ error codes added, check you have all of them in your status
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md183 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 Dpsa-thread-safety.md72 > * Both calls can fail with error codes that are not `PSA_ERROR_ALREADY_EXISTS`.
/lib/lwip/lwip/
A DCHANGELOG295 * 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.

Completed in 78 milliseconds