• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/kext_tools-326.95.1/

Lines Matching defs:kextURL

38 static void         copySigningInfo(CFURLRef kextURL,
43 static CFArrayRef copySubjectCNArray(CFURLRef kextURL);
46 static void createHashForMT(CFURLRef kextURL, char ** signatureBuffer);
60 CFURLRef kextURL = NULL; // must release
67 kextURL = CFURLCopyAbsoluteURL(OSKextGetURL(theKext));
68 if (!kextURL) {
83 filename = CFURLCopyLastPathComponent(kextURL);
112 SAFE_RELEASE(kextURL);
128 CFURLRef kextURL = NULL; // must release
138 kextURL = CFURLCopyAbsoluteURL(OSKextGetURL(aKext));
139 if (!kextURL) {
144 if (SecStaticCodeCreateWithPath(kextURL,
181 SAFE_RELEASE(kextURL);
193 static void createHashForMT(CFURLRef kextURL, char ** signatureBuffer)
206 if (!kextURL || !signatureBuffer) {
211 if (SecStaticCodeCreateWithPath(kextURL,
674 static void copySigningInfo(CFURLRef kextURL,
680 if (!kextURL) {
692 if (SecStaticCodeCreateWithPath(kextURL,
753 static CFArrayRef copySubjectCNArray(CFURLRef kextURL)
755 if (!kextURL) {
776 if (SecStaticCodeCreateWithPath(kextURL,
836 CFURLRef kextURL = NULL; // must release
858 kextURL = CFURLCopyAbsoluteURL(OSKextGetURL(aKext));
859 if (!kextURL) {
863 kextPath = CFURLCopyFileSystemPath(kextURL, kCFURLPOSIXPathStyle);
873 filename = CFURLCopyLastPathComponent(kextURL);
877 if (SecStaticCodeCreateWithPath(kextURL,
897 createHashForMT(kextURL, &hashCString);
913 copySigningInfo(kextURL,
924 copySigningInfo(kextURL,
930 subjectCNArray = copySubjectCNArray(kextURL);
943 copySigningInfo(kextURL,
952 copySigningInfo(kextURL,
967 copySigningInfo(kextURL,
973 subjectCNArray = copySubjectCNArray(kextURL);
987 copySigningInfo(kextURL,
1071 SAFE_RELEASE(kextURL);
1141 CFURLRef kextURL = NULL; // must release
1151 kextURL = CFURLCopyAbsoluteURL(OSKextGetURL(aKext));
1152 if (!kextURL) {
1157 if (SecStaticCodeCreateWithPath(kextURL,
1202 SAFE_RELEASE(kextURL);