Searched refs:privAlloc (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dbsafecsp.h40 Allocator *privAlloc = NULL)
43 setPrivAllocator(privAlloc);
H A DDH_csp.cpp30 DH_Factory::DH_Factory(Allocator *normAlloc, Allocator *privAlloc) argument
33 setPrivAllocator(privAlloc);
H A DascFactory.h41 Allocator *privAlloc);
H A DmiscAlgFactory.h35 Allocator *privAlloc = NULL)
H A DDH_csp.h34 DH_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A DRSA_DSA_csp.h34 RSA_DSA_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A Dcryptkitcsp.h36 CryptKitFactory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
H A Dcryptkitcsp.cpp60 CryptKitFactory::CryptKitFactory(Allocator *normAlloc, Allocator *privAlloc) argument
63 setPrivAllocator(privAlloc);
H A DAppleCSP.h66 Allocator &privAlloc() {return privAllocator; } function in class:AppleCSPPlugin
H A DRSA_DSA_csp.cpp67 RSA_DSA_Factory::RSA_DSA_Factory(Allocator *normAlloc, Allocator *privAlloc) argument
70 setPrivAllocator(privAlloc);
H A DascContext.cpp98 Allocator *privAlloc)
101 ascAllocator = privAlloc;
96 AscAlgFactory( Allocator *normAlloc, Allocator *privAlloc) argument
H A DAppleCSPSession.h130 Allocator &privAlloc() { return privAllocator; } function in class:AppleCSPSession
H A DAppleCSP.cpp145 privAllocator(plug.privAlloc())

Completed in 81 milliseconds