Home
last modified time | relevance | path

Searched full:patch (Results 1 – 11 of 11) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/
Dtest_generate_test_code.py25 from unittest.mock import patch
563 @patch("generate_test_code.parse_function_arguments")
582 @patch("generate_test_code.gen_dispatch")
583 @patch("generate_test_code.gen_dependencies")
584 @patch("generate_test_code.gen_function_wrapper")
585 @patch("generate_test_code.parse_function_arguments")
627 @patch("generate_test_code.gen_dispatch")
628 @patch("generate_test_code.gen_dependencies")
629 @patch("generate_test_code.gen_function_wrapper")
630 @patch("generate_test_code.parse_function_arguments")
[all …]
/openthread-3.5.0/tools/harness-simulation/posix/
Dinstall.sh140 cp "${ETC_DIR}/server.patch" script/server.patch
141 patch script/server script/server.patch
/openthread-3.5.0/third_party/mbedtls/repo/scripts/
Dbump_version.sh120 read MAJOR MINOR PATCH <<<$(IFS="."; echo $VERSION)
121 VERSION_NR="$( printf "0x%02X%02X%02X00" $MAJOR $MINOR $PATCH )"
125 sed -e "s/_VERSION_PATCH .\{1,\}/_VERSION_PATCH $PATCH/" | \
/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dversion.h46 * Major version | Minor version | Patch version
62 * MMNNPP00 (Major, Minor, Patch).
/openthread-3.5.0/
D.codecov.yml4 patch: off
/openthread-3.5.0/include/openthread/
Dcoap.h227 * application/json-patch+json: [RFC6902]
232 * application/merge-patch+json: [RFC7396]
/openthread-3.5.0/third_party/mbedtls/repo/tests/
Dcompat.sh52 …$( echo $G_VER | sed 's/.* \([0-9]*\)\.\([0-9]\)*\.\([0-9]*\)$/MAJOR="\1" MINOR="\2" PATCH="\3"/' )
55 \( $MAJOR -eq 3 -a $MINOR -eq 2 -a $PATCH -lt 15 \) ]
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/testing/
Dinvasive-testing.md180 …do). Another limitation is that this approach does not work for users who patch the library by rep…
/openthread-3.5.0/third_party/mbedtls/repo/
DChangeLog2542 in the previous patch release. Found by Robert Scheck. #390 #391
2651 Found and patch provided by Guido Vranken, Intelworks. Cannot be forced
2677 * Fix compile error in net.c with musl libc. Found and patch provided by
2695 (Found and patch provided by Fabian Foerg, Gotham Digital Science using
4384 (patch contributed by David Patino)
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dssl_tls.c5357 * opaque mbedtls_version[3]; // major, minor, patch
6224 * opaque mbedtls_version[3]; // major, minor, patch
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.data659 SSL session serialization: Wrong patch version