Searched refs:obfuscation (Results 1 – 25 of 30) sorted by relevance
12
/external/tpm2/ |
D | Attest_spt.c | 71 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/ |
D | proguard.pro | 17 # 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
|
D | retrace.pro | 20 # perform incremental obfuscation based on its mapping file, and only keep the 27 # to get the same obfuscation name.
|
D | midlets.pro | 20 # to get the same obfuscation name. 37 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | proguardgui.pro | 21 # perform incremental obfuscation based on its mapping file, and only keep the 33 # to get the same obfuscation name.
|
D | applications.pro | 18 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | servlets.pro | 15 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | applets.pro | 14 # Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | proguardall.pro | 28 # to get the same obfuscation name.
|
D | library.pro | 16 # Save the obfuscation mapping to a file, so we can de-obfuscate any stack
|
/external/proguard/examples/gradle/ |
D | proguard.gradle | 37 // 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
|
D | retrace.gradle | 40 // perform incremental obfuscation based on its mapping file, and only keep the 47 // to get the same obfuscation name.
|
D | proguardgui.gradle | 41 // perform incremental obfuscation based on its mapping file, and only keep the 53 // to get the same obfuscation name.
|
D | midlets.gradle | 40 // to get the same obfuscation name. 57 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | applets.gradle | 34 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | servlets.gradle | 35 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | applications.gradle | 38 // Save the obfuscation mapping to a file, so you can de-obfuscate any stack
|
D | proguardall.gradle | 49 // to get the same obfuscation name.
|
/external/proguard/examples/dictionaries/ |
D | keywords.txt | 2 # This obfuscation dictionary contains reserved Java keywords. They can't 4 # Note that this hardly improves the obfuscation. Decent decompilers can
|
D | compact.txt | 2 # This obfuscation dictionary contains strings that are already present
|
D | shakespeare.txt | 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
|
D | windows.txt | 2 # This obfuscation dictionary contains names that are not allowed as file names
|
/external/conscrypt/android/ |
D | proguard-rules.pro | 11 # TODO(kroot): Need anything special to prevent obfuscation?
|
/external/conscrypt/platform/ |
D | proguard-rules.pro | 11 # TODO(kroot): Need anything special to prevent obfuscation?
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 1 # 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