Home
last modified time | relevance | path

Searched refs:fromPEMFileToByteArray (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/AttestationVerificationTest/src/com/android/server/security/
DAttestationVerificationPeerDeviceVerifierTest.kt72 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsSuccessTypeChallenge()
88 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsSuccessLocalPatchOlderThanOneYear()
108 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsSuccessTypePublicKey()
125 TEST_OWNED_BY_SYSTEM_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsSuccessOwnedBySystem()
143 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsFailureOwnedBySystem()
159 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsFailurePatchDateNotWithinOneYearLocalPatch()
175 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsFailureTrustedAnchorEmpty()
197 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsFailureTrustedAnchorMismatch()
212 TEST_ATTESTATION_WITH_ROOT_CERT_FILENAME.fromPEMFileToByteArray() in verifyAttestation_returnsFailureChallenge()
224 private fun String.fromPEMFileToByteArray(): ByteArray { in fromPEMFileToByteArray() method in com.android.server.security.AttestationVerificationPeerDeviceVerifierTest
/frameworks/base/tests/AttestationVerificationTest/src/android/security/attestationverification/
DPeerDeviceSystemAttestationVerificationTest.kt45 invalidAttestationByteArray = TEST_ATTESTATION_CERT_FILENAME.fromPEMFileToByteArray() in <lambda>()
141 private fun String.fromPEMFileToByteArray(): ByteArray { in <lambda>() method in android.security.attestationverification.PeerDeviceSystemAttestationVerificationTest