/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/ |
D | SystemAttestationVerificationTest.kt | 81 Bundle(), selfTrusted.attestation, activity.mainExecutor) { result, _ -> in <lambda>() 92 selfTrusted.requirements, selfTrusted.attestation, activity.mainExecutor) { result, _ -> in <lambda>() 106 wrongKeyRequirements, selfTrusted.attestation, activity.mainExecutor) { result, _ -> in <lambda>() 119 wrongChallengeRequirements, selfTrusted.attestation, activity.mainExecutor) { in <lambda>() 131 selfTrusted.requirements, selfTrusted.attestation, activity.mainExecutor) { result, _ -> in <lambda>() 179 val attestation: ByteArray in <lambda>() constant in android.security.attestationverification.SystemAttestationVerificationTest.TestSelfTrustedAttestation 184 attestation = generateCertificatesByteArray(alias) in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/security/ |
D | AttestationVerificationManagerService.java | 74 byte[] attestation, 80 attestation, resultCallback); 124 byte[] attestation, AndroidFuture<IVerificationResult> resultCallback) { in verifyAttestationForAllVerifiers() argument 134 .verifyAttestation(localBindingType, requirements, attestation); in verifyAttestationForAllVerifiers() 142 localBindingType, requirements, attestation); in verifyAttestationForAllVerifiers()
|
D | AttestationVerificationPeerDeviceVerifier.java | 173 @NonNull byte[] attestation) { in verifyAttestation() argument 178 verifyAttestationInternal(localBindingType, requirements, attestation, dumpData); in verifyAttestation() 187 @NonNull byte[] attestation, in verifyAttestationInternal() argument 216 final List<X509Certificate> certificateChain = getCertificates(attestation); in verifyAttestationInternal() 253 private List<X509Certificate> getCertificates(byte[] attestation) in getCertificates() argument 256 ByteArrayInputStream bis = new ByteArrayInputStream(attestation); in getCertificates()
|
D | AttestationVerificationSelfTrustedVerifierForTesting.java | 137 int localBindingType, @NonNull Bundle requirements, @NonNull byte[] attestation) { in verifyAttestation() argument 139 ByteArrayInputStream bis = new ByteArrayInputStream(attestation); in verifyAttestation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/ |
D | CredentialPatternViewBinder.kt | 49 viewModel.validatedAttestation.collect { attestation -> in <lambda>() method 50 val matched = attestation != null in <lambda>() 53 host.onCredentialMatched(attestation!!) in <lambda>()
|
D | CredentialPasswordViewBinder.kt | 64 viewModel.validatedAttestation.collect { attestation -> in <lambda>() method 65 if (attestation != null) { in <lambda>() 70 host.onCredentialMatched(attestation) in <lambda>()
|
/frameworks/proto_logging/stats/atoms/rkpd/ |
D | rkpd_extension_atoms.proto | 33 * Status of the attestation key pool related to Remote Key Provisioning. 45 * The number of signed attestation certificate chains which are 51 * The number of signed attestation certificate chains which have 57 * The total number of attestation keys.
|
/frameworks/base/core/java/android/security/attestationverification/ |
D | IAttestationVerificationService.aidl | 31 in byte[] attestation, in onVerifyAttestation() argument
|
D | AttestationVerificationService.java | 99 @NonNull byte[] attestation); in onVerifyPeerDeviceAttestation() argument
|
D | IAttestationVerificationManagerService.aidl | 36 in byte[] attestation, in verifyAttestation() argument
|
D | AttestationVerificationManager.java | 109 @NonNull byte[] attestation, in verifyAttestation() argument 121 mService.verifyAttestation(profile, localBindingType, requirements, attestation, in verifyAttestation()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/ |
D | CredentialView.kt | 16 fun onCredentialMatched(attestation: ByteArray)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
D | CredentialViewModelTest.kt | 129 val attestation = attestations.removeLastOrNull() in <lambda>() constant 130 assertThat(attestation).isSameInstanceAs(hat) in <lambda>()
|
/frameworks/proto_logging/stats/atoms/federatedcompute/ |
D | federatedcompute_extension_atoms.proto | 111 // The wall time of generating keys and attestation record in milliseconds.
|
/frameworks/proto_logging/stats/enums/federatedcompute/ |
D | enums.proto | 232 // Client successfully generates an attestation record.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 259 public void onCredentialMatched(@NonNull byte[] attestation) { in onCredentialMatched() argument 260 mCredentialAttestation = attestation; in onCredentialMatched()
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1004 // The status of the KAnon key attestation certificate generation operation
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 17655 * iii) attestation of the keys 17750 /** Key creation event, operation event or attestation event? */ 17753 /** Was the key creation, operation, or attestation successful? */ 17808 // Indicates whether key attestation is requested in creation 17936 // Usable as an attestation signing key. 18060 * Logs: Status of the attestation key pool related to 18067 * attestation pool status. 18072 * The number of signed attestation certificate chains which are 18078 * The number of signed attestation certificate chains which have 18084 * The number of signed attestation keys. [all …]
|