/external/openssh/regress/unittests/sshkey/ |
D | test_fuzz.c | 109 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 …]
|
D | test_file.c | 56 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 …]
|
D | common.c | 40 load_file(const char *name) in load_file() function 55 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 | 170 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 | 33 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/ |
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/skia/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/cpython3/Tools/freeze/ |
D | freeze.py | 364 mf.load_file(mod) 376 mf.load_file(scriptfile)
|
/external/python/cpython2/Tools/freeze/ |
D | freeze.py | 364 mf.load_file(mod) 370 mf.load_file(scriptfile)
|
/external/libffi/testsuite/lib/ |
D | libffi.exp | 19 load_file $srcdir/lib/$filename
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | libffi.exp | 19 load_file $srcdir/lib/$filename
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 245 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/ |
D | makepng.c | 996 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/ |
D | zopflipng_bin.cc | 290 lodepng::load_file(origpng, files[i]); in main()
|
/external/python/cpython2/Lib/ |
D | modulefinder.py | 135 def load_file(self, pathname): member in ModuleFinder 669 mf.load_file(arg)
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 111 def load_file(self, pathname): member in ModuleFinder 623 mf.load_file(arg)
|
/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 | 245 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/ |
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',
|