Searched refs:cipherData (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DfeeCipherFile.c46 unsigned char *cipherData = NULL; local
106 (const unsigned char **)&cipherData,
116 *cipherFileData = enc64(cipherData,
119 ffree(cipherData);
122 ffree(cipherData);
127 *cipherFileData = cipherData;
157 unsigned char *cipherData = NULL; local
174 cipherData = dec64(cipherFileData,
177 if(cipherData == NULL) {
186 cipherData
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DfeeCipherFile.c46 unsigned char *cipherData = NULL; local
106 (const unsigned char **)&cipherData,
116 *cipherFileData = enc64(cipherData,
119 ffree(cipherData);
122 ffree(cipherData);
127 *cipherFileData = cipherData;
157 unsigned char *cipherData = NULL; local
174 cipherData = dec64(cipherFileData,
177 if(cipherData == NULL) {
186 cipherData
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-esp.c64 @param cipherData This is a pointer to a CCCryptoCipherData containing the data describing the cipher
71 CCCryptorStatus CCCryptorCreateFromCipherData(CCCryptoCipherData* cipherData,
103 CCCryptoCipherData cipherData; member in struct:CipherTable
190 *outCipherData = tablePtr->cipherData;
203 CCCryptorStatus CCCryptorCreateFromCipherData(CCCryptoCipherData* cipherData, argument
208 if (NULL == cipherData || NULL == cryptorRef || NULL == key ||
209 cipherData->algorithm == (CCAlgorithm)-1) {
214 return CCCryptorCreateWithMode(op, cipherData->mode, cipherData->algorithm,
215 cipherData
224 IVLengthFromCipherData(CCCryptoCipherData* cipherData) argument
267 BlockSizeFromCipherData(CCCryptoCipherData* cipherData) argument
296 CCCryptoCipherData cipherData; member in struct:sa_list
462 CCCryptoCipherData cipherData; local
[all...]

Completed in 88 milliseconds