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.rs214 fn get(&mut self, id: &Id) -> Result<Option<Secret>> { in get()
274 fn value_to_secret(s: &str, show_hex: bool) -> Result<(Secret, String)> { in value_to_secret()
298 fn secret_to_value_display(secret: &Secret, show_hex: bool) -> String { in secret_to_value_display()
Dsecretkeeper_test_client.rs229 fn get(&mut self, id: &Id) -> Result<Secret, Error> { in get()
238 ) -> Result<Secret, Error> { in get_update_policy()
306 fn assert_entry_not_found(res: Result<Secret, Error>) { in assert_entry_not_found()
311 fn assert_dice_policy_error(res: Result<Secret, Error>) { in assert_dice_policy_error()
315 fn assert_result_matches(res: Result<Secret, Error>, want: SecretkeeperError) { in assert_result_matches()