Searched refs:load_file (Results 1 - 25 of 38) sorted by relevance

12

/openbsd-current/regress/usr.bin/ssh/unittests/sshkey/
H A Dcommon.h9 struct sshbuf *load_file(const char *name);
H A Dtest_fuzz.c112 buf = load_file("rsa_1");
134 buf = load_file("rsa_n");
157 buf = load_file("dsa_1");
179 buf = load_file("dsa_n");
202 buf = load_file("ecdsa_1");
224 buf = load_file("ecdsa_n");
246 buf = load_file("ed25519_1");
268 buf = load_file("rsa_1");
283 buf = load_file("dsa_1");
298 buf = load_file("ecdsa_
[all...]
H A Dtest_file.c49 buf = load_file("rsa_1");
65 buf = load_file("rsa_1_pw");
75 buf = load_file("rsa_n");
84 buf = load_file("rsa_n_pw");
159 buf = load_file("dsa_1");
175 buf = load_file("dsa_1_pw");
185 buf = load_file("dsa_n");
194 buf = load_file("dsa_n_pw");
251 buf = load_file("ecdsa_1");
273 buf = load_file("ecdsa_1_p
[all...]
H A Dcommon.c33 load_file(const char *name) function
45 struct sshbuf *ret = load_file(name);
/openbsd-current/regress/usr.bin/ssh/unittests/sshsig/
H A Dtests.c30 load_file(const char *name) function
57 sig = load_file(signame);
86 msg = load_file("namespace");
90 msg = load_file("signed-data");
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/t/parse-cpan-meta/
H A D02_api.t73 my $from_yaml = Parse::CPAN::Meta->load_file( $meta_yaml );
82 my $from_yaml = Parse::CPAN::Meta->load_file( $yaml_meta );
91 my $from_yaml = Parse::CPAN::Meta->load_file( $bare_yaml_meta );
100 my $from_yaml = Parse::CPAN::Meta->load_file( $CL018_yaml_meta );
144 my $from_json = Parse::CPAN::Meta->load_file( $meta_json );
154 my $from_json = Parse::CPAN::Meta->load_file( $json_meta );
/openbsd-current/regress/usr.sbin/rpki-client/
H A Dtest-cert.c80 buf = load_file(tal_path, &len);
86 buf = load_file(cert_path, &len);
105 buf = load_file(argv[i], &len);
H A Dtest-mft.c76 buf = load_file(argv[i], &len);
H A Dtest-roa.c73 buf = load_file(argv[i], &len);
H A Dtest-gbr.c74 buf = load_file(argv[i], &len);
H A Dtest-tal.c65 buf = load_file(argv[i], &len);
H A Dtest-rsc.c76 buf = load_file(argv[i], &len);
H A Dtest-tak.c74 buf = load_file(argv[i], &len);
H A Dtest-aspa.c74 buf = load_file(argv[i], &len);
H A Dtest-geofeed.c74 buf = load_file(argv[i], &len);
H A Dtest-spl.c74 buf = load_file(argv[i], &len);
/openbsd-current/sys/arch/alpha/stand/
H A Dbootxx.c75 load_file(bbinfop, loadaddr) function
149 if (!load_file(bbinfop, loadaddr)) {
/openbsd-current/regress/lib/libtls/keypair/
H A Dkeypairtest.c37 load_file(const char *filename, const uint8_t **data, size_t *data_len) function
94 load_file(cert_file, &cert, &cert_len);
95 load_file(key_file, &key, &key_len);
96 load_file(ocsp_staple_file, &ocsp_staple, &ocsp_staple_len);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/Parse/CPAN/
H A DMeta.pm15 sub load_file { subroutine
191 my $distmeta = Parse::CPAN::Meta->load_file('META.yml');
203 B<Parse::CPAN::Meta> provides three methods: C<load_file>, C<load_json_string>,
225 =head2 load_file
227 my $metadata_structure = Parse::CPAN::Meta->load_file('META.json');
229 my $metadata_structure = Parse::CPAN::Meta->load_file('META.yml');
290 C<load_file>.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dbasic.t323 CPAN::Meta->load_file($meta_name, {lazy_validation => 0})
428 my $edit_meta = CPAN::Meta->load_file($meta_json)->as_struct;
442 $meta_obj = CPAN::Meta->load_file($meta_json);
444 $meta_obj = CPAN::Meta->load_file($mymeta_json);
H A Dseveral_authors.t164 CPAN::Meta->load_file($meta_name, {lazy_validation => 0})
/openbsd-current/usr.sbin/rpki-client/
H A Dencoding.c36 load_file(const char *name, size_t *len) function
H A Dfilemode.c113 f = load_file(uri, &flen);
148 f = load_file(uri, &flen);
256 f = load_file(file, &flen);
373 buf = load_file(file, &len);
/openbsd-current/gnu/gcc/libgomp/testsuite/lib/
H A Dlibgomp-dg.exp7 load_file $srcdir/../../gcc/testsuite/lib/$filename
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm16 #pod my $meta = CPAN::Meta->load_file('META.json');
278 #pod =method load_file
280 #pod my $meta = CPAN::Meta->load_file($distmeta_file, \%options);
292 sub load_file { subroutine
296 croak "load_file() requires a valid, readable filename"
301 my $struct = Parse::CPAN::Meta->load_file( $file );
313 #pod given YAML string. In other respects it is identical to C<load_file()>.
335 #pod the given JSON string. In other respects it is identical to C<load_file()>.
358 #pod C<load_file()>.
663 my $meta = CPAN::Meta->load_file('MET
[all...]

Completed in 239 milliseconds

12