Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLRSAPrivateKey.java106 return new OpenSSLKey(NativeCrypto.getRSAPrivateKeyWrapper(rsaPrivateKey, rsaPrivateKey in wrapPlatformKey()
128 NativeCrypto.getRSAPrivateKeyWrapper(privateKey, modulus.toByteArray()), true); in wrapJCAPrivateKeyForTLSStackOnly()
DNativeCrypto.java92 static native long getRSAPrivateKeyWrapper(PrivateKey key, byte[] modulus); in getRSAPrivateKeyWrapper() method in NativeCrypto
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9377 … CONSCRYPT_NATIVE_METHOD(NativeCrypto, getRSAPrivateKeyWrapper, "(Ljava/security/PrivateKey;[B)J"),