Searched refs:IDEA (Results 1 – 25 of 47) sorted by relevance
12
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_idea.py | 21 algorithms.IDEA(b"\x00" * 16), modes.ECB() 31 lambda key, **kwargs: algorithms.IDEA(binascii.unhexlify((key))), 38 algorithms.IDEA(b"\x00" * 16), modes.CBC(b"\x00" * 8) 48 lambda key, **kwargs: algorithms.IDEA(binascii.unhexlify((key))), 55 algorithms.IDEA(b"\x00" * 16), modes.OFB(b"\x00" * 8) 65 lambda key, **kwargs: algorithms.IDEA(binascii.unhexlify((key))), 72 algorithms.IDEA(b"\x00" * 16), modes.CFB(b"\x00" * 8) 82 lambda key, **kwargs: algorithms.IDEA(binascii.unhexlify((key))),
|
D | test_ciphers.py | 17 AES, ARC4, Blowfish, CAST5, Camellia, IDEA, SEED, TripleDES 165 cipher = IDEA(b"\x00" * 16) 170 IDEA(b"\x00" * 17) 174 IDEA(u"0" * 16)
|
/external/python/cryptography/docs/development/custom-vectors/ |
D | idea.rst | 1 IDEA vector creation 4 This page documents the code that was used to generate the IDEA CBC, CFB, and 12 ``cryptography`` was modified to support IDEA in CBC, CFB, and OFB modes. Then
|
/external/smali/smalidea/ |
D | build.gradle | 107 // This prints out the directories that can be used to configure a plugin sdk in IDEA, using 108 // the copy of IDEA downloaded by the org.jetbrains.intellij plugin 112 println "IDEA Plugin jdk: ${intellij.ideaDependency.classes}" 131 .@'project-jdk-type' = 'IDEA JDK'*/ 161 jdkName = 'IDEA Plugin jdk'
|
/external/jackson-annotations/ |
D | .gitignore | 18 # IDEA
|
/external/jackson-databind/ |
D | .gitignore | 19 # IDEA
|
/external/glide/third_party/disklrucache/ |
D | .gitignore | 7 #IntelliJ IDEA
|
/external/jackson-core/ |
D | .gitignore | 19 # IDEA
|
/external/conscrypt/ |
D | .gitignore | 9 # IntelliJ IDEA
|
/external/grpc-grpc-java/ |
D | .gitignore | 19 # IntelliJ IDEA
|
/external/opencensus-java/ |
D | .gitignore | 17 # IntelliJ IDEA
|
/external/kotlinx.atomicfu/gradle/ |
D | targets.gradle | 6 * This is a hack to avoid creating unsupported native source sets when importing project into IDEA
|
/external/exoplayer/ |
D | .gitignore | 8 # IntelliJ IDEA
|
/external/dokka/ |
D | README.md | 460 Alternatively, open the project directory in IntelliJ IDEA and use the IDE to build and run Dokka. 462 Here's how to import and configure Dokka in IntelliJ IDEA: 464 * Select "Open" from the IDEA welcome screen, or File > Open if a project is 467 * Note: IDEA may have an error after the project is initally opened; it is OK 469 * After IDEA opens the project, select File > New > Module from existing sources 472 * After Dokka is loaded into IDEA, open the Gradle tool window (View > Tool 480 * Note: After closing and re-opening the project, IDEA may give an error
|
D | .gitignore | 94 # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
/external/exoplayer/tree/ |
D | .gitignore | 8 # IntelliJ IDEA
|
/external/kotlinx.coroutines/ |
D | gradle.properties | 61 …ented out, and the property is set conditionally in build.gradle, because IDEA doesn't work with i…
|
/external/python/cryptography/docs/development/custom-vectors/idea/ |
D | generate_idea.py | 9 algorithms.IDEA(binascii.unhexlify(key)),
|
/external/grpc-grpc-java/examples/ |
D | build.gradle | 59 // Inform IDEs like IntelliJ IDEA, Eclipse or NetBeans about the generated code. 69 // Generate IntelliJ IDEA's .idea & .iml project files
|
/external/python/cryptography/vectors/cryptography_vectors/ciphers/IDEA/ |
D | idea-cbc.txt | 1 # IDEA CBC vectors built for https://github.com/pyca/cryptography
|
D | idea-cfb.txt | 1 # IDEA CFB vectors built for https://github.com/pyca/cryptography
|
D | idea-ofb.txt | 1 # IDEA OFB vectors built for https://github.com/pyca/cryptography
|
/external/grpc-grpc-java/examples/example-kotlin/ |
D | build.gradle | 4 // Generate IntelliJ IDEA's .idea & .iml project files
|
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/ |
D | algorithms.py | 120 class IDEA(object): class
|
/external/curl/docs/ |
D | CIPHERS.md | 31 `IDEA-CBC-SHA` 46 `IDEA-CBC-SHA` 448 `IDEA-CBC-SHA`,
|
12