kern_sysctl.c | 2834 static uint8_t address_key[32]; /* key used in address hashing */ variable in typeref:typename:uint8_t[32] 2841 cprng_strong(kern_cprng, address_key, sizeof(address_key), 0); 2856 blake2s(d, ds, address_key, sizeof(address_key), s, ss);
|