Home
last modified time | relevance | path

Searched refs:IDEA (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cryptography/tests/hazmat/primitives/
Dtest_idea.py21 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))),
Dtest_ciphers.py17 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/
Didea.rst1 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/
Dbuild.gradle107 // 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.gitignore18 # IDEA
/external/jackson-databind/
D.gitignore19 # IDEA
/external/glide/third_party/disklrucache/
D.gitignore7 #IntelliJ IDEA
/external/jackson-core/
D.gitignore19 # IDEA
/external/conscrypt/
D.gitignore9 # IntelliJ IDEA
/external/grpc-grpc-java/
D.gitignore19 # IntelliJ IDEA
/external/opencensus-java/
D.gitignore17 # IntelliJ IDEA
/external/kotlinx.atomicfu/gradle/
Dtargets.gradle6 * This is a hack to avoid creating unsupported native source sets when importing project into IDEA
/external/exoplayer/
D.gitignore8 # IntelliJ IDEA
/external/dokka/
DREADME.md460 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.gitignore94 # # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
/external/exoplayer/tree/
D.gitignore8 # IntelliJ IDEA
/external/kotlinx.coroutines/
Dgradle.properties61 …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/
Dgenerate_idea.py9 algorithms.IDEA(binascii.unhexlify(key)),
/external/grpc-grpc-java/examples/
Dbuild.gradle59 // 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/
Didea-cbc.txt1 # IDEA CBC vectors built for https://github.com/pyca/cryptography
Didea-cfb.txt1 # IDEA CFB vectors built for https://github.com/pyca/cryptography
Didea-ofb.txt1 # IDEA OFB vectors built for https://github.com/pyca/cryptography
/external/grpc-grpc-java/examples/example-kotlin/
Dbuild.gradle4 // Generate IntelliJ IDEA's .idea & .iml project files
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Dalgorithms.py120 class IDEA(object): class
/external/curl/docs/
DCIPHERS.md31 `IDEA-CBC-SHA`
46 `IDEA-CBC-SHA`
448 `IDEA-CBC-SHA`,

12