/aosp12/hardware/interfaces/keymaster/4.0/support/ |
H A D | keymaster_utils.cpp | 63 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in authToken2HidlVec() 75 auto auth_type = htonl(static_cast<uint32_t>(token.authenticatorType)); in authToken2HidlVec() 91 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in hidlVec2AuthToken() 103 pos = copy_bytes_from_iterator(&token.authenticatorType, pos); in hidlVec2AuthToken() 104 token.authenticatorType = static_cast<HardwareAuthenticatorType>( in hidlVec2AuthToken() 105 ntohl(static_cast<uint32_t>(token.authenticatorType))); in hidlVec2AuthToken()
|
/aosp12/system/security/keystore/include/keystore/ |
H A D | keystore_hidl_support.h | 93 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in authToken2HidlVec() 105 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2HidlVec() 125 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in hidlVec2Km3AuthToken() 137 pos = copy_bytes_from_iterator(&token.authenticatorType, pos); in hidlVec2Km3AuthToken()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | HardwareAuthTokenUtilsTest.java | 60 hardwareAuthToken.authenticatorType = testAuthenticatorType; in testHardwareAuthTokenLoopBack() 76 assertEquals(testAuthenticatorType, hardwareAuthToken2.authenticatorType); in testHardwareAuthTokenLoopBack()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | HardwareAuthTokenUtils.java | 47 writeInt(flipIfNativelyLittle(hat.authenticatorType), array, 25 /* offset */); in toByteArray() 72 hardwareAuthToken.authenticatorType = flipIfNativelyLittle(getInt(array, 25 /* offset */)); in toHardwareAuthToken()
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreSecretKeyFactorySpi.java | 152 int authenticatorType = a.keyParameter.value.getHardwareAuthenticatorType(); in getKeyInfo() local 154 keymasterHwEnforcedUserAuthenticators = authenticatorType; in getKeyInfo() 156 keymasterSwEnforcedUserAuthenticators = authenticatorType; in getKeyInfo()
|
/aosp12/system/security/keystore/tests/ |
H A D | auth_token_formatting_test.cpp | 152 ASSERT_NE(static_cast<uint32_t>(km4_from_hidl.authenticatorType), in TEST() 153 km3_from_hidl.authenticatorType); in TEST()
|
/aosp12/system/keymaster/ng/ |
H A D | KeyMintAidlUtils.cpp | 29 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in authToken2AidlVec() 44 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2AidlVec()
|
H A D | KeyMintUtils.cpp | 103 sizeof(token->authenticatorId) + sizeof(token->authenticatorType) + in authToken2AidlVec() 119 pos = copy_bytes_to_iterator(hton(static_cast<uint32_t>(token->authenticatorType)), pos); in authToken2AidlVec()
|
/aosp12/system/keymaster/ng/include/ |
H A D | keystore_hidl_support.h | 106 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in authToken2HidlVec() 118 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2HidlVec()
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/1/android/system/keystore2/ |
H A D | AuthenticatorSpec.aidl | 38 android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType;
|
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/ |
H A D | AuthenticatorSpec.aidl | 38 android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType;
|
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/ |
H A D | AuthenticatorSpec.aidl | 32 HardwareAuthenticatorType authenticatorType;
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/1/android/hardware/keymaster/ |
H A D | HardwareAuthToken.aidl | 24 android.hardware.keymaster.HardwareAuthenticatorType authenticatorType;
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/2/android/hardware/keymaster/ |
H A D | HardwareAuthToken.aidl | 24 android.hardware.keymaster.HardwareAuthenticatorType authenticatorType;
|
/aosp12/hardware/interfaces/keymaster/aidl/android/hardware/keymaster/ |
H A D | HardwareAuthToken.aidl | 58 HardwareAuthenticatorType authenticatorType = HardwareAuthenticatorType.NONE;
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/3/android/hardware/keymaster/ |
H A D | HardwareAuthToken.aidl | 40 …android.hardware.keymaster.HardwareAuthenticatorType authenticatorType = android.hardware.keymaste…
|
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/current/android/hardware/keymaster/ |
H A D | HardwareAuthToken.aidl | 24 …android.hardware.keymaster.HardwareAuthenticatorType authenticatorType = android.hardware.keymaste…
|
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/ |
H A D | HardwareAuthToken.aidl | 59 HardwareAuthenticatorType authenticatorType = HardwareAuthenticatorType.NONE;
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/ |
H A D | HardwareAuthToken.aidl | 41 …android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType = android.hardware.s…
|
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/ |
H A D | HardwareAuthToken.aidl | 41 …android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType = android.hardware.s…
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
H A D | AccountsDbTest.java | 273 String authenticatorType = "authType"; in testMetaInsertFindDelete() local 274 mAccountsDb.insertOrReplaceMetaAuthTypeAndUid(authenticatorType, testUid); in testMetaInsertFindDelete() 277 assertEquals(testUid, (int)metaAuthUid.get(authenticatorType)); in testMetaInsertFindDelete() 280 boolean deleteResult = mAccountsDb.deleteMetaByAuthTypeAndUid(authenticatorType, testUid); in testMetaInsertFindDelete()
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | AuthTokenUtils.java | 58 hardwareAuthToken.authenticatorType = in toHardwareAuthToken()
|
/aosp12/system/security/keystore2/src/database/ |
H A D | perboot.rs | 40 authenticator_type: tok.authenticatorType, in from_auth_token()
|
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | msg_formatting.h | 259 sizeof hat->authenticatorType + sizeof hat->timestamp; 283 pos = copyField(hat.authenticatorType, pos); 304 pos = copyField(v.authenticatorType, pos);
|
/aosp12/hardware/interfaces/confirmationui/support/test/ |
H A D | msg_formatting_test.cpp | 115 expected.authenticatorType = HardwareAuthenticatorType::NONE; in TEST()
|