Skip to content

Commit

Permalink
synchronized AE native calls (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird authored and rene-ye committed Jan 9, 2020
1 parent 4d1598b commit a8efb74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ private static native FedAuthDllInfo ADALGetAccessTokenForWindowsIntegrated(Stri
String servicePrincipalName, String clientConnectionId, String clientId, long expirationFileTime,
java.util.logging.Logger log);

static native byte[] DecryptColumnEncryptionKey(String masterKeyPath, String encryptionAlgorithm,
static synchronized native byte[] DecryptColumnEncryptionKey(String masterKeyPath, String encryptionAlgorithm,
byte[] encryptedColumnEncryptionKey) throws DLLException;

static native boolean VerifyColumnMasterKeyMetadata(String keyPath, boolean allowEnclaveComputations,
static synchronized native boolean VerifyColumnMasterKeyMetadata(String keyPath, boolean allowEnclaveComputations,
byte[] signature) throws DLLException;
}

0 comments on commit a8efb74

Please sign in to comment.