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.cc1443 jint flen, jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in RSA_crypt_operation() argument
1447 JNI_TRACE("%s(%d, %p, %p, %p)", caller, flen, fromJavaBytes, toJavaBytes, pkey); in RSA_crypt_operation()
1458 ScopedByteArrayRO from(env, fromJavaBytes); in RSA_crypt_operation()
1478 JNI_TRACE("%s(%d, %p, %p, %p) => %d", caller, flen, fromJavaBytes, toJavaBytes, pkey, in RSA_crypt_operation()
1484 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_private_encrypt() argument
1487 return RSA_crypt_operation(RSA_private_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_private_encrypt()
1491 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_public_decrypt() argument
1494 return RSA_crypt_operation(RSA_public_decrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_decrypt()
1498 jbyteArray fromJavaBytes, jbyteArray toJavaBytes, in NativeCrypto_RSA_public_encrypt() argument
1501 return RSA_crypt_operation(RSA_public_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_encrypt()
[all …]