Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs67 static BOOT_UNIQUE_VALUE: OnceLock<BootUniqueValue> = OnceLock::new(); constant
75 let boot_unique_value = BOOT_UNIQUE_VALUE.get_or_init(|| { in get_boot_unique_value()