Home
last modified time | relevance | path

Searched defs:boot_unique_value (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs101 let boot_unique_value = BOOT_UNIQUE_VALUE.get_or_init(|| { in get_boot_unique_value() localVariable
393 boot_unique_value: BootUniqueValue, field
400 let boot_unique_value = BootUniqueValue::new()?; in new() localVariable