Home
last modified time | relevance | path

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

/xnu-8796.121.2/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-8796.121.2/osfmk/kdp/
H A Dkdp_core.c1481 kdp_core_init_encryption_stage(void *public_key, size_t public_key_size) in kdp_core_init_encryption_stage() argument
1491 if (public_key && kern_dump_is_encryption_available()) { in kdp_core_init_encryption_stage()
1492 ret = aea_stage_initialize(&new_encryption_stage, public_key, public_key_size); in kdp_core_init_encryption_stage()
1718 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local
1720 public_key = kalloc_data(temp_header.pub_key_length, in kdp_core_polled_io_polled_file_available()
1725 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available()
1728 kfree_data(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1735 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1741 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
/xnu-8796.121.2/bsd/sys/
H A Dcode_signing_internal.h68 const uint8_t * public_key);
H A Dcode_signing.h176 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]);
/xnu-8796.121.2/bsd/kern/
H A Dkern_codesigning.c534 const uint8_t public_key[XNU_LOCAL_SIGNING_KEY_SIZE]) in set_local_signing_public_key()
536 CSM_PREFIX(set_local_signing_public_key)(public_key); in set_local_signing_public_key()
/xnu-8796.121.2/osfmk/vm/
H A Dpmap_cs.h585 const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE]);
/xnu-8796.121.2/osfmk/arm/pmap/
H A Dpmap.c1225 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE]),
13559 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE])
13575 memcpy(pmap_local_signing_public_key, public_key, PMAP_CS_LOCAL_SIGNING_KEY_SIZE);
13580 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_CS_LOCAL_SIGNING_KEY_SIZE])
13583 return pmap_set_local_signing_public_key_ppl(public_key);
13585 return pmap_set_local_signing_public_key_internal(public_key);