Home
last modified time | relevance | path

Searched defs:authToken (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl38 …void updateAad(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken a… in updateAad()
39 …byte[] update(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken au… in update()
40 … input, in @nullable byte[] signature, in @nullable android.hardware.security.keymint.HardwareAuth… in finish()
H A DIKeyMintDevice.aidl47 …ecurity.keymint.KeyParameter[] params, in @nullable android.hardware.security.keymint.HardwareAuth… in begin()
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl38 …void updateAad(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken a… in updateAad()
39 …byte[] update(in byte[] input, in @nullable android.hardware.security.keymint.HardwareAuthToken au… in update()
40 … input, in @nullable byte[] signature, in @nullable android.hardware.security.keymint.HardwareAuth… in finish()
H A DIKeyMintDevice.aidl47 …ecurity.keymint.KeyParameter[] params, in @nullable android.hardware.security.keymint.HardwareAuth… in begin()
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DIKeyMintOperation.aidl87 void updateAad(in byte[] input, in @nullable HardwareAuthToken authToken, in updateAad()
172 byte[] update(in byte[] input, in @nullable HardwareAuthToken authToken, in update()
270 in @nullable HardwareAuthToken authToken, in finish()
H A DIKeyMintDevice.aidl755 in @nullable HardwareAuthToken authToken); in begin()
/aosp12/frameworks/base/keystore/java/android/security/
H A DAuthorization.java50 public static int addAuthToken(@NonNull HardwareAuthToken authToken) { in addAuthToken()
67 public static int addAuthToken(@NonNull byte[] authToken) { in addAuthToken()
H A DKeyStore.java138 public int addAuthToken(byte[] authToken) { in addAuthToken()
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h88 const HardwareAuthToken& authToken, in verifyAuthorization()
152 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, in begin()
158 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update()
167 const HardwareAuthToken& authToken, in finish()
/aosp12/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A DKeymaster4.h63 const HardwareAuthToken& authToken, in verifyAuthorization()
128 const hidl_vec<KeyParameter>& inParams, const HardwareAuthToken& authToken, in begin()
134 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update()
142 const HardwareAuthToken& authToken, in finish()
/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp68 const optional<HardwareAuthToken>& authToken, in update()
112 const optional<HardwareAuthToken>& authToken, in finish()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
H A DTranscriptionClientFactory.java143 private final String authToken; field in TranscriptionClientFactory.Interceptor
154 public Interceptor(String packageName, String cert, String apiKey, String authToken) { in Interceptor()
/aosp12/system/security/keystore2/aidl/android/security/authorization/
H A DIKeystoreAuthorization.aidl40 void addAuthToken(in HardwareAuthToken authToken); in addAuthToken()
/aosp12/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp94 const HardwareAuthToken& authToken) { in injectAuthToken()
311 const HardwareAuthToken& authToken, verifyAuthorization_cb _hidl_cb) { in verifyAuthorization()
517 const HardwareAuthToken& authToken, begin_cb _hidl_cb) { in begin()
539 const HardwareAuthToken& authToken, in update()
580 const HardwareAuthToken& authToken, in finish()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/accounts/
H A DAuthUtils.java44 public void invalidateAuthToken(final String accountType, final String authToken) { in invalidateAuthToken()
/aosp12/hardware/interfaces/keymaster/4.1/support/
H A DKeymaster3.cpp82 const HardwareAuthToken& authToken) { in convertAndAddAuthToken()
237 const HardwareAuthToken& authToken, begin_cb _hidl_cb) { in begin()
250 const hidl_vec<uint8_t>& input, const HardwareAuthToken& authToken, in update()
266 const HardwareAuthToken& authToken, in finish()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DSyntheticPasswordManager.java144 @Nullable public AuthenticationToken authToken; field in SyntheticPasswordManager.AuthenticationResult
595 public void newSidForUser(IGateKeeperService gatekeeper, AuthenticationToken authToken, in newSidForUser()
630 private boolean loadEscrowData(AuthenticationToken authToken, int userId) { in loadEscrowData()
637 private void saveEscrowData(AuthenticationToken authToken, int userId) { in saveEscrowData()
739 LockscreenCredential credential, AuthenticationToken authToken, int userId) { in createPasswordBasedSyntheticPassword()
920 public boolean activateTokenBasedSyntheticPassword(long handle, AuthenticationToken authToken, in activateTokenBasedSyntheticPassword()
953 private void createSyntheticPasswordBlob(long handle, byte type, AuthenticationToken authToken, in createSyntheticPasswordBlob()
1294 public @Nullable PasswordMetrics getPasswordMetrics(AuthenticationToken authToken, long handle, in getPasswordMetrics()
1304 private void savePasswordMetrics(LockscreenCredential credential, AuthenticationToken authToken, in savePasswordMetrics()
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/1/android/hardware/identity/
H A DIIdentityCredential.aidl25 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
/aosp12/system/keymaster/ng/
H A DAndroidKeymaster4Device.cpp275 Return<void> AndroidKeymaster4Device::verifyAuthorization( in verifyAuthorization()
490 const HardwareAuthToken& authToken, begin_cb _hidl_cb) { in begin()
514 const HardwareAuthToken& authToken , in update()
545 const HardwareAuthToken& authToken , in finish()
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/2/android/hardware/identity/
H A DIIdentityCredential.aidl25 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
/aosp12/hardware/interfaces/identity/aidl/vts/
H A DUserAuthTests.cpp189 void UserAuthTests::retrieveData(HardwareAuthToken authToken, VerificationToken verificationToken, in retrieveData()
280 HardwareAuthToken authToken; in mintTokens() local
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/3/android/hardware/identity/
H A DIIdentityCredential.aidl44 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
/aosp12/hardware/interfaces/identity/aidl/aidl_api/android.hardware.identity/current/android/hardware/identity/
H A DIIdentityCredential.aidl43 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
/aosp12/hardware/interfaces/identity/aidl/android/hardware/identity/
H A DIIdentityCredential.aidl230 in HardwareAuthToken authToken, in byte[] itemsRequest, in byte[] signingKeyBlob, in startRetrieval()
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DVerificationTokenTest.cpp35 const HardwareAuthToken& authToken) { in verifyAuthorization()

12