Home
last modified time | relevance | path

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

12

/mbedtls-development/ChangeLog.d/
A Dcheck-return.txt15 MBEDTLS_CHECK_RETURN_WARNING to get warnings for other functions. This
17 to other modules in the future.
A Dfix-needed-shared-libraries-linux.txt3 not to list other shared libraries they need.
A D00README.md59 Use “Changes” for anything that doesn't fit in the other categories.
71 Mbed TLS issue. Add other external references such as CVE numbers where
/mbedtls-development/scripts/
A Dassemble_changelog.py393 def __eq__(self, other): argument
394 return self.sort_key() == other.sort_key()
396 def __lt__(self, other): argument
397 return self.sort_key() < other.sort_key()
/mbedtls-development/
A DLICENSE17 other entities that control, are controlled by, or are under common
34 and conversions to other media types.
43 editorial revisions, annotations, elaborations, or other modifications
95 (a) You must give any other recipients of the Work or
163 other commercial damages or losses), even if such Contributor
169 or other liability obligations and/or rights consistent with this
172 of any other Contributor, and only if You agree to indemnify,
A DREADME.md28 For other sources of documentation, see the [SUPPORT](SUPPORT.md) document.
146 To list other available CMake options, use:
152 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
185 Mbed TLS provides a package config file for consumption as a dependency in other
237 …otiation, resumption, etc.) and tests interoperability of these options with other implementations.
238 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
259 …ge and secure communication. Second, it can also be used independently of other PSA components on …
308 * Please see [`SUPPORT.md`](SUPPORT.md) for other channels for discussion and support about Mbed TL…
A Ddco.txt29 (c) The contribution was provided directly to me by some other
A DCONTRIBUTING.md28 … of the library or a change has been necessary due to a security issue or other significant softwa…
42 …e version of the library which contains only security fixes and fixes for other defects, without e…
/mbedtls-development/programs/fuzz/
A DREADME.md8 These targets were meant to be used with oss-fuzz but can be used in other contexts.
51 * Run them one against the other with `reproducible` option turned on while capturing trafic into t…
/mbedtls-development/tests/data_files/
A Dtest-ca.opensslconf19 subjectAltName=otherName:1.2.3.4;UTF8:some other identifier
A DReadme-x509.txt27 Finally, other CAs for specific purposes:
46 O -> other
/mbedtls-development/docs/architecture/
A Dmbed-crypto-storage-specification.md33 …y promises regarding key storage, or regarding the nonvolatile random seed file on other platforms.
70 …r namespace. The Crypto service can use arbitrary file identifiers and no other part of the system…
81 …CRYPTO_STORAGE_FILE_LOCATION` allows storing the key files in a directory other than the current d…
127 …r namespace. The Crypto service can use arbitrary file identifiers and no other part of the system…
137 …entity using the crypto library can use arbitrary file identifiers and no other part of the system…
210 …r namespace. The Crypto service can use arbitrary file identifiers and no other part of the system…
220 …entity using the crypto library can use arbitrary file identifiers and no other part of the system…
/mbedtls-development/tests/
A DDescriptions.txt22 renegotiation, SNI, other extensions, etc.
/mbedtls-development/programs/
A DREADME.md20 …y algorithms (RSA or ECC) and writes it to a file that can be used by the other pk sample programs.
36 …): generates an RSA key and writes it to a file that can be used with the other RSA sample program…
83 Note: unlike most of the other programs under the `programs/` directory, these two programs are not…
103 …d PEM files directly, but this utility can be useful for interacting with other tools or with mini…
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md29 …ent providers into the same implementation, without any prior arrangement other than choosing cert…
148 Spaces are optional after commas. Whether other whitespace is permitted is implementation-specific.
237 …fails, the core destroys the operation context object without calling any other driver entry point…
238 1. The core calls other entry points that manipulate the operation context object, respecting the c…
239 …on family, then destroys the operation context object without calling any other driver entry point…
524 …ropy” means that the data is uniformly distributed and independent of any other observable quantit…
588other than `PSA_ERROR_NOT_SUPPORTED` (`PSA_SUCCESS` or a different error code), this value is retu…
651 …se_size"` as the size of the label plus any other metadata that the driver needs to store, and omi…
684 3. The core saves the resulting wrapped key material and any other data that the key context may co…
943 This concept, or some other way to reuse portable code such as specifying inner functions like `psa…
[all …]
A Dpsa-conditional-inclusion-c.md34 …sists of C preprocessor definitions, and the build does not require tools other than a C compiler.…
79 …luded in the build, either because the feature has been requested in some other way, or because th…
126 …MBEDTLS_PSA_BUILTIN_xxx` symbols and deduces the corresponding `MBEDTLS_xxx_C` (and other) symbols.
145 * (D) indicates a symbol that is deduced from other symbols by code that ships with Mbed TLS.
166 Since configuration symbols must be undefined or 1, any other value should trigger an `#error`.
/mbedtls-development/docs/
A Dgetting_started.md62 To use the Mbed Crypto APIs, call `psa_crypto_init()` before calling any other API. This initialize…
68 with other function calls.
368 …psa_cipher_set_iv()` or `psa_cipher_update()` fails (returning any status other than `PSA_SUCCESS`…
371 … call to `psa_cipher_abort()`, the operation structure is invalidated; in other words, you cannot …
492 1. A call to `psa_hash_update()` fails (returning any status other than `PSA_SUCCESS`).
496 …it call to `psa_hash_abort()`, the operation structure is invalidated; in other words, you cannot …
542 other keys and data, and functions to generate outputs, such as new keys or
543 other data.
546 provided with a key and, optionally, other data. Then, use the key derivation context to either rea…
A Duse-psa-crypto.md63 In the TLS and X.509 API, there are two other functions which accept a key or
80 only PSK ciphersuites that can be negotiated are "pure" PSK; other XXX-PSK key
/mbedtls-development/docs/architecture/testing/
A Dpsa-storage-format-testing.md31 Use a similar approach for files other than keys where possible and relevant.
62 …rt_key`) and verify that a file with the expected name is created, and no other. Repeat for differ…
89 Objective: have test coverage for lifetimes other than the default persistent lifetime (`PSA_KEY_LI…
A Dtest-framework.md15 * Test descriptions may not contain semicolons, line breaks and other control characters, or non-AS…
/mbedtls-development/tests/scripts/
A Dtest_zeroize.gdb33 # reads and writes to variables (among other situations). It will then use this
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile71 # The default language is English, other supported languages are:
305 # member in the group (if any) for the other members of the group. By default
1387 # Note that which sources are shown also depends on other settings
1404 # other RTF readers or editors.
1423 # This makes the output suitable for online browsing using WORD or other
1552 # On the other hand, if this
1561 # Makefile don't overwrite each other's variables.
1761 # class references variables) of the class with other documented classes.
1793 # other documented files.
1836 # visible in IE 9+ (other browsers do not have this requirement).
[all …]
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_init.function19 * and PSA crypto doesn't support other hashes for HMAC_DRBG. */
A Dtest_suite_psa_crypto_persistent_key.function5 * on the the storage format. On the other hand, these tests treat the storage
/mbedtls-development/library/
A DCMakeLists.txt249 # Include public header files from /include and other directories

Completed in 32 milliseconds

12