Home
last modified time | relevance | path

Searched refs:reqfile (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dest.php154 $reqfile = "$cadir/tmp/cert-req.pkcs10"; variable
155 $f = fopen($reqfile, "wb");
159 $req_pem = "$reqfile.pem";
162 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");
/external/python/cpython2/Lib/test/
Dmake_ssl_certs.py108 reqfile = f.name
109 args += ['-out', reqfile ]
117 '-policy', 'policy_anything', '-batch', '-infiles', reqfile ]
/external/python/cpython3/Lib/test/
Dmake_ssl_certs.py129 reqfile = f.name
130 args += ['-out', reqfile ]
144 '-batch', '-infiles', reqfile
/external/libcups/tools/
Dipptool.c908 cups_file_t *reqfile; /* File to send */ in do_test() local
1034 if (data->file[0] && (reqfile = cupsFileOpen(data->file, "r")) != NULL) in do_test()
1040 while ((bytes = cupsFileRead(reqfile, buffer, sizeof(buffer))) > 0) in do_test()
1043 cupsFileClose(reqfile); in do_test()
1068 if ((reqfile = cupsFileOpen(data->file, "r")) != NULL) in do_test()
1070 while (!Cancel && (bytes = cupsFileRead(reqfile, buffer, sizeof(buffer))) > 0) in do_test()
1076 cupsFileClose(reqfile); in do_test()