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

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccPerform/
H A DccPerform.cpp184 ortn = CCCryptorCreate(kCCEncrypt, alg, options,
187 printCCError("CCCryptorCreate", ortn);
210 ortn = CCCryptorCreate(kCCDecrypt, alg, options,
213 printCCError("CCCryptorCreate", ortn);
/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoAlgorithmAES_CBCMac.cpp54 CCCryptorStatus status = CCCryptorCreate(operation, aesAlgorithm, kCCOptionPKCS7Padding, key.key().data(), keyLengthInBytes, parameters.iv.data(), &cryptor);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonCryptor.h42 CCCryptorCreate(); process input data via one or more calls to
47 the same key data as provided to CCCryptorCreate()) by calling
52 CCCryptorCreate() and CCCryptorCreateFromData() for information
143 @abstract Options flags, passed to CCCryptorCreate().
253 @function CCCryptorCreate
284 CCCryptorStatus CCCryptorCreate(
360 @abstract Free a context created by CCCryptorCreate or
377 @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or
440 @param cryptorRef A CCCryptorRef created via CCCryptorCreate() or
487 @param cryptorRef A CCCryptorRef created via CCCryptorCreate() o
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsymCipher.c113 return NULL; /* This will cause CCCryptorCreate to return an error */
245 return (CCAlgorithm)(-1); /* This will cause CCCryptorCreate to return an error */
286 ccrtn = CCCryptorCreate(op, CCAlg(params->keyAlg),
293 sslErrorLog("CCCryptorCreate returned %d\n", (int)ccrtn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsymCipher.c113 return NULL; /* This will cause CCCryptorCreate to return an error */
245 return (CCAlgorithm)(-1); /* This will cause CCCryptorCreate to return an error */
286 ccrtn = CCCryptorCreate(op, CCAlg(params->keyAlg),
293 sslErrorLog("CCCryptorCreate returned %d\n", (int)ccrtn);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsymCipher.c113 return NULL; /* This will cause CCCryptorCreate to return an error */
245 return (CCAlgorithm)(-1); /* This will cause CCCryptorCreate to return an error */
286 ccrtn = CCCryptorCreate(op, CCAlg(params->keyAlg),
293 sslErrorLog("CCCryptorCreate returned %d\n", (int)ccrtn);
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptor.c336 CCCryptorStatus err = CCCryptorCreate(op, alg, options, key, keyLength, iv, &cryptor->compat);
341 CCCryptorStatus CCCryptorCreate( function
821 if(kCCSuccess != (retval = CCCryptorCreate(op, alg, options, key, keyLength, iv, &cryptor))) return retval;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Devp-cc.c151 ret = CCCryptorCreate(op, alg, opts, key, keylen, iv, ref);
/macosx-10.10/CommonCrypto-60061/test/CommonCrypto/
H A DCommonCryptoSymRegression.c269 crtn = CCCryptorCreate(op, encrAlg, options,
273 printCCError("CCCryptorCreate", crtn);
H A DCCCryptorTestFuncs.c68 retval = CCCryptorCreate(op, alg, options, key, keyLength, iv, &cref);
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccSymCompat/
H A DccSymCompat.c399 crtn = CCCryptorCreate(ccOp, ccAlg, ccOpts,
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccSymTest/
H A DccSymTest.cpp234 crtn = CCCryptorCreate(op, encrAlg, options,
238 printCCError("CCCryptorCreate", crtn);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPSIMAKAUtil.c355 status = CCCryptorCreate(kCCDecrypt,
414 status = CCCryptorCreate(kCCEncrypt,
2054 status = CCCryptorCreate(kCCEncrypt,
2108 status = CCCryptorCreate(kCCDecrypt,
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-evp-cc.c136 ret = CCCryptorCreate(op, alg, opts, key, keylen, iv, ref);
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscipher.c449 if (CCCryptorCreate(encrypt ? kCCEncrypt : kCCDecrypt,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscipher.c449 if (CCCryptorCreate(encrypt ? kCCEncrypt : kCCDecrypt,
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscipher.c449 if (CCCryptorCreate(encrypt ? kCCEncrypt : kCCDecrypt,

Completed in 340 milliseconds