Home
last modified time | relevance | path

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

/trusty/user/base/lib/hwkey/rust/src/
Dtest.rs551 let no_access_handle: &[u8]; in test_get_multiple_opaque_keys() localVariable
566 no_access_handle = hwkey_session in test_get_multiple_opaque_keys()
569 assert!(no_access_handle.len() <= HWKEY_OPAQUE_HANDLE_MAX_SIZE as usize); in test_get_multiple_opaque_keys()
572 assert_ne!(handle, no_access_handle); in test_get_multiple_opaque_keys()
584 .get_keyslot_data(CStr::from_bytes_with_nul(no_access_handle).unwrap(), key_buf) in test_get_multiple_opaque_keys()
601 .get_keyslot_data(CStr::from_bytes_with_nul(no_access_handle).unwrap(), key_buf) in test_get_multiple_opaque_keys()