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

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptoCASTShoefly.c39 (void) CCCryptorCreateWithMode(kCCBoth, kCCModeECB, kCCAlgorithmCAST, ccNoPadding, NULL, data, len, NULL, 0, 0, 0, encCryptorRef);
H A DCommonCryptorGCM.c157 retval = CCCryptorCreateWithMode(op, kCCModeGCM, alg, 0, NULL, key, keyLength,
H A DCommonCryptor.c380 return CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, modeOptions, cryptorRef);
404 CCCryptorStatus err = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cryptor->compat);
410 CCCryptorStatus CCCryptorCreateWithMode( function
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymCTR.c56 retval = CCCryptorCreateWithMode(kCCEncrypt, kCCModeCTR, kCCAlgorithmAES128,
63 retval = CCCryptorCreateWithMode(kCCEncrypt, kCCModeCTR, kCCAlgorithmAES128,
H A DCommonCryptoNoPad.c60 status = CCCryptorCreateWithMode(op, mode, alg, ccNoPadding, iv, key, keyLength, NULL, 0, 0, 0, &cryptorRef);
H A DCommonCryptoReset.c45 retval = CCCryptorCreateWithMode(kCCEncrypt, kCCModeCBC, kCCAlgorithmAES128,
H A DCCCryptorTestFuncs.c28 if((retval = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cref)) != kCCSuccess) {
141 if((retval = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, tweak, tweakLength, numRounds, options, &cref)) != kCCSuccess) {
486 retval = CCCryptorCreateWithMode(op, kCCModeGCM, alg, ccNoPadding, NULL, key, keyLength, NULL, 0, 0, 0, &cref);
H A DCommonCryptoSymCCM.c2385 if((retval = CCCryptorCreateWithMode(direction, kCCModeCCM, kCCAlgorithmAES128, ccNoPadding, NULL, keybuf->bytes, keybuf->len, NULL, 0, 0, 0, &cref)) != kCCSuccess) {
H A DCommonCryptoOutputLength.c27 status = CCCryptorCreateWithMode(op, mode, alg, padding, iv, key, keyLength, NULL, 0, 1, kCCModeOptionCTR_BE, &cryptorRef);
H A DCommonCryptoSymXTS.c57 if((retval = CCCryptorCreateWithMode(0, kCCModeXTS, kCCAlgorithmAES128, ccDefaultPadding, NULL, key->bytes, key->len, tweak->bytes, tweak->len, 0, 0, &encCryptorRef)) == kCCSuccess) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drc4Context.cpp54 (void) CCCryptorCreateWithMode(0, kCCModeRC4, kCCAlgorithmRC4, ccDefaultPadding, NULL, keyData, keyLen, NULL, 0, 0, 0, &rc4Key);
H A DdesContext.cpp70 (void) CCCryptorCreateWithMode(0, kCCModeECB, kCCAlgorithmDES, ccDefaultPadding, NULL, keyData, kCCKeySizeDES, NULL, 0, 0, 0, &DesInst);
157 (void) CCCryptorCreateWithMode(0, kCCModeECB, kCCAlgorithm3DES, ccDefaultPadding, NULL, keyData, kCCKeySize3DES, NULL, 0, 0, 0, &DesInst);
H A DcastContext.cpp87 (void) CCCryptorCreateWithMode(0, kCCModeECB, kCCAlgorithmCAST, ccDefaultPadding, NULL, keyData, keyLen, NULL, 0, 0, 0, &mCastKey);
H A DgladmanContext.cpp107 (void) CCCryptorCreateWithMode(0, kCCModeECB, kCCAlgorithmAES128, ccDefaultPadding, NULL, keyData, keyLen, NULL, 0, 0, 0, &mAesKey);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptor.h689 @function CCCryptorCreateWithMode
741 CCCryptorStatus CCCryptorCreateWithMode(
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dcrypto-aes.c65 if (CCCryptorCreateWithMode(kCCEncrypt,
79 if (CCCryptorCreateWithMode(kCCDecrypt,
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-esp.c214 return CCCryptorCreateWithMode(op, cipherData->mode, cipherData->algorithm,

Completed in 214 milliseconds