Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 25 of 33) sorted by relevance

12

/external/openssh/regress/unittests/sshkey/
Dtest_fuzz.c109 buf = load_file("rsa1_1"); in sshkey_fuzz_tests()
130 buf = load_file("rsa1_1_pw"); in sshkey_fuzz_tests()
152 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
172 buf = load_file("rsa_n"); in sshkey_fuzz_tests()
192 buf = load_file("dsa_1"); in sshkey_fuzz_tests()
212 buf = load_file("dsa_n"); in sshkey_fuzz_tests()
233 buf = load_file("ecdsa_1"); in sshkey_fuzz_tests()
253 buf = load_file("ecdsa_n"); in sshkey_fuzz_tests()
274 buf = load_file("ed25519_1"); in sshkey_fuzz_tests()
294 buf = load_file("rsa_1"); in sshkey_fuzz_tests()
[all …]
Dtest_file.c56 buf = load_file("rsa1_1"); in sshkey_file_tests()
66 buf = load_file("rsa1_1_pw"); in sshkey_file_tests()
105 buf = load_file("rsa_1"); in sshkey_file_tests()
121 buf = load_file("rsa_1_pw"); in sshkey_file_tests()
131 buf = load_file("rsa_n"); in sshkey_file_tests()
140 buf = load_file("rsa_n_pw"); in sshkey_file_tests()
196 buf = load_file("dsa_1"); in sshkey_file_tests()
212 buf = load_file("dsa_1_pw"); in sshkey_file_tests()
222 buf = load_file("dsa_n"); in sshkey_file_tests()
231 buf = load_file("dsa_n_pw"); in sshkey_file_tests()
[all …]
Dcommon.c40 load_file(const char *name) in load_file() function
55 struct sshbuf *ret = load_file(name); in load_text_file()
Dcommon.h9 struct sshbuf *load_file(const char *name);
Dtest_sshkey.c170 b = load_file(n); in get_private()
/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc375 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/
Dincbin.c33 static char *load_file(const char *name, int *len) in load_file() function
68 incbin = load_file("incbin.bin", &len); in main()
/external/cn-cbor/test/
Dtest.c18 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/
Dslides.lua6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
/external/skia/resources/lua/
Dslides.lua6 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/
Dslides.lua6 function load_file(file) function
13 load_file("slides_utils")
225 load_file("slides_transitions")
/external/python/cpython3/Tools/freeze/
Dfreeze.py364 mf.load_file(mod)
376 mf.load_file(scriptfile)
/external/python/cpython2/Tools/freeze/
Dfreeze.py364 mf.load_file(mod)
370 mf.load_file(scriptfile)
/external/libffi/testsuite/lib/
Dlibffi.exp19 load_file $srcdir/lib/$filename
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
Dlibffi.exp19 load_file $srcdir/lib/$filename
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs245 use super::load_file;
249 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in table_get_field_from_static_buffer_1()
271 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in table_object_self_lifetime_in_closure()
1412 use super::load_file;
1417 let buf = load_file("../monsterdata_test.mon").expect("missing monsterdata_test.mon"); in gold_cpp_example_data_is_accessible_and_correct()
1422 let buf = load_file("../monsterdata_java_wire.mon"); in java_wire_example_data_is_accessible_and_correct()
1432 let buf = load_file("../monsterdata_java_wire_sp.mon"); in java_wire_size_prefixed_example_data_is_accessible_and_correct()
2689 fn load_file(filename: &str) -> Result<Vec<u8>, std::io::Error> { in load_file() function
/external/libpng/contrib/libtests/
Dmakepng.c996 load_file(png_const_charp name, png_bytepp result) in load_file() function
1167 png_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/zopfli/src/zopflipng/
Dzopflipng_bin.cc290 lodepng::load_file(origpng, files[i]); in main()
/external/python/cpython2/Lib/
Dmodulefinder.py135 def load_file(self, pathname): member in ModuleFinder
669 mf.load_file(arg)
/external/python/cpython3/Lib/
Dmodulefinder.py111 def load_file(self, pathname): member in ModuleFinder
623 mf.load_file(arg)
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.h859 void load_file(std::vector<unsigned char>& buffer, const std::string& filename);
/external/curl/lib/vtls/
Dgtls.c245 static gnutls_datum_t load_file(const char *file) in load_file() function
1239 issuerp = load_file(SSL_SET_OPTION(issuercert)); in gtls_connect_step3()
/external/grpc-grpc/
DgRPC-C++.podspec412 'src/core/lib/iomgr/load_file.h',
602 'src/core/lib/iomgr/load_file.h',
DgRPC-Core.podspec421 'src/core/lib/iomgr/load_file.h',
574 'src/core/lib/iomgr/load_file.cc',
1026 'src/core/lib/iomgr/load_file.h',
Dgrpc.gyp333 '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',

12