Searched refs:RSA_crypt_operation (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp3202 static jint RSA_crypt_operation(RSACryptOperation operation, const char* caller, JNIEnv* env, function
3247 return RSA_crypt_operation(RSA_private_encrypt, __FUNCTION__,
3252 return RSA_crypt_operation(RSA_public_decrypt, __FUNCTION__,
3257 return RSA_crypt_operation(RSA_public_encrypt, __FUNCTION__,
3262 return RSA_crypt_operation(RSA_private_decrypt, __FUNCTION__,

Completed in 247 milliseconds