Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DCertInstallerHelper.java76 private void extractCertificate(String certFile, String password) { in extractCertificate() argument
83 Environment.getExternalStorageDirectory(), certFile)); in extractCertificate()
171 public void installCertificate(VpnProfile profile, String certFile, String password) { in installCertificate() argument
173 extractCertificate(certFile, password); in installCertificate()
DVpnFacade.java114 @RpcParameter(name = "certFile") String certFile, in installCertificate()
118 mCertHelper.installCertificate(profile, certFile, password); in installCertificate()
/external/boringssl/src/ssl/test/runner/
Dtls.go177 func LoadX509KeyPair(certFile, keyFile string) (cert Certificate, err error) { argument
178 certPEMBlock, err := ioutil.ReadFile(certFile)
Drunner.go146 certFile, keyFile string
151 certFile: rsaCertificateFile,
157 certFile: rsa1024CertificateFile,
163 certFile: rsaChainCertificateFile,
169 certFile: ecdsaP224CertificateFile,
175 certFile: ecdsaP256CertificateFile,
181 certFile: ecdsaP384CertificateFile,
187 certFile: ecdsaP521CertificateFile,
193 certFile: ed25519CertificateFile,
212 …cert, err := LoadX509KeyPair(path.Join(*resourceDir, testCerts[i].certFile), path.Join(*resourceDi…
[all …]