/aosp12/system/keymaster/ng/ |
H A D | AndroidKeyMintOperation.cpp | 53 const optional<HardwareAuthToken>& /* authToken */, in updateAad() 66 const optional<HardwareAuthToken>& /* authToken */, in update() 91 const optional<HardwareAuthToken>& /* authToken */, in finish()
|
/aosp12/system/security/keystore2/src/ |
H A D | enforcements.rs | 82 hat: HardwareAuthToken, in timestamp() 88 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() 92 fn get_auth_tokens(&self) -> Result<(HardwareAuthToken, Option<TimeStampToken>)> { in get_auth_tokens() 178 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() 214 fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() 282 pub fn before_update(&mut self) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>)> { in before_update() 291 ) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>, Option<Vec<u8>>)> { in before_finish() 339 fn get_auth_tokens(&mut self) -> Result<(Option<HardwareAuthToken>, Option<TimeStampToken>)> { in get_auth_tokens() 414 ) -> Result<(Option<HardwareAuthToken>, AuthInfo)> { in authorize_create() 750 pub fn add_auth_token(&self, hat: HardwareAuthToken) { in add_auth_token() [all …]
|
H A D | raw_device.rs | 310 auth_token: Option<&HardwareAuthToken>, in use_key_in_one_step()
|
H A D | database.rs | 791 fn new(auth_token: HardwareAuthToken, time_received: MonotonicRawTime) -> Self { in new() 804 pub fn auth_token(&self) -> &HardwareAuthToken { in auth_token() 809 pub fn take_auth_token(self) -> HardwareAuthToken { in take_auth_token() 3155 pub fn insert_auth_token(&mut self, auth_token: &HardwareAuthToken) { in insert_auth_token()
|
H A D | super_key.rs | 195 auth_token: &HardwareAuthToken, in decrypt()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/default/ |
H A D | Session.cpp | 65 const keymaster::HardwareAuthToken& /*hat*/, EnrollmentType /*enrollmentType*/, in enroll() 117 ndk::ScopedAStatus Session::setFeature(const keymaster::HardwareAuthToken& /*hat*/, in setFeature() 139 ndk::ScopedAStatus Session::resetLockout(const keymaster::HardwareAuthToken& /*hat*/) { in resetLockout()
|
/aosp12/system/security/keystore/ |
H A D | keystore_keymaster_enforcement.h | 76 bool auth_token_timed_out(const HardwareAuthToken&, uint32_t) const { in auth_token_timed_out() 82 bool ValidateTokenSignature(const HardwareAuthToken&) const override { in ValidateTokenSignature()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
H A D | FakeFingerprintEngine.h | 80 void resetLockoutImpl(ISessionCallback* cb, const keymaster::HardwareAuthToken& /*hat*/) { in resetLockoutImpl()
|
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/ |
H A D | Keymaster3.h | 63 const HardwareAuthToken&, in verifyAuthorization()
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/ |
H A D | GenericOperation.h | 164 bool acceptAuthToken(const HardwareAuthToken&) { return false; } in acceptAuthToken()
|
/aosp12/system/core/trusty/keymaster/keymint/ |
H A D | TrustyKeyMintOperation.cpp | 55 const vector<uint8_t>& input, const optional<HardwareAuthToken>& /* authToken */, in updateAad()
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/ |
H A D | VtsHalBiometricsFingerprintTargetTest.cpp | 72 int32_t /*enrollmentId*/, const keymaster::HardwareAuthToken& /*hat*/) override { in onAuthenticationSucceeded()
|
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/ |
H A D | VtsHalBiometricsFaceTargetTest.cpp | 78 int32_t /*enrollmentId*/, const keymaster::HardwareAuthToken& /*hat*/) override { in onAuthenticationSucceeded()
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | android_keymaster_messages.h | 888 struct HardwareAuthToken : public Serializable { struct 890 HardwareAuthToken(HardwareAuthToken&& other) { in HardwareAuthToken() function 908 KeymasterBlob mac;
|