Home
last modified time | relevance | path

Searched defs:wrapPlatformKey (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLECPrivateKey.java70 static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey) throws InvalidKeyException { in wrapPlatformKey() method in OpenSSLECPrivateKey
127 private static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey, in wrapPlatformKey() method in OpenSSLECPrivateKey
DOpenSSLRSAPrivateKey.java99 static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) { in wrapPlatformKey() method in OpenSSLRSAPrivateKey
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLECPrivateKey.java72 static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey) throws InvalidKeyException { in wrapPlatformKey() method in OpenSSLECPrivateKey
129 private static OpenSSLKey wrapPlatformKey(ECPrivateKey ecPrivateKey, in wrapPlatformKey() method in OpenSSLECPrivateKey
DOpenSSLRSAPrivateKey.java100 static OpenSSLKey wrapPlatformKey(RSAPrivateKey rsaPrivateKey) { in wrapPlatformKey() method in OpenSSLRSAPrivateKey