Home
last modified time | relevance | path

Searched refs:CBC (Results 1 – 25 of 92) sorted by relevance

1234

/external/boringssl/src/crypto/cipher/test/
Dcipher_test.txt33 # DES EDE3 CBC tests (from destest)
34 Cipher = DES-EDE3-CBC
41 # DES EDE CBC tests
42 Cipher = DES-EDE-CBC
120 # For all CBC encrypts and decrypts, the transformed sequence is
121 # AES-bits-CBC:key:IV/ciphertext':plaintext:ciphertext:encdec
122 # CBC-AES128.Encrypt and CBC-AES128.Decrypt
123 Cipher = AES-128-CBC
129 Cipher = AES-128-CBC
135 Cipher = AES-128-CBC
[all …]
/external/libmicrohttpd/src/testcurl/
Dtest_get_chunked.c50 struct CBC struct
60 struct CBC *cbc = ctx; in copyBuffer() argument
133 validate (struct CBC cbc, int ebase) in validate()
161 struct CBC cbc; in testInternalGet()
203 struct CBC cbc; in testMultithreadedGet()
245 struct CBC cbc; in testMultithreadedPoolGet()
288 struct CBC cbc; in testExternalGet()
Dtest_get_sendfile.c56 struct CBC struct
66 struct CBC *cbc = ctx; in copyBuffer() argument
122 struct CBC cbc; in testInternalGet()
171 struct CBC cbc; in testMultithreadedGet()
220 struct CBC cbc; in testMultithreadedPoolGet()
270 struct CBC cbc; in testExternalGet()
393 struct CBC cbc; in testUnknownPortGet()
Dtest_put_chunked.c47 struct CBC struct
73 struct CBC *cbc = ctx; in copyBuffer() argument
136 struct CBC cbc; in testInternalPut()
192 struct CBC cbc; in testMultithreadedPut()
249 struct CBC cbc; in testMultithreadedPoolPut()
308 struct CBC cbc; in testExternalPut()
Dtest_get.c58 struct CBC struct
68 struct CBC *cbc = ctx; in copyBuffer() argument
116 struct CBC cbc; in testInternalGet()
166 struct CBC cbc; in testMultithreadedGet()
216 struct CBC cbc; in testMultithreadedPoolGet()
267 struct CBC cbc; in testExternalGet()
391 struct CBC cbc; in testUnknownPortGet()
556 struct CBC cbc; in testEmptyGet()
Dtest_timeout.c45 struct CBC struct
111 struct CBC *cbc = ctx; in copyBuffer()
167 struct CBC cbc; in testWithoutTimeout()
223 struct CBC cbc; in testWithTimeout()
Dtest_iplimit.c56 struct CBC struct
66 struct CBC *cbc = ctx; in copyBuffer() argument
130 struct CBC cbc[3]; in testMultithreadedGet()
221 struct CBC cbc[3]; in testMultithreadedPoolGet()
Dtest_process_headers.c49 struct CBC struct
59 struct CBC *cbc = ctx; in copyBuffer() argument
154 struct CBC cbc; in testInternalGet()
203 struct CBC cbc; in testMultithreadedGet()
252 struct CBC cbc; in testMultithreadedPoolGet()
302 struct CBC cbc; in testExternalGet()
Dtest_put.c48 struct CBC struct
72 struct CBC *cbc = ctx; in copyBuffer() argument
126 struct CBC cbc; in testInternalPut()
182 struct CBC cbc; in testMultithreadedPut()
239 struct CBC cbc; in testMultithreadedPoolPut()
298 struct CBC cbc; in testExternalPut()
Dperf_get.c130 struct CBC struct
143 struct CBC *cbc = ctx; in copyBuffer() argument
186 struct CBC cbc; in testInternalGet()
246 struct CBC cbc; in testMultithreadedGet()
305 struct CBC cbc; in testMultithreadedPoolGet()
365 struct CBC cbc; in testExternalGet()
Dtest_urlparse.c51 struct CBC struct
61 struct CBC *cbc = ctx; in copyBuffer() argument
131 struct CBC cbc; in testInternalGet()
Dtest_postform.c51 struct CBC struct
76 struct CBC *cbc = ctx; in copyBuffer() argument
179 struct CBC cbc; in testInternalPost()
235 struct CBC cbc; in testMultithreadedPost()
291 struct CBC cbc; in testMultithreadedPoolPost()
348 struct CBC cbc; in testExternalPost()
Dtest_post_loop.c53 struct CBC struct
63 struct CBC *cbc = ctx; in copyBuffer() argument
115 struct CBC cbc; in testInternalPost()
179 struct CBC cbc; in testMultithreadedPost()
243 struct CBC cbc; in testMultithreadedPoolPost()
308 struct CBC cbc; in testExternalPost()
Dtest_large_put.c61 struct CBC struct
85 struct CBC *cbc = ctx; in copyBuffer() argument
146 struct CBC cbc; in testInternalPut()
204 struct CBC cbc; in testMultithreadedPut()
265 struct CBC cbc; in testMultithreadedPoolPut()
327 struct CBC cbc; in testExternalPut()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipher.java59 CBC, enumConstant
636 public static class CBC extends AES { class in OpenSSLCipher.EVP_CIPHER.AES
637 public CBC(Padding padding) { in CBC() method in OpenSSLCipher.EVP_CIPHER.AES.CBC
638 super(Mode.CBC, padding); in CBC()
641 public static class NoPadding extends CBC {
647 public static class PKCS5Padding extends CBC {
694 case CBC: in checkSupportedMode()
738 public static class CBC extends DESEDE { class in OpenSSLCipher.EVP_CIPHER.DESEDE
739 public CBC(Padding padding) { in CBC() method in OpenSSLCipher.EVP_CIPHER.DESEDE.CBC
740 super(Mode.CBC, padding); in CBC()
[all …]
/external/libmicrohttpd/src/testzzuf/
Dtest_get_chunked.c41 struct CBC struct
51 struct CBC *cbc = ctx; in copyBuffer() argument
127 struct CBC cbc; in testInternalGet()
168 struct CBC cbc; in testMultithreadedGet()
210 struct CBC cbc; in testExternalGet()
Dtest_get.c43 struct CBC struct
53 struct CBC *cbc = ctx; in copyBuffer() argument
101 struct CBC cbc; in testInternalGet()
145 struct CBC cbc; in testMultithreadedGet()
190 struct CBC cbc; in testExternalGet()
Dtest_put_chunked.c42 struct CBC struct
68 struct CBC *cbc = ctx; in copyBuffer() argument
129 struct CBC cbc; in testInternalPut()
180 struct CBC cbc; in testMultithreadedPut()
238 struct CBC cbc; in testExternalPut()
Dtest_put.c44 struct CBC struct
68 struct CBC *cbc = ctx; in copyBuffer() argument
123 struct CBC cbc; in testInternalPut()
174 struct CBC cbc; in testMultithreadedPut()
226 struct CBC cbc; in testExternalPut()
Dtest_put_large.c52 struct CBC struct
76 struct CBC *cbc = ctx; in copyBuffer() argument
136 struct CBC cbc; in testInternalPut()
188 struct CBC cbc; in testMultithreadedPut()
241 struct CBC cbc; in testExternalPut()
Dtest_post.c46 struct CBC struct
71 struct CBC *cbc = ctx; in copyBuffer() argument
154 struct CBC cbc; in testInternalPost()
205 struct CBC cbc; in testMultithreadedPost()
258 struct CBC cbc; in testExternalPost()
Dtest_post_form.c44 struct CBC struct
69 struct CBC *cbc = ctx; in copyBuffer() argument
172 struct CBC cbc; in testInternalPost()
223 struct CBC cbc; in testMultithreadedPost()
274 struct CBC cbc; in testExternalPost()
Dtest_long_header.c56 struct CBC struct
99 struct CBC cbc; in testLongUrlGet()
160 struct CBC cbc; in testLongHeaderGet()
/external/boringssl/src/crypto/obj/
Dobjects.txt145 ISO-US 113533 7 66 10 : CAST5-CBC : cast5-cbc
151 !Cname pbeWithMD5AndCast5-CBC
183 pkcs5 1 : PBE-MD2-DES : pbeWithMD2AndDES-CBC
184 pkcs5 3 : PBE-MD5-DES : pbeWithMD5AndDES-CBC
185 pkcs5 4 : PBE-MD2-RC2-64 : pbeWithMD2AndRC2-CBC
186 pkcs5 6 : PBE-MD5-RC2-64 : pbeWithMD5AndRC2-CBC
187 pkcs5 10 : PBE-SHA1-DES : pbeWithSHA1AndDES-CBC
188 pkcs5 11 : PBE-SHA1-RC2-64 : pbeWithSHA1AndRC2-CBC
342 !Cname pbe-WithSHA1And3_Key_TripleDES-CBC
343 pkcs12-pbeids 3 : PBE-SHA1-3DES : pbeWithSHA1And3-KeyTripleDES-CBC
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DBlowfish.java34 public static class CBC class in Blowfish
37 public CBC() in CBC() method in Blowfish.CBC

1234