Searched refs:Data (Results 126 - 150 of 1089) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DSecAsn1Coder.c121 return SecAsn1Decode(coder, src->Data, src->Length, templ, dest);
125 * DER encode. The encoded data (in dest.Data) is allocated in this
139 dest->Data = NULL;
172 /* malloc item.Data, set item.Length */
181 item->Data = (uint8_t *)PORT_ArenaAlloc(coder->mPool, len);
182 if(item->Data == NULL) {
203 memmove(dest->Data, src, len);
212 return SecAsn1AllocCopy(coder, src->Data, src->Length, dest);
220 return !memcmp(oid1->Data, oid2->Data, oid
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dsecurestorage.cpp229 mLabel.Data = reinterpret_cast<uint8 *>
241 reinterpret_cast<uint32 *>(mLabel.Data)[0] = h2n(uint32(kGroupMagic));
270 mLabel = CssmData(dataBlob.Data, kLabelSize);
271 if (*reinterpret_cast<const uint32 *>(mLabel.Data) != h2n (uint32(kGroupMagic)))
286 *reinterpret_cast<const CSSM_KEY *>(keyData.Data);
297 && *reinterpret_cast<const uint32 *>(dataBlob.Data) == h2n(uint32(kGroupMagic));
312 CssmData iv(&dataBlob.Data[kLabelSize], kIVSize);
313 CssmData cipherText(&dataBlob.Data[kLabelSize + kIVSize],
333 data.Data = allocator.alloc<uint8>((UInt32)length);
335 memcpy(data.Data, plainText
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DSecAsn1Coder.c121 return SecAsn1Decode(coder, src->Data, src->Length, templ, dest);
125 * DER encode. The encoded data (in dest.Data) is allocated in this
139 dest->Data = NULL;
172 /* malloc item.Data, set item.Length */
181 item->Data = (uint8_t *)PORT_ArenaAlloc(coder->mPool, len);
182 if(item->Data == NULL) {
203 memmove(dest->Data, src, len);
212 return SecAsn1AllocCopy(coder, src->Data, src->Length, dest);
220 return !memcmp(oid1->Data, oid2->Data, oid
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DSecAsn1Coder.c121 return SecAsn1Decode(coder, src->Data, src->Length, templ, dest);
125 * DER encode. The encoded data (in dest.Data) is allocated in this
139 dest->Data = NULL;
172 /* malloc item.Data, set item.Length */
181 item->Data = (uint8_t *)PORT_ArenaAlloc(coder->mPool, len);
182 if(item->Data == NULL) {
203 memmove(dest->Data, src, len);
212 return SecAsn1AllocCopy(coder, src->Data, src->Length, dest);
220 return !memcmp(oid1->Data, oid2->Data, oid
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DSecAsn1Coder.c121 return SecAsn1Decode(coder, src->Data, src->Length, templ, dest);
125 * DER encode. The encoded data (in dest.Data) is allocated in this
139 dest->Data = NULL;
172 /* malloc item.Data, set item.Length */
181 item->Data = (uint8_t *)PORT_ArenaAlloc(coder->mPool, len);
182 if(item->Data == NULL) {
203 memmove(dest->Data, src, len);
212 return SecAsn1AllocCopy(coder, src->Data, src->Length, dest);
220 return !memcmp(oid1->Data, oid2->Data, oid
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dsecurestorage.cpp229 mLabel.Data = reinterpret_cast<uint8 *>
241 reinterpret_cast<uint32 *>(mLabel.Data)[0] = h2n(uint32(kGroupMagic));
270 mLabel = CssmData(dataBlob.Data, kLabelSize);
271 if (*reinterpret_cast<const uint32 *>(mLabel.Data) != h2n (uint32(kGroupMagic)))
286 *reinterpret_cast<const CSSM_KEY *>(keyData.Data);
297 && *reinterpret_cast<const uint32 *>(dataBlob.Data) == h2n(uint32(kGroupMagic));
312 CssmData iv(&dataBlob.Data[kLabelSize], kIVSize);
313 CssmData cipherText(&dataBlob.Data[kLabelSize + kIVSize],
333 data.Data = allocator.alloc<uint8>((UInt32)length);
335 memcpy(data.Data, plainText
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/certsFromDb/
H A DcertsFromDb.cpp123 rtn = writeFile(filePath, theData.Data, theData.Length);
138 printCrl(theData.Data, theData.Length, CSSM_FALSE);
142 printCert(theData.Data, theData.Length, CSSM_FALSE);
145 CSSM_FREE(theData.Data);
159 rtn = writeFile(filePath, theData.Data, theData.Length);
174 printCrl(theData.Data, theData.Length, CSSM_FALSE);
178 printCert(theData.Data, theData.Length, CSSM_FALSE);
182 CSSM_FREE(theData.Data);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DcspRand.cpp32 cdata.Data = &randSize;
51 cdata.Data = randData;
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/ccSymCompat/
H A DccSymCompat.c173 ivPtr = iv->Data;
184 outText->Data = (uint8 *)CSSM_MALLOC(inText->Length);
190 key->Data);
206 (BYTE *)inText->Data,
208 (BYTE *)outText->Data);
213 (BYTE *)inText->Data,
215 (BYTE *)outText->Data);
297 uint8 *intext = inText->Data;
343 ccIv = iv->Data;
350 ccIv = iv->Data;
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageLoadState.h166 struct Data { struct in class:WebKit::PageLoadState
167 Data() function in struct:WebKit::PageLoadState::Data
196 static bool isLoading(const Data&);
197 static String activeURL(const Data&);
198 static bool hasOnlySecureContent(const Data&);
199 static double estimatedProgress(const Data&);
203 Data m_committedState;
204 Data m_uncommittedState;
H A DWebOpenPanelResultListenerProxy.h35 class Data;
53 void chooseFiles(API::Array*, API::String* displayString, const API::Data* iconImageData);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Battery/
H A DWebBatteryManager.h56 void didChangeBatteryStatus(const WTF::AtomicString& eventType, const WebBatteryStatus::Data&);
57 void updateBatteryStatus(const WebBatteryStatus::Data&);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dtraits.hpp60 typename Data,
72 typename Data,
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/tree_policy/
H A Dnode_metadata_selector.hpp73 typename Data,
87 Data,
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dnode_metadata_selector.hpp73 typename Data,
87 Data,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DCertificate.cpp49 ItemImpl(CSSM_DL_DB_RECORD_X509_CERTIFICATE, reinterpret_cast<SecKeychainAttributeList *>(NULL), UInt32(data.Length), reinterpret_cast<const void *>(data.Data)),
61 if (data.Length == 0 || data.Data == NULL)
255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data);
334 if (keyPtr && keyPtr->Data)
338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data);
352 mPublicKeyHash.Data = mPublicKeyHashBytes;
354 memcpy(mPublicKeyHash.Data, cssmData->Data, cssmData->Length);
355 csp.allocator().free(cssmData->Data);
372 if (fieldValue && fieldValue->Data
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DCertificate.cpp49 ItemImpl(CSSM_DL_DB_RECORD_X509_CERTIFICATE, reinterpret_cast<SecKeychainAttributeList *>(NULL), UInt32(data.Length), reinterpret_cast<const void *>(data.Data)),
61 if (data.Length == 0 || data.Data == NULL)
255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data);
334 if (keyPtr && keyPtr->Data)
338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data);
352 mPublicKeyHash.Data = mPublicKeyHashBytes;
354 memcpy(mPublicKeyHash.Data, cssmData->Data, cssmData->Length);
355 csp.allocator().free(cssmData->Data);
372 if (fieldValue && fieldValue->Data
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DCertificate.cpp49 ItemImpl(CSSM_DL_DB_RECORD_X509_CERTIFICATE, reinterpret_cast<SecKeychainAttributeList *>(NULL), UInt32(data.Length), reinterpret_cast<const void *>(data.Data)),
61 if (data.Length == 0 || data.Data == NULL)
255 const CSSM_X509_EXTENSION *extension = reinterpret_cast<const CSSM_X509_EXTENSION *>(fieldValues[ix]->Data);
334 if (keyPtr && keyPtr->Data)
338 CSSM_KEY *key = reinterpret_cast<CSSM_KEY *>(keyPtr->Data);
352 mPublicKeyHash.Data = mPublicKeyHashBytes;
354 memcpy(mPublicKeyHash.Data, cssmData->Data, cssmData->Length);
355 csp.allocator().free(cssmData->Data);
372 if (fieldValue && fieldValue->Data
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/macCompat/
H A DmacCompat.c100 HMAC(md, key->Data, (int)key->Length,
101 inText->Data, inText->Length,
102 (unsigned char *)outText->Data, &md_len);
134 mac->Data = NULL;
146 currData.Data += *updateSizes;
198 currData.Data += *updateSizes;
264 memmove(symKey->KeyData.Data, key->Data, key->Length);
268 outText->Data = NULL;
400 if(memcmp(macRef.Data, macTes
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGTextQuery.cpp35 struct SVGTextQuery::Data { struct in class:WebCore::SVGTextQuery
36 Data() function in struct:WebCore::SVGTextQuery::Data
105 bool SVGTextQuery::executeQuery(Data* queryData, ProcessTextFragmentCallback fragmentCallback) const
136 bool SVGTextQuery::mapStartEndPositionsIntoFragmentCoordinates(Data* queryData, const SVGTextFragment& fragment, int& startPosition, int& endPosition) const
153 void SVGTextQuery::modifyStartEndPositionsRespectingLigatures(Data* queryData, int& startPosition, int& endPosition) const
228 bool SVGTextQuery::numberOfCharactersCallback(Data*, const SVGTextFragment&) const
239 Data data;
245 struct TextLengthData : SVGTextQuery::Data {
254 bool SVGTextQuery::textLengthCallback(Data* queryData, const SVGTextFragment& fragment) const
272 struct SubStringLengthData : SVGTextQuery::Data {
[all...]
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/t/
H A Dregexp.t6 use Data::Dump;
23 ok(Data::Dump::dump($a) . "\n", <<'EOT');
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Ddebugging.h51 template <class Data> inline void dumpData(const Data &obj)
53 template <class Data> inline void dumpData(const char *title, const Data &obj)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddebugging.h51 template <class Data> inline void dumpData(const Data &obj)
53 template <class Data> inline void dumpData(const char *title, const Data &obj)
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dsecagent_types.h32 typedef void *Data; typedef in namespace:Security
/macosx-10.10/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dsecagent_types.h32 typedef void *Data; typedef in namespace:Security

Completed in 484 milliseconds

1234567891011>>