Searched refs:ref (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 50 HEAD=$(git rev-parse --abbrev-ref HEAD) 99 ref="outcome-$1.csv" 104 total=$(grep -c "$pattern_suite" "$ref") 106 sed -n "$sed_cmd" "$ref" > skipped-ref 108 nb_ref=$(wc -l <skipped-ref) 114 if diff skipped-ref skipped-new | grep '^> '; then 119 rm skipped-ref skipped-new
|
/openthread-latest/tools/harness-automation/doc/ |
D | index.rst | 22 * :ref:`genindex` 23 * :ref:`modindex` 24 * :ref:`search`
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | pkparse.c | 263 mbedtls_ecp_group ref; in pk_group_id_from_group() local 266 mbedtls_ecp_group_init(&ref); in pk_group_id_from_group() 270 mbedtls_ecp_group_free(&ref); in pk_group_id_from_group() 271 MBEDTLS_MPI_CHK(mbedtls_ecp_group_load(&ref, *id)); in pk_group_id_from_group() 274 if (grp->pbits == ref.pbits && grp->nbits == ref.nbits && in pk_group_id_from_group() 275 mbedtls_mpi_cmp_mpi(&grp->P, &ref.P) == 0 && in pk_group_id_from_group() 276 mbedtls_mpi_cmp_mpi(&grp->A, &ref.A) == 0 && in pk_group_id_from_group() 277 mbedtls_mpi_cmp_mpi(&grp->B, &ref.B) == 0 && in pk_group_id_from_group() 278 mbedtls_mpi_cmp_mpi(&grp->N, &ref.N) == 0 && in pk_group_id_from_group() 279 mbedtls_mpi_cmp_mpi(&grp->G.X, &ref.G.X) == 0 && in pk_group_id_from_group() [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | basic-in-docker.sh | 34 run_in_docker tests/scripts/test-ref-configs.pl
|
D | all.sh | 1382 tests/scripts/test-ref-configs.pl
|
/openthread-latest/tools/gerrit/ |
D | git-squash-merge.sh | 93 cur_branch=$(git rev-parse --abbrev-ref HEAD)
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | selftest.c | 181 const char ref[10] = "xxxxxxxxx"; in test_snprintf() local 190 memcmp(buf + n, ref + n, sizeof(buf) - n) != 0) { in test_snprintf()
|
/openthread-latest/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 1361 #define PSA_ALG_AEAD_WITH_DEFAULT_LENGTH_TAG_CASE(aead_alg, ref) \ argument 1363 PSA_ALG_AEAD_WITH_SHORTENED_TAG(ref, 0) ? \ 1364 ref :
|
/openthread-latest/tests/toranj/ |
D | build.sh | 79 -k | --enable-plat-key-ref)
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum.function | 488 mbedtls_mpi src, dst, ref; 491 mbedtls_mpi_init(&ref); 494 TEST_ASSERT(mbedtls_test_read_mpi(&ref, dst_hex) == 0); 514 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&dst, &ref) == 0); 519 mbedtls_mpi_free(&ref);
|
D | host_test.function | 284 const char ref[10] = "xxxxxxxxx"; 296 memcmp(buf + n, ref + n, sizeof(buf) - n) != 0) {
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 249 - `tests/scripts/test-ref-configs.pl` test builds in various reduced configurations.
|
D | ChangeLog | 131 `mbedtls_ssl_ciphersuite_t` structure.Design ref: #8529
|