Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.61.2/osfmk/x86_64/
H A Dpmap.c3418 static uint8_t pmap_local_signing_public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE] = { 0 };
3427 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
3443 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE); in pmap_set_local_signing_public_key()
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap.c1189 pmap_set_local_signing_public_key, (const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]),
13186 MARK_AS_PMAP_DATA static uint8_t pmap_local_signing_public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE] = { 0…
13189 pmap_set_local_signing_public_key_internal(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) argument
13205 memcpy(pmap_local_signing_public_key, public_key, PMAP_ECC_P384_PUBLIC_KEY_SIZE);
13210 pmap_set_local_signing_public_key(const uint8_t public_key[PMAP_ECC_P384_PUBLIC_KEY_SIZE]) argument