-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor OpenSSLEVPCipher::evpDecrypt
Summary: There are lots of common code between `OpenSSLEVPCipher::EVPDecrypt` and `AEGISCipher::doDecrypt`. This diff pull out the common code into CryptoUtils::decryptHelper from OPenSSLEVPCipher. Reviewed By: mingtaoy Differential Revision: D54312990 fbshipit-source-id: 06c190a11ec9fd23ab995cb76d24eeda0dad57d6
- Loading branch information
1 parent
07e99d9
commit b0551ad
Showing
2 changed files
with
117 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters