Home
last modified time | relevance | path

Searched refs:authenticatorType (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/hardware/interfaces/keymaster/4.0/support/
H A Dkeymaster_utils.cpp63 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 Dkeystore_hidl_support.h93 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 DHardwareAuthTokenUtilsTest.java60 hardwareAuthToken.authenticatorType = testAuthenticatorType; in testHardwareAuthTokenLoopBack()
76 assertEquals(testAuthenticatorType, hardwareAuthToken2.authenticatorType); in testHardwareAuthTokenLoopBack()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DHardwareAuthTokenUtils.java47 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 DAndroidKeyStoreSecretKeyFactorySpi.java152 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 Dauth_token_formatting_test.cpp152 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 DKeyMintAidlUtils.cpp29 sizeof(token.authenticatorId) + sizeof(token.authenticatorType) + in authToken2AidlVec()
44 pos = copy_bytes_to_iterator(token.authenticatorType, pos); in authToken2AidlVec()
H A DKeyMintUtils.cpp103 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 Dkeystore_hidl_support.h106 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 DAuthenticatorSpec.aidl38 android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType;
/aosp12/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
H A DAuthenticatorSpec.aidl38 android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType;
/aosp12/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
H A DAuthenticatorSpec.aidl32 HardwareAuthenticatorType authenticatorType;
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/1/android/hardware/keymaster/
H A DHardwareAuthToken.aidl24 android.hardware.keymaster.HardwareAuthenticatorType authenticatorType;
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/2/android/hardware/keymaster/
H A DHardwareAuthToken.aidl24 android.hardware.keymaster.HardwareAuthenticatorType authenticatorType;
/aosp12/hardware/interfaces/keymaster/aidl/android/hardware/keymaster/
H A DHardwareAuthToken.aidl58 HardwareAuthenticatorType authenticatorType = HardwareAuthenticatorType.NONE;
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/3/android/hardware/keymaster/
H A DHardwareAuthToken.aidl40 …android.hardware.keymaster.HardwareAuthenticatorType authenticatorType = android.hardware.keymaste…
/aosp12/hardware/interfaces/keymaster/aidl/aidl_api/android.hardware.keymaster/current/android/hardware/keymaster/
H A DHardwareAuthToken.aidl24 …android.hardware.keymaster.HardwareAuthenticatorType authenticatorType = android.hardware.keymaste…
/aosp12/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DHardwareAuthToken.aidl59 HardwareAuthenticatorType authenticatorType = HardwareAuthenticatorType.NONE;
/aosp12/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DHardwareAuthToken.aidl41 …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 DHardwareAuthToken.aidl41 …android.hardware.security.keymint.HardwareAuthenticatorType authenticatorType = android.hardware.s…
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountsDbTest.java273 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 DAuthTokenUtils.java58 hardwareAuthToken.authenticatorType = in toHardwareAuthToken()
/aosp12/system/security/keystore2/src/database/
H A Dperboot.rs40 authenticator_type: tok.authenticatorType, in from_auth_token()
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h259 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 Dmsg_formatting_test.cpp115 expected.authenticatorType = HardwareAuthenticatorType::NONE; in TEST()

12