HomeSort by relevance Sort by last modified time
    Searched refs:obfuscation (Results 1 - 3 of 3) sorted by null

  /external/tpm2/
Attest_spt.c 71 UINT64 obfuscation[2]; local
85 &attest->qualifiedSigner.b, NULL, 128, (BYTE *)&obfuscation[0], NULL);
87 attest->firmwareVersion += obfuscation[0];
88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32);
89 attest->clockInfo.restartCount += (UINT32)obfuscation[1];
  /build/make/core/
java.mk 135 # intermediate Jack library without shrink and obfuscation
535 ifneq ($(filter-out full custom nosystem obfuscation optimization shrinktests,$(LOCAL_PROGUARD_ENABLED)),)
594 ifeq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
595 # By default no obfuscation
597 endif # No obfuscation
604 ifeq ($(filter obfuscation,$(LOCAL_PROGUARD_ENABLED)),)
605 # If no obfuscation, link in the instrmented package's classes.jar as a library.
609 else # obfuscation
610 # If obfuscation is enabled, the main app must be obfuscated too.
611 # We need to run obfuscation using the main app's dictionary
    [all...]
  /packages/services/Car/car-support-lib/
Android.mk 44 LOCAL_PROGUARD_ENABLED := custom optimization obfuscation

Completed in 129 milliseconds