Home
last modified time | relevance | path

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

/aosp_15_r20/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs703 const HWCRYPTO_UNITTEST_OPAQUE_DERIVED_ID: &'static [u8] = in test_get_opaque_derived_key() constant
705 let keyslot = CStr::from_bytes_with_nul(HWCRYPTO_UNITTEST_OPAQUE_DERIVED_ID).unwrap(); in test_get_opaque_derived_key()
/aosp_15_r20/trusty/user/app/sample/hwcrypto-unittest/
Dmain.c53 #define HWCRYPTO_UNITTEST_OPAQUE_DERIVED_ID \ macro
1071 HWCRYPTO_UNITTEST_OPAQUE_DERIVED_ID, in TEST_F()