Home
last modified time | relevance | path

Searched defs:cdhash (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dtrustcache.h55 uint8_t cdhash[CS_CDHASH_LEN]; member
/xnu-11215/bsd/kern/
H A Dkern_exec.c4870 uint8_t *cdhash = cs_get_cdhash(p); in posix_spawn() local
5479 uint8_t *cdhash = cs_get_cdhash(p); in __mac_execve() local
6348 uint8_t cdhash[SHA1_RESULTLEN]; in exec_add_apple_strings() local
7590 cdhash_to_string(char str[CS_CDHASH_STRING_SIZE], uint8_t const * const cdhash) in cdhash_to_string()
7850 uint8_t cdhash[CS_CDHASH_LEN]; in process_signature() local
7891 uint8_t cdhash[CS_CDHASH_LEN]; in process_signature() local
H A Dkern_proc.c1789 proc_getcdhash(proc_t p, unsigned char *cdhash) in proc_getcdhash()
3234 unsigned char cdhash[SHA1_RESULTLEN]; in csops_internal() local
H A Dubc_subr.c6152 unsigned char *cdhash) in ubc_cs_getcdhash()
/xnu-11215/osfmk/vm/
H A Dpmap_cs.h428 uint8_t cdhash[CS_CDHASH_LEN]; member
/xnu-11215/bsd/security/audit/
H A Daudit_arg.c964 const uint8_t *cdhash = NULL; in audit_identity_info_construct() local
H A Daudit_private.h211 u_int8_t *cdhash; member
H A Daudit_bsm_token.c1395 uint8_t* cdhash, uint16_t cdhash_len) in au_to_identity()
/xnu-11215/bsd/vm/
H A Dvm_unix.c1280 const uint8_t *cdhash = csblob_get_cdhash(blob); in shared_region_map_and_slide_setup() local
/xnu-11215/bsd/netinet/
H A Dflow_divert.c1028 uint8_t *cdhash = NULL; in flow_divert_add_proc_info() local
/xnu-11215/bsd/vfs/
H A Dvfs_subr.c3779 vn_getcdhash(struct vnode *vp, off_t offset, unsigned char *cdhash) in vn_getcdhash()