Searched refs:public_key (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/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() 1480 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local 1482 public_key = kalloc_data(temp_header.pub_key_length, in kdp_core_polled_io_polled_file_available() 1487 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available() 1490 kfree_data(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1497 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1503 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
|
| /xnu-8020.121.3/osfmk/vm/ |
| H A D | pmap.h | 988 const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]
|
| /xnu-8020.121.3/osfmk/x86_64/ |
| H A D | pmap.c | 3462 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) in pmap_set_local_signing_public_key() 3478 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); in pmap_set_local_signing_public_key()
|
| /xnu-8020.121.3/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]), 12523 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 12539 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); 12544 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 12547 return pmap_set_local_signing_public_key_ppl(public_key); 12549 return pmap_set_local_signing_public_key_internal(public_key);
|