Home
last modified time | relevance | path

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

12

/openthread-2.7.6/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-2.7.6/third_party/mbedtls/repo/tests/data_files/base64/
Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
Ddef_b64_too_big_3.txt1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_entropy.data16 PSA validate entropy injection: before and after crypto_init
Dtest_suite_entropy.function284 * updates: before and after updating the NV seed. */
332 * updates: before and after updating the NV seed. */
Dhelpers.function126 * You must set \p pointer to \c NULL before calling this macro and
313 * You must set \p pointer to \c NULL before calling this macro and
Dtest_suite_hmac_drbg.function60 /* Set reseed interval before seed */
Dtest_suite_psa_crypto_slot_management.data81 Attempt to overwrite: close before
Dtest_suite_ctr_drbg.function243 /* Set reseed interval before seed */
Dtest_suite_mpi.function710 void mbedtls_mpi_shrink( int before, int used, int min, int after )
715 TEST_ASSERT( mbedtls_mpi_grow( &X, before ) == 0 );
716 TEST_ASSERT( used <= before );
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/dir4/
DReadme34 … integrated into another hierarchy. In this case the certificates issued before the integration wi…
/openthread-2.7.6/third_party/nlbuild-autotools/repo/
DCONTRIBUTING.md13 approved it, but you must do it before we can put your code into our codebase.
DCommon.mak112 # seconds and failure before trying the removal again.
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/post/rules/
Dcoverage.am52 # may depend on this to ensure local tests are made before
/openthread-2.7.6/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-2.7.6/
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-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_pthread.m4136 # pthreads: AIX (must check this before -lpthread)
137 # none: in case threads are in libc; should be tried before -Kthread and
145 # -D_REENTRANT too), HP C (must be checked before -lpthread, which
146 # is present but should not be used directly; and before -mthreads,
Dax_jni_include_dir.m430 # - at the configure.in level, set JAVAC=yourcompiler before calling
/openthread-2.7.6/tools/harness-thci/
DREADME.md60 … Wpan command prefix, Wpan interface Param9 : comma separated device's setting commands before test
/openthread-2.7.6/third_party/nlbuild-autotools/repo/make/host/tools/
Dtools.mak68 # seconds and failure before trying the removal again.
/openthread-2.7.6/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-2.7.6/examples/platforms/cc2538/
DREADME.md34 …the CC2538-CC2592 EM reference design), you need to initialise this part before reception of radio…
/openthread-2.7.6/tools/spi-hdlc-adapter/
DREADME.md29 … the top-level directory for that GPIO. They must be already be exported before `spi-hdlc-adapter`…
/openthread-2.7.6/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.

12