Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc1439 jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in RSA_crypt_operation() argument
1443 JNI_TRACE("%s(%d, %p, %p, %p)", caller, flen, fromJavaBytes, toJavaBytes, pkey); in RSA_crypt_operation()
1454 ScopedByteArrayRO from(env, fromJavaBytes); in RSA_crypt_operation()
1474 JNI_TRACE("%s(%d, %p, %p, %p) => %d", caller, flen, fromJavaBytes, toJavaBytes, pkey, in RSA_crypt_operation()
1480 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_private_encrypt() argument
1483 return RSA_crypt_operation(RSA_private_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_private_encrypt()
1487 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_public_decrypt() argument
1490 return RSA_crypt_operation(RSA_public_decrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_decrypt()
1494 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_public_encrypt() argument
1497 return RSA_crypt_operation(RSA_public_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_encrypt()
[all …]