You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_ =CCCrypt(CCOperation(kCCEncrypt),CCAlgorithm(kCCAlgorithmAES128),0, key, keyLen, iv, dataIn, dataInLen, dataOut, dataOutAvail,nil)
191
191
_ =CCCrypt(CCOperation(kCCEncrypt),CCAlgorithm(kCCAlgorithmAES),0, key, keyLen, iv, dataIn, dataInLen, dataOut, dataOutAvail,nil)
@@ -214,4 +214,4 @@ func test_commoncrypto2(
214
214
_ =CCCryptorCreateWithMode(CCOperation(kCCAlgorithmAES),CCMode(kCCModeOFB),CCAlgorithm(kCCAlgorithm3DES),CCPadding(0), iv, key, keyLen,nil,0,0,CCModeOptions(0),&myCryptor)
215
215
_ =CCCryptorCreateWithMode(CCOperation(kCCAlgorithmAES),CCMode(kCCModeRC4),CCAlgorithm(kCCAlgorithm3DES),CCPadding(0), iv, key, keyLen,nil,0,0,CCModeOptions(0),&myCryptor)
216
216
_ =CCCryptorCreateWithMode(CCOperation(kCCAlgorithmAES),CCMode(kCCModeCFB8),CCAlgorithm(kCCAlgorithm3DES),CCPadding(0), iv, key, keyLen,nil,0,0,CCModeOptions(0),&myCryptor)
0 commit comments