Searched refs:outData (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuPem.h38 unsigned char **outData,
45 unsigned char **outData,
H A DcuPem.cpp92 unsigned char **outData,
109 *outData = (unsigned char *)malloc(outSize);
110 sprintf((char *)*outData, "-----BEGIN %s-----\n%s-----END %s-----\n",
112 *outDataLen = (unsigned int)strlen((char *)*outData);
114 if((*outData)[*outDataLen - 1] == '\0') {
124 unsigned char **outData,
190 *outData = out;
89 pemEncode( const unsigned char *inData, unsigned inDataLen, unsigned char **outData, unsigned *outDataLen, const char *headerString) argument
121 pemDecode( const unsigned char *inData, unsigned inDataLen, unsigned char **outData, unsigned *outDataLen) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuPem.h38 unsigned char **outData,
45 unsigned char **outData,
H A DcuPem.cpp92 unsigned char **outData,
109 *outData = (unsigned char *)malloc(outSize);
110 sprintf((char *)*outData, "-----BEGIN %s-----\n%s-----END %s-----\n",
112 *outDataLen = (unsigned int)strlen((char *)*outData);
114 if((*outData)[*outDataLen - 1] == '\0') {
124 unsigned char **outData,
190 *outData = out;
89 pemEncode( const unsigned char *inData, unsigned inDataLen, unsigned char **outData, unsigned *outDataLen, const char *headerString) argument
121 pemDecode( const unsigned char *inData, unsigned inDataLen, unsigned char **outData, unsigned *outDataLen) argument
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dswapimpl.h40 const void *inData, int32_t length, void *outData,
/macosx-10.9.5/SecurityTool-55115/
H A Dreadline.h41 /* Read the file name into buffer. On return outData.Data contains a newly
42 malloced buffer of outData.Length bytes. Return 0 on success and -1 on failure. */
43 extern int read_file(const char *name, CSSM_DATA *outData);
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dreadline.h41 /* Read the file name into buffer. On return outData.Data contains a newly
42 malloced buffer of outData.Length bytes. Return 0 on success and -1 on failure. */
43 extern int read_file(const char *name, CSSM_DATA *outData);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A DOpaqueIDs.h29 int RetrieveDataFromOpaqueID(opaque_id inID, void **outData);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducol_swp.h43 const void *inData, int32_t length, void *outData,
52 const void *inData, int32_t length, void *outData,
61 const void *inData, int32_t length, void *outData,
H A Dudataswp.c32 const void *inData, int32_t length, void *outData,
42 if(ds==NULL || inData==NULL || length<0 || (length&1)!=0 || outData==NULL) {
49 q=(uint16_t *)outData;
62 const void *inData, int32_t length, void *outData,
67 if(ds==NULL || inData==NULL || length<0 || (length&1)!=0 || outData==NULL) {
72 if(length>0 && inData!=outData) {
73 uprv_memcpy(outData, inData, length);
80 const void *inData, int32_t length, void *outData,
90 if(ds==NULL || inData==NULL || length<0 || (length&3)!=0 || outData==NULL) {
97 q=(uint32_t *)outData;
31 uprv_swapArray16(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
61 uprv_copyArray16(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
79 uprv_swapArray32(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
109 uprv_copyArray32(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
182 udata_swapInvStringBlock(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
235 udata_swapDataHeader(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DPassword.cpp94 CssmDataContainer outData; local
97 mItem->getData(outData);
100 *length=(uint32)outData.length();
101 outData.Length=0;
102 *data=outData.data();
103 outData.Data=NULL;
H A Dcssmdatetime.h47 // The outData parameter must point to a buffer of at least inLength bytes.
48 extern void MacSecondsToTimeString(uint32 inMacDate, uint32 inLength, void *outData);
50 uint32 inLength, void *outData);
H A DSecImportExportPem.h65 CFMutableDataRef outData);
H A DSecImportExportAgg.h41 CFMutableDataRef outData); // output appended here
47 CFMutableDataRef outData); // output appended here
H A DSecImportExportPkcs8.h55 CFMutableDataRef outData, // output appended here
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DPassword.cpp94 CssmDataContainer outData; local
97 mItem->getData(outData);
100 *length=(uint32)outData.length();
101 outData.Length=0;
102 *data=outData.data();
103 outData.Data=NULL;
H A Dcssmdatetime.h47 // The outData parameter must point to a buffer of at least inLength bytes.
48 extern void MacSecondsToTimeString(uint32 inMacDate, uint32 inLength, void *outData);
50 uint32 inLength, void *outData);
H A DSecImportExportPem.h65 CFMutableDataRef outData);
H A DSecImportExportAgg.h41 CFMutableDataRef outData); // output appended here
47 CFMutableDataRef outData); // output appended here
H A DSecImportExportPkcs8.h55 CFMutableDataRef outData, // output appended here
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DPassword.cpp94 CssmDataContainer outData; local
97 mItem->getData(outData);
100 *length=(uint32)outData.length();
101 outData.Length=0;
102 *data=outData.data();
103 outData.Data=NULL;
H A Dcssmdatetime.h47 // The outData parameter must point to a buffer of at least inLength bytes.
48 extern void MacSecondsToTimeString(uint32 inMacDate, uint32 inLength, void *outData);
50 uint32 inLength, void *outData);
H A DSecImportExportPem.h65 CFMutableDataRef outData);
H A DSecImportExportAgg.h41 CFMutableDataRef outData); // output appended here
47 CFMutableDataRef outData); // output appended here
/macosx-10.9.5/Security-55471.14.18/utilities/SecurityTool/
H A Dreadline.h42 /* Read the file name into buffer. On return outData.Data contains a newly
43 malloced buffer of outData.Length bytes. Return 0 on success and -1 on failure. */
44 extern int read_file(const char *name, uint8_t **outData, size_t *outLength);

Completed in 173 milliseconds

12345678