Home
last modified time | relevance | path

Searched refs:public_key (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.1.13/bsd/kern/code_signing/
H A Dxnu.c108 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]) in xnu_set_local_signing_public_key()
124 memcpy(local_signing_public_key, public_key, sizeof(local_signing_public_key)); in xnu_set_local_signing_public_key()
H A Dppl.c189 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]) in ppl_set_local_signing_public_key()
191 return pmap_set_local_signing_public_key(public_key); in ppl_set_local_signing_public_key()
/xnu-10002.1.13/osfmk/kdp/
H A Dkdp_core.c1477 kdp_core_init_encryption_stage(void *public_key, size_t public_key_size) in kdp_core_init_encryption_stage() argument
1487 if (public_key && kern_dump_is_encryption_available()) { in kdp_core_init_encryption_stage()
1488 ret = aea_stage_initialize(&new_encryption_stage, public_key, public_key_size); in kdp_core_init_encryption_stage()
1714 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local
1716 public_key = kalloc_data(temp_header.pub_key_length, in kdp_core_polled_io_polled_file_available()
1721 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available()
1724 kfree_data(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1731 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1737 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
/xnu-10002.1.13/bsd/sys/
H A Dcode_signing_internal.h68 const uint8_t * public_key);
H A Dcode_signing.h197 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]);
/xnu-10002.1.13/bsd/kern/
H A Dkern_codesigning.c613 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]) in set_local_signing_public_key()
615 CSM_PREFIX(set_local_signing_public_key)(public_key); in set_local_signing_public_key()
/xnu-10002.1.13/osfmk/vm/
H A Dpmap_cs.h585 const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE]);
/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap.c1248 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE]),
13877 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE])
13893 memcpy(pmap_local_signing_public_key, public_key, PMAP_CS_LOCAL_SIGNING_KEY_SIZE);
13898 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE])
13901 return pmap_set_local_signing_public_key_ppl(public_key);
13903 return pmap_set_local_signing_public_key_internal(public_key);