Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kdp/
H A Dkdp_core.c1238 kdp_core_init_encryption_stage(void *public_key, size_t public_key_size) in kdp_core_init_encryption_stage() argument
1248 if (public_key && kern_dump_is_encryption_available()) { in kdp_core_init_encryption_stage()
1249 ret = aea_stage_initialize(&new_encryption_stage, public_key, public_key_size); in kdp_core_init_encryption_stage()
1461 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local
1463 …ret = kmem_alloc(kernel_map, (vm_offset_t *) &public_key, temp_header.pub_key_length, VM_KERN_MEMO… in kdp_core_polled_io_polled_file_available()
1468 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available()
1471 kmem_free(kernel_map, (vm_offset_t) public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1478 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available()
1484 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
/xnu-8019.80.24/osfmk/vm/
H A Dpmap.h980 const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]
/xnu-8019.80.24/osfmk/x86_64/
H A Dpmap.c3412 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) in pmap_set_local_signing_public_key()
3428 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); in pmap_set_local_signing_public_key()
/xnu-8019.80.24/osfmk/arm/
H A Dpmap.c1125 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]),
12224 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE])
12240 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE);
12245 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE])
12248 return pmap_set_local_signing_public_key_ppl(public_key);
12250 return pmap_set_local_signing_public_key_internal(public_key);