Home
last modified time | relevance | path

Searched refs:PMAP_ECC_P384_PUBLIC_KEY_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.41.9/osfmk/vm/
H A Dpmap.h916 #define PMAP_ECC_P384_PUBLIC_KEY_SIZE 97 macro
918 const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]
/xnu-8792.41.9/osfmk/x86_64/
H A Dpmap.c3413 static uint8_t pmap_local_signing_public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE] = { 0 };
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() argument
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 Dpmap.c1189 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]),
13181 MARK_AS_PMAP_DATA static uint8_t pmap_local_signing_public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE] = { 0…
13184 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) argument
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]) argument