Home
last modified time | relevance | path

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

12

/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dgenerate_errors.pl84 my ($before, $name, $value, $after) = ($1, $2, $3, $4);
88 undef $before if defined($before) && $before =~ /\s*\\name\s/s;
90 if !defined($before) && !defined($after);
92 if defined($before) && defined($after);
93 my $description = (defined($before) ? $before : $after);
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dx509.c926 static int x509_check_time( const mbedtls_x509_time *before, const mbedtls_x509_time *after ) in x509_check_time() argument
928 if( before->year > after->year ) in x509_check_time()
931 if( before->year == after->year && in x509_check_time()
932 before->mon > after->mon ) in x509_check_time()
935 if( before->year == after->year && in x509_check_time()
936 before->mon == after->mon && in x509_check_time()
937 before->day > after->day ) in x509_check_time()
940 if( before->year == after->year && in x509_check_time()
941 before->mon == after->mon && in x509_check_time()
942 before->day == after->day && in x509_check_time()
[all …]
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/base64/
Ddef_b64_too_big_3.txt1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_mpi.function842 void mbedtls_mpi_shrink( int before, int used, int min, int after )
847 TEST_ASSERT( mbedtls_mpi_grow( &X, before ) == 0 );
853 TEST_EQUAL( X.n, (size_t) before );
1435 int before, int expected_ret )
1442 if( before != 0 )
1444 /* Set X to sign(before) * 2^(|before|-1) */
1445 TEST_ASSERT( mbedtls_mpi_lset( &X, before > 0 ? 1 : -1 ) == 0 );
1446 if( before < 0 )
1447 before = - before;
1448 TEST_ASSERT( mbedtls_mpi_shift_l( &X, before - 1 ) == 0 );
[all …]
Dtest_suite_psa_crypto_entropy.data43 PSA validate entropy injection: before and after crypto_init
Dtest_suite_mps.function563 * call to mbedtls_mps_reader_reclaim() is made before all data
828 int reclaimed = 1; /* Have to call reclaim at least once before
1043 * chunks than before CAN fail. */
1052 * than before NEED NOT fail - no commits */
1063 * than before NEED NOT fail - intermediate commit */
1075 * than before NEED NOT fail - end commit */
1087 * than before NEED NOT fail - intermediate & end commit */
Dtest_suite_net.function98 * opened before the limit was lowered (which is something an application
Dtest_suite_entropy.function324 * updates: before and after updating the NV seed. */
372 * updates: before and after updating the NV seed. */
Dtest_suite_hmac_drbg.function60 /* Set reseed interval before seed */
Dtest_suite_ctr_drbg.function243 /* Set reseed interval before seed */
Dtest_suite_psa_crypto_slot_management.data102 Attempt to overwrite: close before
/openthread-3.5.0/tests/scripts/thread-cert/border_router/
DREADME.md5 …r network and containers, so a new OTBR Docker image needs to be created before running these test…
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/dir4/
DReadme34 … integrated into another hierarchy. In this case the certificates issued before the integration wi…
/openthread-3.5.0/tests/unit/
DREADME.md41 …d have made some changes in the test source file, you will need rebuild the test before running it:
/openthread-3.5.0/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt78 -future.crt: S5 with "not before" date in the future
87 -future.crt: S7 with "not before" date in the future + I1
/openthread-3.5.0/third_party/mbedtls/repo/
DBRANCHES.md37 before, is in case those goals would conflict with fixing a security issue, we
/openthread-3.5.0/
DSTYLE_GUIDE.md48 …ing header file, the unit's corresponding header file should be included before any other header f…
49 …eader file, then it should directly include `"openthread-core-config.h"` before any other header f…
79 … using the `OT_UNUSED_VARIABLE` macro at the top of a function or method before all local variable…
117 … target is included in OpenThread's continuous integration and must pass before a pull request is …
/openthread-3.5.0/tools/harness-thci/
DREADME.md60 … Wpan command prefix, Wpan interface Param9 : comma separated device's setting commands before test
/openthread-3.5.0/tools/spi-hdlc-adapter/
DREADME.md29 … the top-level directory for that GPIO. They must be already be exported before `spi-hdlc-adapter`…
/openthread-3.5.0/src/cli/
DREADME_TCP.md83 …d with the example TCP endpoint (this TCP connection must be established before using this command…
DREADME_DATASET.md23 …Dataset is used to communicate changes to the Active Operational Dataset before they take effect. …
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md156 ### Suggested changes to make before 1.0.0
205 * The layout of a key file now has a lifetime field before the type field.
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-interface.md355 * The core sets `*bits` to `psa_get_key_bits(attributes)` before calling the `"import_key"` entry p…
429 …ations, the initialization of the PSA Cryptography subsystem takes place before or during the firs…
491 …atory): the minimum number of bytes of entropy that the core must supply before the driver can out…
565 … once with a total of at least `"initial_entropy_size"` bytes of entropy before it calls `"get_ran…
572 …opy"` method to supply at least `"reseed_entropy_size"` bytes of entropy before calling `"get_rand…
670 …a_generate_key()`, `psa_key_derivation_output_key()` or `psa_copy_key()` before creating a key in …
712 If a failure occurs after the `"allocate_key"` step but before the call to the second driver entry …
746 …locate_key"` entry point with the same attributes on the same key buffer before calling the key cr…
777 The core loads the persistent state in memory before it calls the driver's [init entry point](#driv…
791 …ust call this function after updating the persistent state in memory and before returning from the…
/openthread-3.5.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile21 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
89 # the brief description of a member or function before the detailed description.
131 # path before files name in the file list and in the header files. If set
756 # Note that the filter must not add or remove lines; it is applied before the
1129 # the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
1190 # in the HTML output before the changes have effect.
1218 # copy of MathJax from http://www.mathjax.org before deployment.
1607 # are defined before the preprocessor is started (similar to the -D option of
1781 # exceeded by 50% before the limit is enforced.

12