/aosp_15_r20/system/security/keystore2/src/ |
H A D | enforcements.rs | 71 receiver: Receiver<Result<TimeStampToken, Error>>, in timestamp() 83 fn get_auth_tokens(&self) -> Result<(HardwareAuthToken, Option<TimeStampToken>)> { in get_auth_tokens() 213 fn get_timestamp_token(challenge: i64) -> Result<TimeStampToken, Error> { in get_timestamp_token() 221 fn timestamp_token_request(challenge: i64, sender: Sender<Result<TimeStampToken, Error>>) { in timestamp_token_request() 258 pub fn before_update(&mut self) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>)> { in before_update() 267 ) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>, Option<Vec<u8>>)> { in before_finish() 315 fn get_auth_tokens(&mut self) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>)> { in get_auth_tokens() 737 ) -> Result<(HardwareAuthToken, TimeStampToken)> { in get_auth_tokens() argument
|
/aosp_15_r20/system/keymint/wire/src/ |
H A D | secureclock.rs | 28 pub struct TimeStampToken { struct 29 pub challenge: i64, 30 pub timestamp: Timestamp, 31 pub mac: Vec<u8>,
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-cpp-source/gen/include/android/hardware/security/keymint/ |
D | IKeyMintOperation.h | 27 class TimeStampToken; variable 54 …l<::android::hardware::security::keymint::HardwareAuthToken>& /*authToken*/, const ::std::optional… in updateAad() 57 …:android::hardware::security::keymint::HardwareAuthToken>& /*authToken*/, const ::std::optional<::… in update() 60 …::std::optional<::std::vector<uint8_t>>& /*signature*/, const ::std::optional<::android::hardware:… in finish()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-cpp-source/gen/include/android/hardware/security/keymint/ |
D | IKeyMintOperation.h | 27 class TimeStampToken; variable 54 …l<::android::hardware::security::keymint::HardwareAuthToken>& /*authToken*/, const ::std::optional… in updateAad() 57 …:android::hardware::security::keymint::HardwareAuthToken>& /*authToken*/, const ::std::optional<::… in update() 60 …::std::optional<::std::vector<uint8_t>>& /*signature*/, const ::std::optional<::android::hardware:… in finish()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/secureclock/aidl/android.hardware.security.secureclock-V1-rust-source/gen/android/hardware/security/secureclock/ |
D | TimeStampToken.rs | 17 impl Default for r#TimeStampToken { implementation 26 impl binder::Parcelable for r#TimeStampToken { implementation 52 impl binder::binder_impl::ParcelableMetadata for r#TimeStampToken { implementation
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/keymint/remote/ |
D | remote_keymint_operation.cpp | 54 const optional<TimeStampToken>& /* timestampToken */) { in updateAad() 73 const optional<TimeStampToken>& in update() 107 const optional<TimeStampToken>& /* timestampToken */, in finish()
|
/aosp_15_r20/system/keymaster/ng/ |
H A D | AndroidKeyMintOperation.cpp | 54 const optional<TimeStampToken>& /* timestampToken */) { in updateAad() 72 const optional<TimeStampToken>& in update() 102 const optional<TimeStampToken>& /* timestampToken */, in finish()
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | operation.rs | 435 timestamp_token: Option<TimeStampToken>, in op_update_aad() 453 timestamp_token: Option<TimeStampToken>, in op_update() 518 timestamp_token: Option<TimeStampToken>, in op_finish() 781 timestamp_token: Option<TimeStampToken>, in with_authed_operation() 820 timestamp_token: Option<TimeStampToken>, in check_subsequent_auth()
|
/aosp_15_r20/system/core/trusty/keymaster/keymint/ |
H A D | TrustyKeyMintOperation.cpp | 56 const optional<TimeStampToken>& /* timestampToken */) { in updateAad() 73 const optional<TimeStampToken>& /* timestampToken */, in update() 117 const optional<TimeStampToken>& /* timestampToken */, in finish()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/secureclock/aidl/android.hardware.security.secureclock-V1-rust/android_arm64_armv8-2a_cortex-a55_source/ |
D | android_hardware_security_secureclock_V1.rs | 297 pub mod TimeStampToken { module 314 impl Default for r#TimeStampToken { implementation 323 impl binder::Parcelable for r#TimeStampToken { implementation 349 impl binder::binder_impl::ParcelableMetadata for r#TimeStampToken { implementation
|
/aosp_15_r20/system/keymint/hal/src/ |
H A D | keymint.rs | 233 _timestampToken: Option<&TimeStampToken>, in deviceLocked() 383 timeStampToken: Option<&TimeStampToken>, in updateAad() 410 timeStampToken: Option<&TimeStampToken>, in update() 439 timestampToken: Option<&TimeStampToken>, in finish()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/secureclock/aidl/android.hardware.security.secureclock-V1-cpp-source/gen/include/android/hardware/security/secureclock/ |
D | ISecureClock.h | 21 class TimeStampToken; variable 46 …tatus generateTimeStamp(int64_t /*challenge*/, ::android::hardware::security::secureclock::TimeSta… in generateTimeStamp()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 476 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 481 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 486 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 476 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 481 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 486 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-ndk-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 494 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 499 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 504 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 476 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 481 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 486 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 476 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 481 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 486 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/android/hardware/security/keymint/ |
D | IKeyMintOperation.cpp | 472 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in updateAad() 477 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in update() 482 …areAuthToken>& /*in_authToken*/, const std::optional<::aidl::android::hardware::security::securecl… in finish()
|