Home
last modified time | relevance | path

Searched refs:load_text_file (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/unittests/sshkey/
Dtest_file.c51 pw = load_text_file("pw"); in sshkey_file_tests()
84 buf = load_text_file("rsa1_1.fp"); in sshkey_file_tests()
93 buf = load_text_file("rsa1_1.fp.bb"); in sshkey_file_tests()
166 buf = load_text_file("rsa_1.fp"); in sshkey_file_tests()
175 buf = load_text_file("rsa_1-cert.fp"); in sshkey_file_tests()
185 buf = load_text_file("rsa_1.fp.bb"); in sshkey_file_tests()
257 buf = load_text_file("dsa_1.fp"); in sshkey_file_tests()
266 buf = load_text_file("dsa_1-cert.fp"); in sshkey_file_tests()
276 buf = load_text_file("dsa_1.fp.bb"); in sshkey_file_tests()
292 buf = load_text_file("ecdsa_1.param.curve"); in sshkey_file_tests()
[all …]
Dcommon.c53 load_text_file(const char *name) in load_text_file() function
79 buf = load_text_file(name); in load_bignum()
Dcommon.h12 struct sshbuf *load_text_file(const char *name);
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.c78 load_text_file(void *ctx, const char *filename) in load_text_file() function
168 shader = load_text_file (ctx, filename); in main()
/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp335 load_text_file(void *ctx, const char *file_name) in load_text_file() function
480 shader->Source = load_text_file(whole_program, files[i]); in standalone_compile_shader()