Searched refs:public_key (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/osfmk/kdp/ |
| H A D | kdp_core.c | 1258 kdp_core_init_encryption_stage(void *public_key, size_t public_key_size) in kdp_core_init_encryption_stage() argument 1268 if (public_key && kern_dump_is_encryption_available()) { in kdp_core_init_encryption_stage() 1269 ret = aea_stage_initialize(&new_encryption_stage, public_key, public_key_size); in kdp_core_init_encryption_stage() 1482 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local 1484 …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() 1489 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available() 1492 kmem_free(kernel_map, (vm_offset_t) public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1499 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1505 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | pmap.h | 980 const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | pmap.c | 3441 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) in pmap_set_local_signing_public_key() 3457 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); in pmap_set_local_signing_public_key()
|
| /xnu-8020.101.4/osfmk/arm/ |
| H A D | pmap.c | 1140 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]), 12517 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 12533 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); 12538 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 12541 return pmap_set_local_signing_public_key_ppl(public_key); 12543 return pmap_set_local_signing_public_key_internal(public_key);
|