HomeSort by relevance Sort by last modified time
    Searched defs:privatekey (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
CertInstallerActivity.java 32 import java.security.PrivateKey;
129 PrivateKey privatekey = kf.generatePrivate(keySpec); local
141 sendResult(dpm.installKeyPair(null, privatekey, certificate, alias), null);
  /frameworks/base/wifi/java/android/net/wifi/passpoint/
WifiPasspointPolicy.java 189 phase2 = null, privateKey = null;
217 privateKey = tempField;
260 String privatekey = null; local
263 privatekey = "keystore://" + Credentials.WIFI + "HS20" + Credentials.USER_PRIVATE_KEY + clientCertPath;
266 Log.d(TAG, "privatekey:" + privatekey);
268 if (privatekey != null && usercertificate != null) {
269 setValue.invoke(privateKey.get(wfg), privatekey); local
  /external/boringssl/src/ssl/
internal.h 500 EVP_PKEY *privatekey; member in struct:cert_pkey_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 7827 EVP_PKEY* privatekey = SSL_get_privatekey(ssl); local
    [all...]

Completed in 108 milliseconds