Searched refs:GenericCode (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dcsgeneric.cpp52 GenericCode::GenericCode(SecCode *host, SecGuestRef guestRef) function in class:Security::CodeSigning::GenericCode
59 // Identify a guest by attribute set, and return a new GenericCode representing it.
62 SecCode *GenericCode::locateGuest(CFDictionaryRef attributes)
80 code = new GenericCode(code, guestPath[n]);
91 SecStaticCode *GenericCode::identifyGuest(SecCode *guest, CFDataRef *cdhashOut)
93 if (GenericCode *iguest = dynamic_cast<GenericCode *>(guest)) {
118 void GenericCode::identifyGuest(SecGuestRef guest, char *path, CFDataRef &cdhash, CFDictionaryRef &attributes)
147 SecCodeStatus GenericCode
[all...]
H A Dcsgeneric.h47 // It is all right to subclass GenericCode to inherit access to the cshosting protocol.
49 class GenericCode : public SecCode { class in namespace:Security::CodeSigning
51 GenericCode(SecCode *host, SecGuestRef guestRef = kSecNoGuest);
74 // We don't need a GenericCode variant of SecStaticCode
H A Dcsprocess.h43 // ProcessCode inherits GenericCode's access to the cshosting Mach protocol to
46 class ProcessCode : public GenericCode {
63 // We don't need a GenericCode variant of ProcessCode
H A Dcsprocess.cpp40 : GenericCode(KernelCode::active()), mPid(pid), mPidBased(pidDiskRep)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dcsgeneric.cpp52 GenericCode::GenericCode(SecCode *host, SecGuestRef guestRef) function in class:Security::CodeSigning::GenericCode
59 // Identify a guest by attribute set, and return a new GenericCode representing it.
62 SecCode *GenericCode::locateGuest(CFDictionaryRef attributes)
80 code = new GenericCode(code, guestPath[n]);
91 SecStaticCode *GenericCode::identifyGuest(SecCode *guest, CFDataRef *cdhashOut)
93 if (GenericCode *iguest = dynamic_cast<GenericCode *>(guest)) {
118 void GenericCode::identifyGuest(SecGuestRef guest, char *path, CFDataRef &cdhash, CFDictionaryRef &attributes)
147 SecCodeStatus GenericCode
[all...]
H A Dcsgeneric.h47 // It is all right to subclass GenericCode to inherit access to the cshosting protocol.
49 class GenericCode : public SecCode { class in namespace:Security::CodeSigning
51 GenericCode(SecCode *host, SecGuestRef guestRef = kSecNoGuest);
74 // We don't need a GenericCode variant of SecStaticCode
H A Dcsprocess.h43 // ProcessCode inherits GenericCode's access to the cshosting Mach protocol to
46 class ProcessCode : public GenericCode {
63 // We don't need a GenericCode variant of ProcessCode
H A Dcsprocess.cpp40 : GenericCode(KernelCode::active()), mPid(pid), mPidBased(pidDiskRep)

Completed in 425 milliseconds