Searched refs:OSXCode (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dosxcode.h40 class OSXCode : public RefCount { class in namespace:Security
42 virtual ~OSXCode() { }
45 // creating OSXCode objects
46 static RefPointer<OSXCode> main();
47 static RefPointer<OSXCode> at(const char *path);
48 static RefPointer<OSXCode> at(const std::string &path) { return at(path.c_str()); }
56 OSXCode() { } // nonpublic function in class:Security::OSXCode
63 class ExecutableTool : public OSXCode {
79 class Bundle : public OSXCode {
118 class OSXCodeWrap : public OSXCode {
[all...]
H A Dosxcode.cpp37 // Produce an OSXCode for the currently running application.
41 // This is important because OSXCode::main() is called from various initialization
46 RefPointer<OSXCode> OSXCode::main()
48 // return a code signing-aware OSXCode subclass if possible
62 secdebug("bundle", "OSXCode::main(%s) not recognized as bundle (treating as tool)", cpath);
68 SecStaticCodeRef OSXCode::codeRef() const
77 // Produce an OSXCode for whatever is at a given path.
78 // This tries to guess at the type of OSXCode to be used.
81 RefPointer<OSXCode> OSXCod
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.h40 class OSXCode : public RefCount { class in namespace:Security
42 virtual ~OSXCode() { }
45 // creating OSXCode objects
46 static RefPointer<OSXCode> main();
47 static RefPointer<OSXCode> at(const char *path);
48 static RefPointer<OSXCode> at(const std::string &path) { return at(path.c_str()); }
56 OSXCode() { } // nonpublic function in class:Security::OSXCode
63 class ExecutableTool : public OSXCode {
79 class Bundle : public OSXCode {
118 class OSXCodeWrap : public OSXCode {
[all...]
H A Dosxcode.cpp37 // Produce an OSXCode for the currently running application.
41 // This is important because OSXCode::main() is called from various initialization
46 RefPointer<OSXCode> OSXCode::main()
48 // return a code signing-aware OSXCode subclass if possible
62 secdebug("bundle", "OSXCode::main(%s) not recognized as bundle (treating as tool)", cpath);
68 SecStaticCodeRef OSXCode::codeRef() const
77 // Produce an OSXCode for whatever is at a given path.
78 // This tries to guess at the type of OSXCode to be used.
81 RefPointer<OSXCode> OSXCod
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustedApplication.cpp60 RefPointer<OSXCode> code(OSXCode::at(path));
73 RefPointer<OSXCode> me(OSXCode::main());
134 RefPointer<OSXCode> code(OSXCode::at(path));
155 RefPointer<OSXCode> code = path ? OSXCode::at(path) : OSXCode::main();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustedApplication.cpp60 RefPointer<OSXCode> code(OSXCode::at(path));
73 RefPointer<OSXCode> me(OSXCode::main());
134 RefPointer<OSXCode> code(OSXCode::at(path));
155 RefPointer<OSXCode> code = path ? OSXCode::at(path) : OSXCode::main();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustedApplication.cpp60 RefPointer<OSXCode> code(OSXCode::at(path));
73 RefPointer<OSXCode> me(OSXCode::main());
134 RefPointer<OSXCode> code(OSXCode::at(path));
155 RefPointer<OSXCode> code = path ? OSXCode::at(path) : OSXCode::main();
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dosxverifier.h50 OSXVerifier(OSXCode *code); // makes both legacy hash and SecRequirement
79 static void makeLegacyHash(OSXCode *code, SHA1::Digest digest);
H A Dosxverifier.cpp43 OSXVerifier::OSXVerifier(OSXCode *code)
125 void OSXVerifier::makeLegacyHash(OSXCode *code, SHA1::Digest digest)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dosxverifier.h50 OSXVerifier(OSXCode *code); // makes both legacy hash and SecRequirement
79 static void makeLegacyHash(OSXCode *code, SHA1::Digest digest);
H A Dosxverifier.cpp43 OSXVerifier::OSXVerifier(OSXCode *code)
125 void OSXVerifier::makeLegacyHash(OSXCode *code, SHA1::Digest digest)
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dclientid.cpp149 RefPointer<OSXCode> clientCode = new OSXCodeWrap(guest->code);
H A Dcodesigdb.cpp357 RefPointer<OSXCode> wrap = new OSXCodeWrap(code);
373 RefPointer<OSXCode> wrap = new OSXCodeWrap(code);
H A Dacl_keychain.cpp192 RefPointer<OSXCode> clientXCode = new OSXCodeWrap(clientCode);
H A Dagentquery.h44 using Security::OSXCode;
/macosx-10.10/Security-57031.1.35/securityd/tests/
H A Dtestacls.cpp358 OSXCode *main = OSXCode::main();
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dssclient.h441 RefPointer<OSXCode> myself;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssclient.h441 RefPointer<OSXCode> myself;

Completed in 191 milliseconds