/system/keymint/ta/src/ |
D | secret.rs | 20 use kmr_wire::{keymint::Digest, sharedsecret::SharedSecretParameters}; 46 kmr_wire::sharedsecret::KEY_AGREEMENT_LABEL.as_bytes(), in compute_shared_secret() 56 self.device_hmac(kmr_wire::sharedsecret::KEY_CHECK_LABEL.as_bytes()) in compute_shared_secret()
|
D | lib.rs | 40 sharedsecret::SharedSecretParameters,
|
/system/security/keystore2/src/km_compat/ |
D | Android.bp | 68 "android.hardware.security.sharedsecret-V1-ndk", 90 "android.hardware.security.sharedsecret-V1-ndk", 122 "android.hardware.security.sharedsecret-V1-ndk",
|
D | km_compat.h | 47 using ::aidl::android::hardware::security::sharedsecret::ISharedSecret; 48 using ::aidl::android::hardware::security::sharedsecret::SharedSecretParameters; 211 class SharedSecret : public aidl::android::hardware::security::sharedsecret::BnSharedSecret {
|
/system/security/keystore2/aidl/android/security/compat/ |
D | IKeystoreCompatService.aidl | 22 import android.hardware.security.sharedsecret.ISharedSecret;
|
/system/core/trusty/keymaster/include/trusty_keymaster/ |
D | TrustySharedSecret.h | 24 namespace aidl::android::hardware::security::sharedsecret::trusty {
|
/system/keymaster/ng/include/ |
D | AndroidSharedSecret.h | 26 namespace aidl::android::hardware::security::sharedsecret {
|
/system/core/trusty/keymint/src/ |
D | keymint_hal_main.rs | 18 extract_rsp, keymint, rpc, secureclock, send_hal_info, sharedsecret, SerializedChannel, 146 let ssecret_service = sharedsecret::Device::new_as_binder(tipc_channel.clone()); in inner_main()
|
/system/core/trusty/keymaster/keymint/ |
D | service.cpp | 30 using aidl::android::hardware::security::sharedsecret::trusty::TrustySharedSecret;
|
D | TrustySharedSecret.cpp | 23 namespace aidl::android::hardware::security::sharedsecret::trusty { namespace
|
/system/keymint/hal/src/ |
D | sharedsecret.rs | 19 sharedsecret::{ISharedSecret, SharedSecretParameters::SharedSecretParameters},
|
D | hal.rs | 48 pub use android_hardware_security_sharedsecret::aidl::android::hardware::security::sharedsecret; 159 impl Fromm<wire::sharedsecret::SharedSecretParameters> 160 for sharedsecret::SharedSecretParameters::SharedSecretParameters 162 fn fromm(val: wire::sharedsecret::SharedSecretParameters) -> Self { in fromm() 422 impl Fromm<sharedsecret::SharedSecretParameters::SharedSecretParameters> 423 for wire::sharedsecret::SharedSecretParameters 425 fn fromm(val: sharedsecret::SharedSecretParameters::SharedSecretParameters) -> Self { in fromm()
|
D | lib.rs | 46 pub mod sharedsecret; module
|
/system/keymaster/ng/ |
D | AndroidSharedSecret.cpp | 25 namespace aidl::android::hardware::security::sharedsecret { namespace
|
/system/keymint/common/src/bin/ |
D | cddl-dump.rs | 19 use kmr_wire::{keymint::*, secureclock::*, sharedsecret::*};
|
/system/keymint/hal/ |
D | Android.bp | 26 "android.hardware.security.sharedsecret-V1-rust",
|
/system/core/trusty/keymaster/ |
D | Android.bp | 114 "android.hardware.security.sharedsecret-V1-ndk",
|
/system/security/keystore2/ |
D | Android.bp | 37 "android.hardware.security.sharedsecret-V1-rust",
|
/system/security/keystore2/src/ |
D | shared_secret_negotiation.rs | 21 use android_hardware_security_sharedsecret::aidl::android::hardware::security::sharedsecret::{
|
/system/security/keystore2/aidl/ |
D | Android.bp | 88 "android.hardware.security.sharedsecret-V1",
|
/system/keymint/ |
D | README.md | 9 …roject/main/+/main:hardware/interfaces/security/sharedsecret/aidl/android/hardware/security/shared…
|
/system/keymint/wire/src/ |
D | types.rs | 21 use crate::sharedsecret::SharedSecretParameters;
|
D | lib.rs | 39 pub mod sharedsecret; module
|
/system/keymaster/ |
D | Android.bp | 420 "android.hardware.security.sharedsecret-V1-ndk",
|
/system/sepolicy/private/ |
D | service_contexts | 107 android.hardware.security.sharedsecret.ISharedSecret/default u:object_r:hal_sharedsecre…
|