Home
last modified time | relevance | path

Searched refs:check_config (Results 1 – 19 of 19) sorted by relevance

/third_party/mbedtls/include/
D.gitignore4 mbedtls/check_config
/third_party/ltp/testcases/kernel/syscalls/move_pages/
Dmove_pages_support.h52 void check_config(unsigned int min_nodes);
Dmove_pages01.c122 check_config(TEST_NODES); in setup()
Dmove_pages07.c134 check_config(TEST_NODES); in setup()
Dmove_pages09.c144 check_config(TEST_NODES); in setup()
Dmove_pages10.c131 check_config(TEST_NODES); in setup()
Dmove_pages06.c132 check_config(TEST_NODES); in setup()
Dmove_pages02.c138 check_config(TEST_NODES); in setup()
Dmove_pages04.c170 check_config(TEST_NODES); in setup()
Dmove_pages03.c204 check_config(TEST_NODES); in setup()
Dmove_pages11.c208 check_config(TEST_NODES); in setup()
Dmove_pages05.c219 check_config(N_TEST_NODES); in setup()
Dmove_pages_support.c393 void check_config(unsigned int min_nodes) in check_config() function
Dmove_pages12.c261 check_config(TEST_NODES); in setup()
/third_party/python/Lib/test/
Dtest_embed.py665 def check_config(self, configs, expected): member in InitConfigTests
760 self.check_config(configs, expected_config)
/third_party/zlib/
Dmake_vms.com150 $ gosub check_config
/third_party/mbedtls/docs/proposed/
Dpsa-conditional-inclusion-c.md164 A mechanism similar to `mbedtls/check_config.h` detects errors such as enabling ECDSA but no curve.
/third_party/mbedtls/docs/
D3.0-migration-guide.md52 * Don't include `check_config.h` or `config_psa.h` anymore.
/third_party/mbedtls/
DChangeLog646 * Fix check_config.h to check that we have MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
3494 configuration consistency checks to check_config.h
3706 * Fixed paths for check_config.h in example config files. (Found by bachp)