Home
last modified time | relevance | path

Searched refs:tmpKeyPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DApexSignatureVerificationTest.java269 final String tmpKeyPath = keyIterator.next(); in pullWellKnownSignatures() local
270 final String keyFileName = tmpKeyPath.substring(tmpKeyPath.lastIndexOf("/")); in pullWellKnownSignatures()
272 try (InputStream in = getClass().getResourceAsStream("/" + tmpKeyPath)) { in pullWellKnownSignatures()
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dcommon.go2430 tmpCertPath, tmpKeyPath := writeTempCertFile([]*x509.Certificate{cert}), writeTempKeyFile(key)
2436 KeyPath: tmpKeyPath,
2470 tmpKeyPath := f.Name()
2474 return tmpKeyPath
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dcommon.go2416 tmpCertPath, tmpKeyPath := writeTempCertFile([]*x509.Certificate{cert}), writeTempKeyFile(key)
2422 KeyPath: tmpKeyPath,
2456 tmpKeyPath := f.Name()
2460 return tmpKeyPath