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

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dcryptkitcsp.h34 class CryptKitFactory : public AppleCSPAlgorithmFactory { class in inherits:AppleCSPAlgorithmFactory
36 CryptKitFactory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
37 ~CryptKitFactory();
H A Dcryptkitcsp.cpp37 Allocator *CryptKitFactory::normAllocator;
38 Allocator *CryptKitFactory::privAllocator;
45 return CryptKitFactory::privAllocator->malloc(size);
49 CryptKitFactory::privAllocator->free(data);
53 return CryptKitFactory::privAllocator->realloc(oldPtr, newSize);
60 CryptKitFactory::CryptKitFactory(Allocator *normAlloc, Allocator *privAlloc) function in class:CryptKitFactory
69 CryptKitFactory::~CryptKitFactory()
74 bool CryptKitFactory
[all...]
H A DAppleCSPSession.h40 class CryptKitFactory;
136 CryptKitFactory &cryptKitFactory;
H A DAppleCSP.cpp58 cryptKitFactory(new CryptKitFactory(&normAllocator, &privAllocator)),
136 cryptKitFactory(*(dynamic_cast<CryptKitFactory *>(plug.cryptKitFactory))),

Completed in 136 milliseconds