Home
last modified time | relevance | path

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

/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs213 fn get(&mut self, id: &Id) -> Result<Option<Secret>> { in get()
273 fn value_to_secret(s: &str, show_hex: bool) -> Result<(Secret, String)> { in value_to_secret()
297 fn secret_to_value_display(secret: &Secret, show_hex: bool) -> String { in secret_to_value_display()
Dsecretkeeper_test_client.rs216 fn get(&mut self, id: &Id) -> Result<Secret, Error> { in get()
225 ) -> Result<Secret, Error> { in get_update_policy()
293 fn assert_entry_not_found(res: Result<Secret, Error>) { in assert_entry_not_found()
298 fn assert_dice_policy_error(res: Result<Secret, Error>) { in assert_dice_policy_error()
302 fn assert_result_matches(res: Result<Secret, Error>, want: SecretkeeperError) { in assert_result_matches()