Searched defs:cryptorRef (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccCtxSize/
H A DccCtxSize.c20 CCCryptorRef cryptorRef; local
/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonCryptorGCM.c34 CCCryptorGCMAddIV(CCCryptorRef cryptorRef, argument
47 CCCryptorGCMAddAAD(CCCryptorRef cryptorRef, argument
60 CCCryptorGCMAddADD(CCCryptorRef cryptorRef, argument
69 CCCryptorGCMaddAAD(CCCryptorRef cryptorRef, argument
78 CCCryptorGCMEncrypt( CCCryptorRef cryptorRef, const void *dataIn, size_t dataInLength, void *dataOut) argument
94 CCCryptorGCMDecrypt( CCCryptorRef cryptorRef, const void *dataIn, size_t dataInLength, void *dataOut) argument
110 CCCryptorGCMFinal( CCCryptorRef cryptorRef, const void *tag, size_t *tagLength) argument
125 CCCryptorGCMReset( CCCryptorRef cryptorRef) argument
152 CCCryptorRef cryptorRef; local
[all...]
H A DCommonCryptor.c321 CCCryptorCreateFromData( CCOperation op, CCAlgorithm alg, CCOptions options, const void *key, size_t keyLength, const void *iv, const void *data, size_t dataLength, CCCryptorRef *cryptorRef, size_t *dataUsed) argument
341 CCCryptorCreate( CCOperation op, CCAlgorithm alg, CCOptions options, const void *key, size_t keyLength, const void *iv, CCCryptorRef *cryptorRef) argument
385 CCCryptorCreateFromDataWithMode( CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, const void *data, size_t dataLength, CCCryptorRef *cryptorRef, size_t *dataUsed) argument
410 CCCryptorCreateWithMode( CCOperation op, CCMode mode, CCAlgorithm alg, CCPadding padding, const void *iv, const void *key, size_t keyLength, const void *tweak, size_t tweakLength, int numRounds, CCModeOptions options, CCCryptorRef *cryptorRef) argument
506 CCCryptorRelease( CCCryptorRef cryptorRef) argument
651 CCCryptorGetOutputLength( CCCryptorRef cryptorRef, size_t inputLength, bool final) argument
662 CCCryptorUpdate( CCCryptorRef cryptorRef, const void *dataIn, size_t dataInLength, void *dataOut, size_t dataOutAvailable, size_t *dataOutMoved) argument
694 CCCryptorFinal( CCCryptorRef cryptorRef, void *dataOut, size_t dataOutAvailable, size_t *dataOutMoved) argument
753 CCCryptorReset( CCCryptorRef cryptorRef, const void *iv) argument
786 CCCryptorGetIV(CCCryptorRef cryptorRef, void *iv) argument
840 CCCryptorEncryptDataBlock( CCCryptorRef cryptorRef, const void *iv, const void *dataIn, size_t dataInLength, void *dataOut) argument
856 CCCryptorDecryptDataBlock( CCCryptorRef cryptorRef, const void *iv, const void *dataIn, size_t dataInLength, void *dataOut) argument
881 CCCryptorAddParameter( CCCryptorRef cryptorRef, CCParameter parameter, const void *data, size_t dataSize) argument
937 CCCryptorGetParameter( CCCryptorRef cryptorRef, CCParameter parameter, void *data, size_t *dataSize) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsymCipher.c278 CCCryptorRef cryptorRef = (CCCryptorRef)*cipherCtx; local
309 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
338 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
363 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
388 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
414 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
440 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
466 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsymCipher.c278 CCCryptorRef cryptorRef = (CCCryptorRef)*cipherCtx; local
309 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
338 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
363 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
388 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
414 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
440 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
466 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsymCipher.c278 CCCryptorRef cryptorRef = (CCCryptorRef)*cipherCtx; local
309 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
338 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
363 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
388 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
414 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
440 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
466 CCCryptorRef cryptorRef = (CCCryptorRef)cipherCtx; local
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-esp.c203 CCCryptorCreateFromCipherData(CCCryptoCipherData* cipherData, CCOperation op, const void* key, const void* iv, CCCryptorRef *cryptorRef) argument

Completed in 128 milliseconds