/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | IKeyMintOperation.aidl | 38 …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 D | IKeyMintDevice.aidl | 47 …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 D | IKeyMintOperation.aidl | 38 …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 D | IKeyMintDevice.aidl | 47 …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 D | IKeyMintOperation.aidl | 87 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 D | IKeyMintDevice.aidl | 755 in @nullable HardwareAuthToken authToken); in begin()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | Authorization.java | 50 public static int addAuthToken(@NonNull HardwareAuthToken authToken) { in addAuthToken() 67 public static int addAuthToken(@NonNull byte[] authToken) { in addAuthToken()
|
H A D | KeyStore.java | 138 public int addAuthToken(byte[] authToken) { in addAuthToken()
|
/aosp12/system/keymaster/ng/include/ |
H A D | AndroidKeymaster41Device.h | 88 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 D | Keymaster4.h | 63 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 D | TrustyKeyMintOperation.cpp | 68 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 D | TranscriptionClientFactory.java | 143 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 D | IKeystoreAuthorization.aidl | 40 void addAuthToken(in HardwareAuthToken authToken); in addAuthToken()
|
/aosp12/system/core/trusty/keymaster/4.0/ |
H A D | TrustyKeymaster4Device.cpp | 94 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 D | AuthUtils.java | 44 public void invalidateAuthToken(final String accountType, final String authToken) { in invalidateAuthToken()
|
/aosp12/hardware/interfaces/keymaster/4.1/support/ |
H A D | Keymaster3.cpp | 82 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 D | SyntheticPasswordManager.java | 144 @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 D | IIdentityCredential.aidl | 25 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
|
/aosp12/system/keymaster/ng/ |
H A D | AndroidKeymaster4Device.cpp | 275 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 D | IIdentityCredential.aidl | 25 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
|
/aosp12/hardware/interfaces/identity/aidl/vts/ |
H A D | UserAuthTests.cpp | 189 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 D | IIdentityCredential.aidl | 44 …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 D | IIdentityCredential.aidl | 43 …reAccessControlProfile[] accessControlProfiles, in android.hardware.keymaster.HardwareAuthToken au… in startRetrieval()
|
/aosp12/hardware/interfaces/identity/aidl/android/hardware/identity/ |
H A D | IIdentityCredential.aidl | 230 in HardwareAuthToken authToken, in byte[] itemsRequest, in byte[] signingKeyBlob, in startRetrieval()
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | VerificationTokenTest.cpp | 35 const HardwareAuthToken& authToken) { in verifyAuthorization()
|