Searched refs:SuperBlobCore (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsigblob.h43 class EmbeddedSignatureBlob : public SuperBlobCore<EmbeddedSignatureBlob, 0xfade0cc0, uint32_t> {
44 typedef SuperBlobCore<EmbeddedSignatureBlob, 0xfade0cc0, uint32_t> _Core;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsigblob.h43 class EmbeddedSignatureBlob : public SuperBlobCore<EmbeddedSignatureBlob, 0xfade0cc0, uint32_t> {
44 typedef SuperBlobCore<EmbeddedSignatureBlob, 0xfade0cc0, uint32_t> _Core;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsuperblob.h18 // SuperBlobCore lets you define your own SuperBlob type. To just use a generic
22 class SuperBlobCore: public Blob<_BlobType, _magic> { class in namespace:Security
65 inline bool SuperBlobCore<_BlobType, _magic, _Type>::validateBlob(size_t maxSize /* = 0 */) const
68 size_t ixLimit = sizeof(SuperBlobCore) + count * sizeof(Index); // end of index vector
87 class SuperBlob : public SuperBlobCore<SuperBlob<_magic, _Type>, _magic, _Type> {
92 const BlobCore *SuperBlobCore<_BlobType, _magic, _Type>::find(Type type) const
110 class SuperBlobCore<_BlobType, _magic, _Type>::Maker {
154 void SuperBlobCore<_BlobType, _magic, _Type>::Maker::add(Type type, BlobCore *blob)
165 void SuperBlobCore<_BlobType, _magic, _Type>::Maker::add(const _BlobType *blobs)
172 void SuperBlobCore<_BlobTyp
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsuperblob.h18 // SuperBlobCore lets you define your own SuperBlob type. To just use a generic
22 class SuperBlobCore: public Blob<_BlobType, _magic> { class in namespace:Security
65 inline bool SuperBlobCore<_BlobType, _magic, _Type>::validateBlob(size_t maxSize /* = 0 */) const
68 size_t ixLimit = sizeof(SuperBlobCore) + count * sizeof(Index); // end of index vector
87 class SuperBlob : public SuperBlobCore<SuperBlob<_magic, _Type>, _magic, _Type> {
92 const BlobCore *SuperBlobCore<_BlobType, _magic, _Type>::find(Type type) const
110 class SuperBlobCore<_BlobType, _magic, _Type>::Maker {
154 void SuperBlobCore<_BlobType, _magic, _Type>::Maker::add(Type type, BlobCore *blob)
165 void SuperBlobCore<_BlobType, _magic, _Type>::Maker::add(const _BlobType *blobs)
172 void SuperBlobCore<_BlobTyp
[all...]

Completed in 124 milliseconds