Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 112) sorted by relevance

12345

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkwrite.data1 Public key write check RSA
5 Public key write check RSA (DER)
9 Public key write check RSA 4096
13 Public key write check RSA 4096 (DER)
17 Public key write check EC 192 bits
21 Public key write check EC 192 bits (DER)
25 Public key write check EC 521 bits
29 Public key write check EC 521 bits (DER)
33 Public key write check EC Brainpool 512 bits
37 Public key write check EC Brainpool 512 bits (DER)
[all …]
Dtest_suite_x509write.data1 Certificate Request check Server1 SHA1
5 Certificate Request check Server1 SHA224
9 Certificate Request check Server1 SHA256
13 Certificate Request check Server1 SHA384
17 Certificate Request check Server1 SHA512
21 Certificate Request check Server1 MD5
25 Certificate Request check Server1 key_usage
29 Certificate Request check opaque Server1 key_usage
33 Certificate Request check Server1 key_usage empty
37 Certificate Request check Server1 ns_cert_type
[all …]
Dtest_suite_psa_crypto_slot_management.data1 Transient slot, check after closing
4 Transient slot, check after closing and restarting
7 Transient slot, check after destroying
10 Transient slot, check after destroying and restarting
13 Transient slot, check after restart with live handles
16 Persistent slot, check after closing, id=min
19 Persistent slot, check after closing and restarting, id=min
22 Persistent slot, check after destroying, id=min
25 Persistent slot, check after destroying and restarting, id=min
28 Persistent slot, check after purging, id=min
[all …]
Dtest_suite_ecdh.function111 mbedtls_mpi dA, dB, zA, zB, check;
118 mbedtls_mpi_init(&zA); mbedtls_mpi_init(&zB); mbedtls_mpi_init(&check);
163 TEST_ASSERT(mbedtls_test_read_mpi(&check, xA_str) == 0);
164 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&qA.X, &check) == 0);
165 TEST_ASSERT(mbedtls_test_read_mpi(&check, yA_str) == 0);
166 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&qA.Y, &check) == 0);
172 TEST_ASSERT(mbedtls_test_read_mpi(&check, xB_str) == 0);
173 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&qB.X, &check) == 0);
174 TEST_ASSERT(mbedtls_test_read_mpi(&check, yB_str) == 0);
175 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&qB.Y, &check) == 0);
[all …]
Dtest_suite_ecp.data36 ECP check pubkey Curve25519 #1 (biggest)
40 ECP check pubkey Curve25519 #2 (too big)
44 ECP check pubkey Curve25519 #3 (DoS big)
48 ECP check pubkey Curve25519 y ignored
52 ECP check pubkey Curve25519 z is not 1
56 ECP check pubkey Curve25519 x negative
61 ECP check pubkey Curve25519 low-order point #1
66 ECP check pubkey Curve25519 low-order point #2
71 ECP check pubkey Curve25519 low-order point #3 (let's call this u)
76 ECP check pubkey Curve25519 low-order point #4 (let's call this v)
[all …]
Dtest_suite_pk.data69 PK can do ext: ECDSA(ANY)/NONE, invalid check STREAM_CIPHER
73 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PKCS1V15_SIGN(SHA256)
77 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PKCS1V15_CRYPT
81 PK can do ext: ECDSA(ANY)/NONE, invalid check RSA_PSS(SHA256)
85 PK can do ext: ECDSA(ANY)/NONE, invalid check ECDH
89 PK can do ext: ECDSA(ANY)/NONE, check ECDSA(SHA256)
93 PK can do ext: ECDSA(SHA256)/NONE, check ECDSA(SHA256)
97 PK can do ext: NONE/ECDSA(ANY_HASH), check ECDSA(SHA256)
101 PK can do ext: NONE/ECDSA(SHA256), check ECDSA(SHA256)
105 PK can do ext: ECDSA(SHA256)/NONE, invalid check ECDSA(ANY)
[all …]
Dtest_suite_version.function70 int check = mbedtls_version_check_feature(feature);
71 TEST_ASSERT(check == result);
Dtest_suite_des.data1 DES check weak key #1
4 DES check weak key #2
7 DES check weak key #3
10 DES check weak key #4
Dtest_suite_psa_crypto_se_driver_hal.data33 SE key import-export persistent, check after restart (slot 0)
36 SE key import-export persistent, check after restart (slot 3)
45 SE key import-export volatile, check after restart (slot 0)
48 SE key import-export volatile, check after restart (slot 3)
/openthread-latest/script/
Dcheck-posix-build34 "$(dirname "$0")"/check-posix-build-cmake
35 "$(dirname "$0")"/check-posix-build-cmake -DOT_DAEMON=ON
Dcheck-gn-build41 gn gen --check gn-out
50 gn gen --check gn-out
Dmake-pretty166 | xargs -n3 -P"$OT_BUILD_JOBS" script/clang-format-check
210 | xargs -n10 -P"$OT_BUILD_JOBS" npx prettier@2.0.4 --check
Dcheck-simulation-build34 "$(dirname "$0")"/check-simulation-build-cmake
/openthread-latest/src/cli/
DREADME_COAPS.md239 ### start \[check-peer-cert\|max-conn-attempts\]
243check-peer-cert` parameter determines if the peer-certificate check is enabled (default) or disabl…
246 - Setting `check-peer-cert` to `true`: Has the same effect as as omitting the argument, which is th…
247 - Setting `check-peer-cert` to `false`: `check-peer-cert` value is `false`, and the `max-conn-attem…
248 - Specifying a number: `check-peer-cert` is `true`, and the `max-conn-attempts` value is the number…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck-generated-files.sh145 check scripts/generate_visualc_files.pl visualc/VS2017
151 check tests/scripts/generate_psa_wrappers.py tests/include/test/psa_test_wrappers.h tests/src/psa_t…
Dtest_zeroize.gdb8 # Run a test using the debugger to check that the mbedtls_platform_zeroize()
16 # seem to be a mechanism to reliably check whether the zeroize calls are being
27 # inserting a test after a call to mbedtls_platform_zeroize() to check whether
Dcheck_names.py686 check=True
695 check=True
703 check=True
716 check=True
756 check=True
/openthread-latest/third_party/mbedtls/repo/scripts/
Dcode_style.py105 check=False)
121 stderr=subprocess.PIPE, check=False)
131 cp = subprocess.run(diff_cmd, check=False)
152 result = subprocess.run(uncrustify_cmd, check=False)
Decp_comb_table.py172 p = subprocess.run(args=args, check=False)
175 p = subprocess.run(args=[binname], check=False, env={
/openthread-latest/third_party/mbedtls/repo/
DMakefile21 .PHONY: all no_test programs lib tests install uninstall clean test check lcov apidoc apidoc_clean
170 check: lib tests target
171 $(MAKE) -C tests check
173 test: check
/openthread-latest/tests/scripts/thread-cert/
Drun_cert_suite.py56 def bash(cmd: str, check=True, stdout=None): argument
57 subprocess.run(cmd, shell=True, check=check, stdout=stdout)
Dcommand.py380 network_data_check.check(network_data_tlv)
464 network_data_check.check(network_data_tlv)
712 def check(self, prefix_tlv): member in SinglePrefixCheck
729 def check(self, prefix_tlvs): member in PrefixesCheck
737 if prefix_check.check(prefix_tlv):
749 def check(self, commissioning_data_tlv): member in CommissioningDataCheck
762 def check(self, network_data_tlv): member in NetworkDataCheck
765 self._prefixes_check.check(prefix_tlvs)
772 self._commissioning_data_check.check(commissioning_data_tlv)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md43 …d pointer is `NULL`) but has the substructure containing that method, and check that the return va…
44 …taining that method (i.e. the pointer to the substructure is `NULL`), and check that the return va…
45 * At least one test should register multiple drivers with a key in each driver and check that the e…
46 …ould register the same driver structure with multiple lifetime values and check that the driver re…
54 * Wherever the specification guarantees parameters that satisfy certain preconditions, check these …
60 …river call, call it with parameters that cause a driver to be invoked and check how Mbed TLS handl…
85 …>), call `mbedtls_psa_crypto_free(); psa_crypto_init()` at that point and check that this either r…
/openthread-latest/third_party/mbedtls/repo/visualc/VS2017/
D.gitignore1 # Files that may be left over from check-generated-files.sh
/openthread-latest/
DCONTRIBUTING.md112 …y). Use `script/make-pretty` and `script/make-pretty check` to automatically reformat code and che…
114 As part of the cleanup process, you should also run `script/make-pretty check` to ensure that your …
134check the output and download artifacts. (After all jobs in one group are completed, an `Artifacts…
140 For some checks, core dumps for crashed programs are uploaded as artifacts in a failed check. Besid…

12345