• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/

Lines Matching refs:me

15 	probe diskrep__create__macho(void *me, const char *path, const void *ctx);
16 probe diskrep__create__bundle__path(void *me, const char *path, void *ctx, void *exec);
17 probe diskrep__create__bundle__ref(void *me, void *cfbundle, void *ctx, void *exec);
18 probe diskrep__create__file(void *me, const char *path);
19 probe diskrep__create__cfm(void *me, const char *path);
20 probe diskrep__create__slc(void *me, const char *path);
21 probe diskrep__create__detached(void *me, void *orig, const char *source, void *glob);
22 probe diskrep__create__kernel(void *me);
23 probe diskrep__destroy(void *me);
25 probe static__create(void *me, void *host);
26 probe dynamic__create(void *me, void *rep);
28 probe static__cdhash(void *me, const void *cdhash, uint32_t length);
29 probe static__attach__explicit(void *me, void *rep);
30 probe static__attach__system(void *me, void *rep);
32 probe eval__dynamic__start(void *me, const char *path);
33 probe eval__dynamic__end(void *me);
34 probe eval__dynamic__root(void *me);
36 probe eval__static__start(void *me, const char *path);
37 probe eval__static__end(void *me);
38 probe eval__static__reset(void *me);
40 probe eval__static__executable__start(void *me, const char *path, uint32_t pages);
41 probe eval__static__executable__fail(void *me, uint32_t badPage);
42 probe eval__static__executable__end(void *me);
43 probe eval__static__resources__start(void *me, const char *path, int count);
44 probe eval__static__resources__end(void *me);
46 probe eval__static__directory(void *me);
47 probe eval__static__intreq__start(void *me, uint32_t reqType, void *target, int32_t nullError);
48 probe eval__static__intreq__end(void *me);
50 probe eval__static__signature__start(void *me, const char *path);
51 probe eval__static__signature__adhoc(void *me);
52 probe eval__static__signature__result(void *me, uint32_t result, uint32_t chainLength);
53 probe eval__static__signature__expired(void *me);
54 probe eval__static__signature__end(void *me);
76 probe sign__dep__macho(void *me, const char *name, const void *requirement);
77 probe sign__dep__interp(void *me, const char *name, const void *requirement);