Home
last modified time | relevance | path

Searched refs:CipherAlgorithm (Results 1 – 11 of 11) sorted by relevance

/external/okio/okio/src/jvmTest/kotlin/okio/
DCipherAlgorithm.kt22 data class CipherAlgorithm( in <lambda>() class
49 CipherAlgorithm("AES/CBC/NoPadding", false, 16, 16), in <lambda>()
50 CipherAlgorithm("AES/CBC/PKCS5Padding", true, 16, 16), in <lambda>()
51 CipherAlgorithm("AES/ECB/NoPadding", false, 16), in <lambda>()
52 CipherAlgorithm("AES/ECB/PKCS5Padding", true, 16), in <lambda>()
53 CipherAlgorithm("DES/CBC/NoPadding", false, 8, 8), in <lambda>()
54 CipherAlgorithm("DES/CBC/PKCS5Padding", true, 8, 8), in <lambda>()
55 CipherAlgorithm("DES/ECB/NoPadding", false, 8), in <lambda>()
56 CipherAlgorithm("DES/ECB/PKCS5Padding", true, 8), in <lambda>()
57 CipherAlgorithm("DESede/CBC/NoPadding", false, 24, 8), in <lambda>()
[all …]
DCipherSinkTest.kt24 class CipherSinkTest(private val cipherAlgorithm: CipherAlgorithm) { in <lambda>()
28 val parameters: List<CipherAlgorithm> in <lambda>()
29 get() = CipherAlgorithm.BLOCK_CIPHER_ALGORITHMS in <lambda>()
DCipherSourceTest.kt24 class CipherSourceTest(private val cipherAlgorithm: CipherAlgorithm) {
28 val parameters: List<CipherAlgorithm>
29 get() = CipherAlgorithm.BLOCK_CIPHER_ALGORITHMS
/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Dalgorithms.py9 BlockCipherAlgorithm, CipherAlgorithm
27 @utils.register_interface(CipherAlgorithm)
43 @utils.register_interface(CipherAlgorithm)
58 @utils.register_interface(CipherAlgorithm)
77 @utils.register_interface(CipherAlgorithm)
92 @utils.register_interface(CipherAlgorithm)
106 @utils.register_interface(CipherAlgorithm)
119 @utils.register_interface(CipherAlgorithm)
134 @utils.register_interface(CipherAlgorithm)
148 @utils.register_interface(CipherAlgorithm)
D__init__.py9 BlockCipherAlgorithm, Cipher, CipherAlgorithm, CipherContext
Dbase.py21 class CipherAlgorithm(object): class
104 if not isinstance(algorithm, CipherAlgorithm):
/external/python/cryptography/tests/
Ddoubles.py10 from cryptography.hazmat.primitives.ciphers import CipherAlgorithm
14 @utils.register_interface(CipherAlgorithm)
/external/scapy/scapy/layers/tls/crypto/
Dcipher_block.py20 CipherAlgorithm)
187 @register_interface(CipherAlgorithm)
/external/python/cryptography/docs/hazmat/backends/
Dinterfaces.rst32 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`.
49 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`.
68 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`.
/external/python/cryptography/docs/hazmat/primitives/
Dsymmetric-encryption.rst48 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`
702 .. class:: CipherAlgorithm
751 :param cryptography.hazmat.primitives.ciphers.CipherAlgorithm algorithm:
/external/python/cryptography/
DCHANGELOG.rst1025 :class:`~cryptography.hazmat.primitives.ciphers.CipherAlgorithm`, and