Searched refs:public_key (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/osfmk/kdp/ |
| H A D | kdp_core.c | 1475 kdp_core_init_encryption_stage(void *public_key, size_t public_key_size) in kdp_core_init_encryption_stage() argument 1485 if (public_key && kern_dump_is_encryption_available()) { in kdp_core_init_encryption_stage() 1486 ret = aea_stage_initialize(&new_encryption_stage, public_key, public_key_size); in kdp_core_init_encryption_stage() 1712 void *public_key = NULL; in kdp_core_polled_io_polled_file_available() local 1714 public_key = kalloc_data(temp_header.pub_key_length, in kdp_core_polled_io_polled_file_available() 1719 …, temp_header.pub_key_offset + PUBLIC_KEY_RESERVED_LENGTH, temp_header.pub_key_length, public_key); in kdp_core_polled_io_polled_file_available() 1722 kfree_data(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1729 ret = kdp_core_init_encryption_stage(public_key, temp_header.pub_key_length); in kdp_core_polled_io_polled_file_available() 1735 kdp_core_public_key = public_key; in kdp_core_polled_io_polled_file_available()
|
| /xnu-8792.41.9/osfmk/vm/ |
| H A D | pmap.h | 918 const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]
|
| /xnu-8792.41.9/osfmk/x86_64/ |
| H A D | pmap.c | 3422 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) in pmap_set_local_signing_public_key() 3438 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); in pmap_set_local_signing_public_key()
|
| /xnu-8792.41.9/osfmk/arm/pmap/ |
| H A D | pmap.c | 1189 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]), 13184 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 13200 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); 13205 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) 13208 return pmap_set_local_signing_public_key_ppl(public_key); 13210 return pmap_set_local_signing_public_key_internal(public_key);
|