Home
last modified time | relevance | path

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

12

/openthread-latest/tools/harness-automation/autothreadharness/
Drunner.py99 def add_result(self, test, passed, error=None): argument
107 if passed is False:
112 'passed': passed,
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/proto/
Dsniffer.proto31 // The parameters passed to the RPC is erroneous
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl114 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/;
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md40 …drivers one wants to use on a device. The order in which the drivers are passed is also essential …
Dpsa-driver-interface.md71 …on files are passed to the implementation as an ordered list in an unspecified manner. This may be…
319 1. If this step is passed via `psa_key_derivation_input_key()` for a key in a secure element:
374 * `PSA_KEY_DERIVATION_INPUT_TYPE_KEY`: the step is valid and present and is a byte string passed vi…
399 * The first parameter `inputs` must be a pointer passed by the core to a key derivation driver setu…
588 … is to avoid potential confusion with the attributes of the private key that is passed as an input.
665 The first parameter `inputs` must be a pointer passed by the core to a PAKE driver setup entry poin…
793 …tributes` structure such that `psa_get_key_bits(attributes)` is the size passed by the caller of `…
946 If a driver does not have an `"init_random"` entry point, the context object passed to the first ca…
/openthread-latest/tests/unit/
DCMakeLists.txt140 # passed to provide additional source files.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dtesting.md35 in order to create PK contexts that can then be passed to existing TLS and
Dstrategy.md185 key to be passed as a context of this layer (eg, `mbedtls_pk_context`).
465 associated) private key. Currently the private key is passed as a
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dmain_test.function124 * return void. Test wrappers assume that they are passed a suitable
Dtest_suite_psa_crypto_pake.data117 PSA PAKE: check rounds, key is destroyed after being passed to set_password_key
Dhost_test.function75 * \brief Read a line from the passed file pointer.
Dtest_suite_ssl.function1667 /* Double-check that we've passed sane parameters. */
1701 /* Double-check that we've passed sane parameters. */
1736 /* Double-check that we've passed sane parameters. */
1772 /* Double-check that we've passed sane parameters. */
1803 /* Double-check that we've passed sane parameters. */
Dtest_suite_psa_crypto_pake.function545 * on the parameters that are passed in from the *.data file:
Dtest_suite_psa_crypto.data6250 # bad state: other secret passed before seed
6263 # bad state: other secret passed after secret
6276 # bad state: other secret passed after label
6289 # bad state: other secret passed twice
6306 # output key test: secret passed as key, other secret passed as key
6311 # output key test: secret passed as key, other secret passed as bytes
6316 # output key test: secret passed as bytes, other secret passed as key
6321 # output key test: secret passed as bytes, other secret passed as bytes
Dtest_suite_mps.function833 * the data passed to successful feed calls.
Dtest_suite_bignum.function155 * pointer and 0 length is passed. We don't care much about the return value. */
/openthread-latest/
DCONTRIBUTING.md130 Once you've validated that all continuous-integration checks have passed, go to the page for your f…
DSTYLE_GUIDE.md91 …rations should be made when passing scalars as to whether they should be passed by value or by con…
/openthread-latest/third_party/mbedtls/repo/
DCONTRIBUTING.md60 … data file contains the test cases, specified as parameters that will be passed to the test functi…
DREADME.md243 …data file` contains the test cases, specified as parameters that will be passed to the test functi…
DChangeLog152 This feature increases code size and memory usage. If buffers passed to
444 review the size of the output buffer passed to this function, and note
527 * Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()
1256 * Return PSA_ERROR_INVALID_ARGUMENT if the algorithm passed to one-shot
1584 Raw keys and IVs are no longer passed to the callback.
2869 passed keys that belonged to different group, the first key's data was
3459 * Fix invalid buffer sizes passed to zlib during record compression and
3612 config and the application data buffer passed to mbedtls_ssl_write
4149 * Fix issue that caused a crash if invalid curves were passed to
4197 mbedtls_x509_crt_parse_path() is passed a path longer than 2GB. Cannot be
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md21 …nction. This document is concerned with environments where the arguments passed to a PSA Crypto AP…
206 For signature algorithms with a hash-and-sign framework, the input to sign/verify-message is passed
355 …h layer. The tests are therefore independent of the values of parameters passed to the driver, so …
510 Asymmetric signature | Careful access | Copying | Inputs to signatures are passed to a hash. This w…
616 …-ops. Since buffer copying is specific to systems where shared memory is passed to PSA functions, …
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-driver-example-and-guide.md132 * **CMake**: CFLAGS must be passed to CMake when it is invoked. Invoke CMake with
Dpsa-transition.md369 For a one-shot operation (where the whole plaintext or ciphertext is passed as a single input), the…
396 …xt` for a one-shot operation (where the whole plaintext or ciphertext is passed as a single input).
601 …SA_ALG_HKDF_EXPAND) with the [hash algorithm](#hash-mechanism-selection) passed as an argument. Fo…
709 …The PSA algorithm selection corresponds to the `mbedtls_pk_type_t` value passed to `mbedtls_pk_{si…
1009 …gnature. The hash algorithm `hash` corresponds to the `md_alg` parameter passed to the legacy API.…
1137 …_8h/#c.PSA_EXPORT_PUBLIC_KEY_OUTPUT_SIZE) (where `key_type` is the value passed to `psa_set_key_si…
/openthread-latest/third_party/mbedtls/repo/framework/
DLICENSE259 software. If the software is modified by someone else and passed on, we

12