Searched refs:findCodeSignature (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp379 const linkedit_data_command *MachOBase::findCodeSignature() const function in class:Security::MachOBase
388 if (const linkedit_data_command *lec = findCodeSignature())
396 if (const linkedit_data_command *lec = findCodeSignature())
H A Dmacho++.h109 const linkedit_data_command *findCodeSignature() const;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp379 const linkedit_data_command *MachOBase::findCodeSignature() const function in class:Security::MachOBase
388 if (const linkedit_data_command *lec = findCodeSignature())
396 if (const linkedit_data_command *lec = findCodeSignature())
H A Dmacho++.h109 const linkedit_data_command *findCodeSignature() const;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dmachorep.cpp174 if (const linkedit_data_command *cs = macho->findCodeSignature()) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dmachorep.cpp174 if (const linkedit_data_command *cs = macho->findCodeSignature()) {

Completed in 125 milliseconds