/external/openssh/regress/unittests/sshkey/ |
D | test_fuzz.c | 119 buf = load_file("rsa_1"); in sshkey_fuzz_tests() 141 buf = load_file("rsa_n"); in sshkey_fuzz_tests() 163 buf = load_file("dsa_1"); in sshkey_fuzz_tests() 185 buf = load_file("dsa_n"); in sshkey_fuzz_tests() 208 buf = load_file("ecdsa_1"); in sshkey_fuzz_tests() 230 buf = load_file("ecdsa_n"); in sshkey_fuzz_tests() 254 buf = load_file("ed25519_1"); in sshkey_fuzz_tests() 277 buf = load_file("rsa_1"); in sshkey_fuzz_tests() 291 buf = load_file("dsa_1"); in sshkey_fuzz_tests() 306 buf = load_file("ecdsa_1"); in sshkey_fuzz_tests() [all …]
|
D | test_file.c | 61 buf = load_file("rsa_1"); in sshkey_file_tests() 77 buf = load_file("rsa_1_pw"); in sshkey_file_tests() 87 buf = load_file("rsa_n"); in sshkey_file_tests() 96 buf = load_file("rsa_n_pw"); in sshkey_file_tests() 170 buf = load_file("dsa_1"); in sshkey_file_tests() 186 buf = load_file("dsa_1_pw"); in sshkey_file_tests() 196 buf = load_file("dsa_n"); in sshkey_file_tests() 205 buf = load_file("dsa_n_pw"); in sshkey_file_tests() 262 buf = load_file("ecdsa_1"); in sshkey_file_tests() 284 buf = load_file("ecdsa_1_pw"); in sshkey_file_tests() [all …]
|
D | common.c | 44 load_file(const char *name) in load_file() function 56 struct sshbuf *ret = load_file(name); in load_text_file()
|
D | common.h | 9 struct sshbuf *load_file(const char *name);
|
D | test_sshkey.c | 172 b = load_file(n); in get_private()
|
/external/grpc-grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 375 static char* load_file(const char* dir_path, const char* file_name) { in load_file() function 413 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server0.key"); in ssl_tsi_test_fixture_create() 415 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server0.pem"); in ssl_tsi_test_fixture_create() 417 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server1.key"); in ssl_tsi_test_fixture_create() 419 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "server1.pem"); in ssl_tsi_test_fixture_create() 421 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badserver.key"); in ssl_tsi_test_fixture_create() 423 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badserver.pem"); in ssl_tsi_test_fixture_create() 425 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "client.key"); in ssl_tsi_test_fixture_create() 427 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "client.pem"); in ssl_tsi_test_fixture_create() 429 load_file(SSL_TSI_TEST_CREDENTIALS_DIR, "badclient.key"); in ssl_tsi_test_fixture_create() [all …]
|
/external/dtc/tests/ |
D | incbin.c | 20 static char *load_file(const char *name, int *len) in load_file() function 58 incbin = load_file(argv[1], &len); in main()
|
/external/arm-trusted-firmware/tools/sptool/ |
D | sptool.c | 156 static void load_file(const char *path, void **ptr, uint32_t *size) in load_file() function 205 load_file(pm_path, &sp_pkg->pm_data, &sp_pkg->pm_size); in load_sp_pm() 208 load_file(sp_path, &sp_pkg->img_data, &sp_pkg->img_size); in load_sp_pm()
|
/external/cn-cbor/test/ |
D | test.c | 18 static unsigned char* load_file(const char* filepath, unsigned char **end) { in load_file() function 116 unsigned char *s = load_file("cases.cbor", &end); in main()
|
/external/skqp/resources/lua/ |
D | slides.lua | 6 function load_file(file) function 13 load_file("slides_utils") 225 load_file("slides_transitions")
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/ |
D | slides.lua | 6 function load_file(file) function 13 load_file("slides_utils") 225 load_file("slides_transitions")
|
/external/python/cpython2/Tools/freeze/ |
D | freeze.py | 364 mf.load_file(mod) 370 mf.load_file(scriptfile)
|
/external/python/cpython3/Tools/freeze/ |
D | freeze.py | 368 mf.load_file(mod) 380 mf.load_file(scriptfile)
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | libffi.exp | 19 load_file $srcdir/lib/$filename
|
/external/zopfli/src/zopflipng/ |
D | zopflipng_bin.cc | 290 lodepng::load_file(origpng, files[i]); in main()
|
/external/libffi/testsuite/lib/ |
D | libffi.exp | 19 load_file $srcdir/lib/$filename
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 163 def load_file(self, pathname): member in ModuleFinder 675 mf.load_file(arg)
|
/external/python/cpython2/Lib/ |
D | modulefinder.py | 135 def load_file(self, pathname): member in ModuleFinder 669 mf.load_file(arg)
|
/external/libpng/contrib/libtests/ |
D | makepng.c | 996 load_file(png_const_charp name, png_bytepp result) in load_file() function 1167 size_t filelen = load_file(params[1]+1, &profile); in insert_iCCP() 1268 text->text_length = load_file(param+1, &file); in set_text()
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 336 use super::load_file; 340 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in table_get_field_from_static_buffer_1() 362 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in table_object_self_lifetime_in_closure() 1601 use super::load_file; 1606 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in gold_cpp_example_data_is_accessible_and_correct() 1611 let buf = load_file("../monsterdata_java_wire.mon"); in java_wire_example_data_is_accessible_and_correct() 1621 let buf = load_file("../monsterdata_java_wire_sp.mon"); in java_wire_size_prefixed_example_data_is_accessible_and_correct() 2903 fn load_file(filename: &str) -> Result<Vec<u8>, std::io::Error> { in load_file() function
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.h | 859 void load_file(std::vector<unsigned char>& buffer, const std::string& filename);
|
/external/curl/lib/vtls/ |
D | gtls.c | 169 static gnutls_datum_t load_file(const char *file) in load_file() function 1042 issuerp = load_file(SSL_SET_OPTION(issuercert)); in gtls_connect_step3()
|
/external/grpc-grpc/ |
D | gRPC-C++.podspec | 412 'src/core/lib/iomgr/load_file.h', 602 'src/core/lib/iomgr/load_file.h',
|
D | gRPC-Core.podspec | 421 'src/core/lib/iomgr/load_file.h', 574 'src/core/lib/iomgr/load_file.cc', 1026 'src/core/lib/iomgr/load_file.h',
|
D | grpc.gyp | 333 'src/core/lib/iomgr/load_file.cc', 696 'src/core/lib/iomgr/load_file.cc', 932 'src/core/lib/iomgr/load_file.cc', 1146 'src/core/lib/iomgr/load_file.cc',
|