Home
last modified time | relevance | path

Searched refs:IntegrityUtils (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/integrity/
H A DIntegrityUtilsTest.java38 assertArrayEquals(BYTES, IntegrityUtils.getBytesFromHexDigest(HEX_DIGEST)); in testGetBytesFromHexDigest()
43 assertThat(IntegrityUtils.getHexDigest(BYTES)).isEqualTo(HEX_DIGEST); in testGetHexDigest()
51 () -> IntegrityUtils.getBytesFromHexDigest("ABC")); in testInvalidHexDigest_mustHaveEvenLength()
60 () -> IntegrityUtils.getBytesFromHexDigest("GH")); in testInvalidHexDigest_invalidHexChar()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DBinaryFileOperations.java22 import android.content.integrity.IntegrityUtils;
66 return IntegrityUtils.getHexDigest(byteBuffer.array()); in getStringValue()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/parser/
H A DBinaryFileOperationsTest.java29 import android.content.integrity.IntegrityUtils;
75 .isEqualTo(IntegrityUtils.getHexDigest( in testGetHashedStringValue()
H A DRuleBinaryParserTest.java39 import android.content.integrity.IntegrityUtils;
331 IntegrityUtils.getHexDigest( in testBinaryString_validAtomicFormula_hashedValue_noIndexing()
365 IntegrityUtils.getHexDigest( in testBinaryString_validAtomicFormulaWithCertificateLineage()
/aosp14/frameworks/base/core/java/android/content/integrity/
H A DIntegrityUtils.java26 public class IntegrityUtils { class
H A DAtomicFormula.java523 return IntegrityUtils.getHexDigest(hashBytes); in hash()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/serializer/
H A DRuleBinarySerializer.java42 import android.content.integrity.IntegrityUtils;
322 return IntegrityUtils.getBytesFromHexDigest(value); in getBytesForString()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/serializer/
H A DRuleBinarySerializerTest.java46 import android.content.integrity.IntegrityUtils;
397 IntegrityUtils.getHexDigest( in testBinaryString_serializeValidAtomicFormula_hashedValue()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java27 import static android.content.integrity.IntegrityUtils.getHexDigest;
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes1479 android.content.integrity.IntegrityUtils
H A Dboot-image-profile.txt24262 Landroid/content/integrity/IntegrityUtils;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes1483 android.content.integrity.IntegrityUtils
H A Dboot-image-profile.txt34369 Landroid/content/integrity/IntegrityUtils;