Searched refs:before (Results 1 – 25 of 42) sorted by relevance
12
/openthread-2.7.6/third_party/mbedtls/repo/library/ |
D | x509.c | 926 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/ |
D | def_bad_b64.txt | 1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
|
D | def_b64_too_big_3.txt | 1 // 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/ |
D | test_suite_psa_crypto_entropy.data | 16 PSA validate entropy injection: before and after crypto_init
|
D | test_suite_entropy.function | 284 * updates: before and after updating the NV seed. */ 332 * updates: before and after updating the NV seed. */
|
D | helpers.function | 126 * 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
|
D | test_suite_hmac_drbg.function | 60 /* Set reseed interval before seed */
|
D | test_suite_psa_crypto_slot_management.data | 81 Attempt to overwrite: close before
|
D | test_suite_ctr_drbg.function | 243 /* Set reseed interval before seed */
|
D | test_suite_mpi.function | 710 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/ |
D | Readme | 34 … integrated into another hierarchy. In this case the certificates issued before the integration wi…
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/ |
D | CONTRIBUTING.md | 13 approved it, but you must do it before we can put your code into our codebase.
|
D | Common.mak | 112 # seconds and failure before trying the removal again.
|
/openthread-2.7.6/third_party/nlbuild-autotools/repo/automake/post/rules/ |
D | coverage.am | 52 # may depend on this to ensure local tests are made before
|
/openthread-2.7.6/third_party/mbedtls/repo/tests/data_files/ |
D | Readme-x509.txt | 78 -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/ |
D | STYLE_GUIDE.md | 48 …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/ |
D | ax_pthread.m4 | 136 # 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,
|
D | ax_jni_include_dir.m4 | 30 # - at the configure.in level, set JAVAC=yourcompiler before calling
|
/openthread-2.7.6/tools/harness-thci/ |
D | README.md | 60 … 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/ |
D | tools.mak | 68 # seconds and failure before trying the removal again.
|
/openthread-2.7.6/src/cli/ |
D | README_TCP.md | 83 …d with the example TCP endpoint (this TCP connection must be established before using this command…
|
D | README_DATASET.md | 23 …Dataset is used to communicate changes to the Active Operational Dataset before they take effect. …
|
/openthread-2.7.6/examples/platforms/cc2538/ |
D | README.md | 34 …the CC2538-CC2592 EM reference design), you need to initialise this part before reception of radio…
|
/openthread-2.7.6/tools/spi-hdlc-adapter/ |
D | README.md | 29 … 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/ |
D | mbed-crypto-storage-specification.md | 156 ### 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