Home
last modified time | relevance | path

Searched refs:obfuscation (Results 1 – 25 of 30) sorted by relevance

12

/external/tpm2/
DAttest_spt.c71 UINT64 obfuscation[2]; in FillInAttestInfo() local
85 &attest->qualifiedSigner.b, NULL, 128, (BYTE *)&obfuscation[0], NULL); in FillInAttestInfo()
87 attest->firmwareVersion += obfuscation[0]; in FillInAttestInfo()
88 attest->clockInfo.resetCount += (UINT32)(obfuscation[1] >> 32); in FillInAttestInfo()
89 attest->clockInfo.restartCount += (UINT32)obfuscation[1]; in FillInAttestInfo()
/external/proguard/examples/
Dproguard.pro17 # Write out an obfuscation mapping file, for de-obfuscating any stack traces
18 # later on, or for incremental obfuscation of extensions.
23 # to get the same obfuscation name.
66 # If you want to preserve the WTK obfuscation plug-in, you'll have to specify
Dretrace.pro20 # perform incremental obfuscation based on its mapping file, and only keep the
27 # to get the same obfuscation name.
Dmidlets.pro20 # to get the same obfuscation name.
37 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dproguardgui.pro21 # perform incremental obfuscation based on its mapping file, and only keep the
33 # to get the same obfuscation name.
Dapplications.pro18 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dservlets.pro15 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dapplets.pro14 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dproguardall.pro28 # to get the same obfuscation name.
Dlibrary.pro16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack
/external/proguard/examples/gradle/
Dproguard.gradle37 // Write out an obfuscation mapping file, for de-obfuscating any stack traces
38 // later on, or for incremental obfuscation of extensions.
43 // to get the same obfuscation name.
87 // If you want to preserve the WTK obfuscation plug-in, you'll have to specify
Dretrace.gradle40 // perform incremental obfuscation based on its mapping file, and only keep the
47 // to get the same obfuscation name.
Dproguardgui.gradle41 // perform incremental obfuscation based on its mapping file, and only keep the
53 // to get the same obfuscation name.
Dmidlets.gradle40 // to get the same obfuscation name.
57 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dapplets.gradle34 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dservlets.gradle35 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dapplications.gradle38 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
Dproguardall.gradle49 // to get the same obfuscation name.
/external/proguard/examples/dictionaries/
Dkeywords.txt2 # This obfuscation dictionary contains reserved Java keywords. They can't
4 # Note that this hardly improves the obfuscation. Decent decompilers can
Dcompact.txt2 # This obfuscation dictionary contains strings that are already present
Dshakespeare.txt2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
Dwindows.txt2 # This obfuscation dictionary contains names that are not allowed as file names
/external/conscrypt/android/
Dproguard-rules.pro11 # TODO(kroot): Need anything special to prevent obfuscation?
/external/conscrypt/platform/
Dproguard-rules.pro11 # TODO(kroot): Need anything special to prevent obfuscation?
/external/proguard/src/proguard/gui/
DGUIResources.properties1 # ProGuard -- shrinking, optimization, and obfuscation of Java class files.
22 obfuscation = Obfuscation key
105 classObfuscationDictionary = Class obfuscation dictionary
106 packageObfuscationDictionary = Package obfuscation dictionary
171 Print out the obfuscation mapping of original names to obfuscated names.
184 <html>Make sure fields and methods get the same obfuscation mapping across classes, even<br>\
317 allowObfuscation = Allow obfuscation
544 selectObfuscationDictionaryFile = Select an obfuscation dictionary...

12