Home
last modified time | relevance | path

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

/hardware/interfaces/security/secretkeeper/default/src/
Dmain.rs23 …d_hardware_security_secretkeeper::aidl::android::hardware::security::secretkeeper::ISecretkeeper::{
24 BpSecretkeeper, ISecretkeeper,
47 <BpSecretkeeper as ISecretkeeper>::get_descriptor() in main()
/hardware/interfaces/security/secretkeeper/aidl/aidl_api/android.hardware.security.secretkeeper/current/android/hardware/security/secretkeeper/
DISecretkeeper.aidl36 interface ISecretkeeper { interface
/hardware/interfaces/security/secretkeeper/aidl/aidl_api/android.hardware.security.secretkeeper/1/android/hardware/security/secretkeeper/
DISecretkeeper.aidl36 interface ISecretkeeper { interface
/hardware/interfaces/security/secretkeeper/aidl/android/hardware/security/secretkeeper/
DISecretkeeper.aidl35 interface ISecretkeeper { interface
DSecretManagement.cddl4 ; `ISecretkeeper.aidl` is always an encrypted request message, CBOR-encoded as a
/hardware/interfaces/security/secretkeeper/default/
Dsecretkeeper.rc2 interface aidl android.hardware.security.secretkeeper.ISecretkeeper/nonsecure
/hardware/interfaces/security/secretkeeper/aidl/vts/
Dsecretkeeper_cli.rs20 ISecretkeeper::ISecretkeeper, SecretId::SecretId,
114 sk: binder::Strong<dyn ISecretkeeper>,
121 let sk: binder::Strong<dyn ISecretkeeper> = in new()
Dsecretkeeper_test_client.rs17 …curity_secretkeeper::aidl::android::hardware::security::secretkeeper::ISecretkeeper::ISecretkeeper;
98 fn get_connection(instance: &str) -> binder::Strong<dyn ISecretkeeper> { in get_connection() argument
106 sk: binder::Strong<dyn ISecretkeeper>,
366 fn authgraph_key_exchange(sk: binder::Strong<dyn ISecretkeeper>) -> ([key::AesKey; 2], Vec<u8>) { in authgraph_key_exchange()