Home
last modified time | relevance | path

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

1234

/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_pkwrite.data1 Public key write check RSA
5 Public key write check RSA 4096
9 Public key write check EC 192 bits
13 Public key write check EC 521 bits
17 Public key write check EC Brainpool 512 bits
21 Private key write check RSA
25 Private key write check RSA 4096
29 Private key write check EC 192 bits
33 Private key write check EC 256 bits (top bit set)
37 Private key write check EC 521 bits
[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 MD4
25 Certificate Request check Server1 MD5
29 Certificate Request check Server1 key_usage
33 Certificate Request check Server1 key_usage empty
37 Certificate Request check Server1 ns_cert_type
[all …]
Dtest_suite_ecp.data39 ECP check pubkey Curve25519 #1 (biggest)
43 ECP check pubkey Curve25519 #2 (too big)
47 ECP check pubkey Curve25519 #3 (DoS big)
51 ECP check pubkey Curve25519 y ignored
55 ECP check pubkey Curve25519 z is not 1
59 ECP check pubkey Curve25519 x negative
64 ECP check pubkey Curve25519 low-order point #1
69 ECP check pubkey Curve25519 low-order point #2
74 ECP check pubkey Curve25519 low-order point #3 (let's call this u)
79 ECP check pubkey Curve25519 low-order point #4 (let's call this v)
[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.function231 mbedtls_mpi dA, dB, zA, zB, check;
237 mbedtls_mpi_init( &zA ); mbedtls_mpi_init( &zB ); mbedtls_mpi_init( &check );
281 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, xA_str ) == 0 );
282 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qA.X, &check ) == 0 );
283 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, yA_str ) == 0 );
284 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qA.Y, &check ) == 0 );
290 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, xB_str ) == 0 );
291 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qB.X, &check ) == 0 );
292 TEST_ASSERT( mbedtls_test_read_mpi( &check, 16, yB_str ) == 0 );
293 TEST_ASSERT( mbedtls_mpi_cmp_mpi( &qB.Y, &check ) == 0 );
[all …]
Dtest_suite_version.function70 int check = mbedtls_version_check_feature( feature );
71 TEST_ASSERT( check == result );
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/
Dax_cxx_compile_stdcxx_0x.m437 struct check
42 typedef check<check<bool>> right_angle_brackets;
47 typedef check<int> check_type;
62 struct check
67 typedef check<check<bool>> right_angle_brackets;
72 typedef check<int> check_type;
88 struct check
93 typedef check<check<bool>> right_angle_brackets;
98 typedef check<int> check_type;
Dax_cxx_compile_stdcxx.m4176 struct check
202 struct check {};
204 typedef check<void> single_type;
205 typedef check<check<void>> double_type;
206 typedef check<check<check<void>>> triple_type;
207 typedef check<check<check<check<void>>>> quadruple_type;
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/post/rules/
Dpretty.am27 # The recursive target 'pretty-check' (and its alias 'lint'),
28 # invoked against '$(PRETTY_SUBDIRS)', is intended to only check
35 # pretty-check' may be invoked at the top of the tree and all
56 .PHONY: pretty pretty-recursive pretty-check pretty-check-recursive lint
60 pretty pretty-check: $(BUILT_SOURCES)
62 # Map the build action 'lint' to the more vernacular 'pretty-check'.
64 lint: pretty-check
66 pretty-check: pretty-check-recursive
68 pretty-recursive pretty-check-recursive:
76 pretty-check: $(PRETTY_FILES)
Dcoverage.am27 # invocations. The 'check-am' and '$(BUILT_SOURCES)' are the key
49 # check-local:
50 # Alias for the 'check-am' target. Execute local check
58 .PHONY: coverage coverage-recursive coverage-local check-local
60 check-local: check-am
66 coverage: check-am
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/host/tools/
Dtools.mak80 # nl-check-file-with-subroutine <subroutine prefix> <macro suffix>
84 # $(<) variable by running the make macro check-file-<macro suffix>.
98 # make macro to invoke to actually check the file.
102 # make macro to invoke to actually check the file.
105 define nl-check-file-with-subroutine
116 endef # nl-check-file
119 # nl-check-file <macro suffix>
123 # $(<) variable by running the make macro check-file-<macro suffix>.
130 # prior to invoking check-file-<macro suffix>.
135 # <macro suffix> - The name, suffixed to "check-file-", which indicates
[all …]
/openthread-3.4.0/script/
Dcheck-posix-build34 "$(dirname "$0")"/check-posix-build-autotools
35 "$(dirname "$0")"/check-posix-build-cmake
36 "$(dirname "$0")"/check-posix-build-cmake -DOT_DAEMON=ON
Dcheck-ncp-rcp-migrate51 check() function
140 check)
141 check
145 check
Dcheck-simulation-build34 "$(dirname "$0")"/check-simulation-build-autotools
35 "$(dirname "$0")"/check-simulation-build-cmake
Dcheck-gn-build41 gn gen --check gn-out
50 gn gen --check gn-out
/openthread-3.4.0/third_party/nlbuild-autotools/repo/automake/pre/
Dmacros.am51 # check-file <macro suffix>
55 # $(<) variable by running the make macro check-file-<macro suffix>.
62 # prior to invoking check-file-<macro suffix>.
67 # <macro suffix> - The name, suffixed to "check-file-", which indicates
71 define check-file
72 $(call nl-check-file-with-subroutine,check-file,$(1))
73 endef # check-file
/openthread-3.4.0/third_party/nlbuild-autotools/repo/
DMakefile126 define check-file
130 $(call check-file-$(1),$(<),$(@).N); \
151 define check-file-.local-version
169 define check-file-.dist-version
183 $(call check-file,$(@F))
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/
DMakefile-toplevel.am86 # The two-level variables and the check against MAKELEVEL ensures that
101 # check-file-.local-version
103 # Speculatively regenerate .local-version and check to see if it needs
110 # This is called from $(call check-file,.local-version).
112 define check-file-.local-version
123 # check-file-.dist-version
125 # Speculatively regenerate .dist-version and check to see if it needs
128 # This is called from $(call check-file,.dist-version).
130 define check-file-.dist-version
152 $(call check-file,$(@F))
/openthread-3.4.0/src/posix/
DMakefile-posix214 # check-target <target>
218 # target - The target to check.
220 define check-target
223 check
224 endef # check-target
279 CHECK_TARGETS += check-$(1)
296 check-$(1): do-build-$(1)
298 check-$(1):
299 +$$(call check-target,$(1))
335 check: $(CHECK_TARGETS)
/openthread-3.4.0/examples/
DMakefile-simulation202 # check-target <target>
206 # target - The target to check.
208 define check-target
211 check
212 endef # check-target
267 CHECK_TARGETS += check-$(1)
284 check-$(1): do-build-$(1)
286 check-$(1):
287 +$$(call check-target,$(1))
323 check: $(CHECK_TARGETS)
/openthread-3.4.0/
DMakefile.am133 define check-file-.local-version
151 define check-file-.dist-version
173 $(call check-file,$(@F))
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/
Dbootstrap.mak26 all check coverage dist distcheck doc docdist install install-headers pretty pretty-check: Makefile target
75 $(NL_V_AT)echo " check"
89 $(NL_V_AT)echo " and sanity check the resulting distribution by running "
90 $(NL_V_AT)echo " 'make check' on it for this project."
111 $(NL_V_AT)echo " pretty-check"
/openthread-3.4.0/third_party/mbedtls/repo/
DMakefile6 .PHONY: all no_test programs lib tests install uninstall clean test check covtest lcov apidoc apido…
97 check: lib tests target
98 $(MAKE) -C tests check
100 test: check
106 $(MAKE) check
/openthread-3.4.0/third_party/nlbuild-autotools/repo/autoconf/m4/
Dax_check_compiler.m423 # option - The compiler flag to check.
46 # option - The compiler flag to check.
69 # option - The compiler flag to check.
89 # options - The compiler flags to check.
Dax_check_preprocessor.m429 # option - The preprocessor flag to check.
52 # option - The preprocessor flag to check.
75 # option - The preprocessor flag to check.
96 # options - The preprocessor flags to check.

1234