Home
last modified time | relevance | path

Searched defs:HardwareAuthToken (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/keymaster/ng/
H A DAndroidKeyMintOperation.cpp53 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 Denforcements.rs82 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 Draw_device.rs310 auth_token: Option<&HardwareAuthToken>, in use_key_in_one_step()
H A Ddatabase.rs791 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 Dsuper_key.rs195 auth_token: &HardwareAuthToken, in decrypt()
/aosp12/hardware/interfaces/biometrics/face/aidl/default/
H A DSession.cpp65 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 Dkeystore_keymaster_enforcement.h76 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 DFakeFingerprintEngine.h80 void resetLockoutImpl(ISessionCallback* cb, const keymaster::HardwareAuthToken& /*hat*/) { in resetLockoutImpl()
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster3.h63 const HardwareAuthToken&, in verifyAuthorization()
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h164 bool acceptAuthToken(const HardwareAuthToken&) { return false; } in acceptAuthToken()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp55 const vector<uint8_t>& input, const optional<HardwareAuthToken>& /* authToken */, in updateAad()
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/vts/
H A DVtsHalBiometricsFingerprintTargetTest.cpp72 int32_t /*enrollmentId*/, const keymaster::HardwareAuthToken& /*hat*/) override { in onAuthenticationSucceeded()
/aosp12/hardware/interfaces/biometrics/face/aidl/vts/
H A DVtsHalBiometricsFaceTargetTest.cpp78 int32_t /*enrollmentId*/, const keymaster::HardwareAuthToken& /*hat*/) override { in onAuthenticationSucceeded()
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h888 struct HardwareAuthToken : public Serializable { struct
890 HardwareAuthToken(HardwareAuthToken&& other) { in HardwareAuthToken() function
908 KeymasterBlob mac;