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

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DmiscAlgFactory.h31 class MiscAlgFactory : public AppleCSPAlgorithmFactory { class in inherits:AppleCSPAlgorithmFactory
34 MiscAlgFactory( function in class:MiscAlgFactory
38 ~MiscAlgFactory() { }
H A DAppleCSPSession.h42 class MiscAlgFactory;
138 MiscAlgFactory &miscAlgFactory;
H A DmiscAlgFactory.cpp71 bool MiscAlgFactory::setup(
H A DAppleCSP.cpp60 miscAlgFactory(new MiscAlgFactory(&normAllocator, &privAllocator)),
138 miscAlgFactory(*(dynamic_cast<MiscAlgFactory *>(plug.miscAlgFactory))),

Completed in 159 milliseconds