Searched refs:RSA_crypt_operation (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 1438 static jint RSA_crypt_operation(RSACryptOperation operation, const char* caller, JNIEnv* env, in RSA_crypt_operation() function 1483 return RSA_crypt_operation(RSA_private_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_private_encrypt() 1490 return RSA_crypt_operation(RSA_public_decrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_decrypt() 1497 return RSA_crypt_operation(RSA_public_encrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_public_encrypt() 1504 return RSA_crypt_operation(RSA_private_decrypt, __FUNCTION__, env, flen, fromJavaBytes, in NativeCrypto_RSA_private_decrypt()
|