HomeSort by relevance Sort by last modified time
    Searched refs:reqfile (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
make_ssl_certs.py 108 reqfile = f.name
109 args += ['-out', reqfile ]
117 '-policy', 'policy_anything', '-batch', '-infiles', reqfile ]
  /external/wpa_supplicant_8/hs20/server/www/
est.php 121 $reqfile = "$cadir/tmp/cert-req.pkcs10"; variable
122 $f = fopen($reqfile, "wb");
126 $req_pem = "$reqfile.pem";
129 exec("openssl req -in $reqfile -inform DER -out $req_pem -outform PEM");

Completed in 390 milliseconds