HomeSort by relevance Sort by last modified time
    Searched refs:CBC (Results 1 - 25 of 53) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
rpc_des.h 48 CBC, ECB
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
rpc_des.h 48 CBC, ECB
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Blowfish.java 34 public static class CBC
37 public CBC()
88 // provider.addAlgorithm("Cipher", MiscObjectIdentifiers.cryptlib_algorithm_blowfish_CBC, PREFIX + "$CBC");
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.h 58 struct CBC
113 send_curl_req (char *url, struct CBC *cbc, const char *cipher_suite,
test_tls_options.c 47 struct CBC cbc; local
48 if (NULL == (cbc.buf = malloc (sizeof (char) * 256)))
54 cbc.size = 256;
55 cbc.pos = 0;
60 free (cbc.buf);
67 send_curl_req (url, &cbc, cipher_suite, curl_req_ssl_version))
69 free (cbc.buf);
74 free (cbc.buf);
131 MHD_OPTION_HTTPS_PRIORITIES, "NONE:+VERS-TLS1.0:+AES-128-CBC:+SHA1:+RSA:+COMP-NULL"
    [all...]
  /external/libmicrohttpd/src/testcurl/
test_get_chunked.c 50 struct CBC
60 struct CBC *cbc = ctx; local
62 if (cbc->pos + size * nmemb > cbc->size)
64 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
65 cbc->pos += size * nmemb;
133 validate (struct CBC cbc, int ebase
161 struct CBC cbc; local
203 struct CBC cbc; local
245 struct CBC cbc; local
288 struct CBC cbc; local
    [all...]
test_digestauth.c 51 struct CBC
61 struct CBC *cbc = ctx; local
63 if (cbc->pos + size * nmemb > cbc->size)
65 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
66 cbc->pos += size * nmemb;
134 struct CBC cbc; local
    [all...]
test_digestauth_with_arguments.c 50 struct CBC
60 struct CBC *cbc = ctx; local
62 if (cbc->pos + size * nmemb > cbc->size)
64 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
65 cbc->pos += size * nmemb;
133 struct CBC cbc; local
    [all...]
test_urlparse.c 51 struct CBC
61 struct CBC *cbc = ctx; local
63 if (cbc->pos + size * nmemb > cbc->size)
65 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
66 cbc->pos += size * nmemb;
131 struct CBC cbc; local
    [all...]
test_iplimit.c 56 struct CBC
66 struct CBC *cbc = ctx; local
68 if (cbc->pos + size * nmemb > cbc->size)
70 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
71 cbc->pos += size * nmemb;
130 struct CBC cbc[3] local
221 struct CBC cbc[3]; local
    [all...]
test_timeout.c 45 struct CBC
111 struct CBC *cbc = ctx; local
113 if (cbc->pos + size * nmemb > cbc->size)
115 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
116 cbc->pos += size * nmemb;
167 struct CBC cbc; local
223 struct CBC cbc; local
    [all...]
test_get_sendfile.c 56 struct CBC
66 struct CBC *cbc = ctx; local
68 if (cbc->pos + size * nmemb > cbc->size)
70 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
71 cbc->pos += size * nmemb;
122 struct CBC cbc; local
171 struct CBC cbc; local
220 struct CBC cbc; local
270 struct CBC cbc; local
393 struct CBC cbc; local
    [all...]
perf_get.c 130 struct CBC
143 struct CBC *cbc = ctx; local
145 if (cbc->pos + size * nmemb > cbc->size)
147 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
148 cbc->pos += size * nmemb;
186 struct CBC cbc; local
246 struct CBC cbc; local
305 struct CBC cbc; local
365 struct CBC cbc; local
    [all...]
test_large_put.c 61 struct CBC
85 struct CBC *cbc = ctx; local
87 if (cbc->pos + size * nmemb > cbc->size)
89 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
90 cbc->pos += size * nmemb;
146 struct CBC cbc; local
204 struct CBC cbc; local
265 struct CBC cbc; local
327 struct CBC cbc; local
    [all...]
test_post_loop.c 53 struct CBC
63 struct CBC *cbc = ctx; local
65 if (cbc->pos + size * nmemb > cbc->size)
67 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
68 cbc->pos += size * nmemb;
115 struct CBC cbc; local
179 struct CBC cbc; local
243 struct CBC cbc; local
308 struct CBC cbc; local
    [all...]
test_postform.c 51 struct CBC
76 struct CBC *cbc = ctx; local
78 if (cbc->pos + size * nmemb > cbc->size)
80 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
81 cbc->pos += size * nmemb;
179 struct CBC cbc; local
235 struct CBC cbc; local
291 struct CBC cbc; local
348 struct CBC cbc; local
    [all...]
  /external/libmicrohttpd/src/testzzuf/
test_get.c 43 struct CBC
53 struct CBC *cbc = ctx; local
55 if (cbc->pos + size * nmemb > cbc->size)
57 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
58 cbc->pos += size * nmemb;
101 struct CBC cbc; local
145 struct CBC cbc; local
190 struct CBC cbc; local
    [all...]
test_get_chunked.c 41 struct CBC
51 struct CBC *cbc = ctx; local
53 if (cbc->pos + size * nmemb > cbc->size)
55 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
56 cbc->pos += size * nmemb;
127 struct CBC cbc; local
168 struct CBC cbc; local
210 struct CBC cbc; local
    [all...]
test_long_header.c 56 struct CBC
99 struct CBC cbc; local
103 cbc.buf = buf;
104 cbc.size = 2048;
105 cbc.pos = 0;
130 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc);
160 struct CBC cbc; local
165 cbc.buf = buf
    [all...]
test_post.c 46 struct CBC
71 struct CBC *cbc = ctx; local
73 if (cbc->pos + size * nmemb > cbc->size)
75 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
76 cbc->pos += size * nmemb;
154 struct CBC cbc; local
205 struct CBC cbc; local
258 struct CBC cbc; local
    [all...]
test_post_form.c 44 struct CBC
69 struct CBC *cbc = ctx; local
71 if (cbc->pos + size * nmemb > cbc->size)
73 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
74 cbc->pos += size * nmemb;
172 struct CBC cbc; local
223 struct CBC cbc; local
274 struct CBC cbc; local
    [all...]
test_put.c 44 struct CBC
68 struct CBC *cbc = ctx; local
70 if (cbc->pos + size * nmemb > cbc->size)
72 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
73 cbc->pos += size * nmemb;
123 struct CBC cbc; local
174 struct CBC cbc; local
226 struct CBC cbc; local
    [all...]
test_put_chunked.c 42 struct CBC
68 struct CBC *cbc = ctx; local
70 if (cbc->pos + size * nmemb > cbc->size)
72 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
73 cbc->pos += size * nmemb;
129 struct CBC cbc; local
180 struct CBC cbc; local
238 struct CBC cbc; local
    [all...]
test_put_large.c 52 struct CBC
76 struct CBC *cbc = ctx; local
78 if (cbc->pos + size * nmemb > cbc->size)
80 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb);
81 cbc->pos += size * nmemb;
136 struct CBC cbc; local
188 struct CBC cbc; local
241 struct CBC cbc; local
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreUnauthenticatedAESCipherSpi.java 62 abstract static class CBC extends AndroidKeyStoreUnauthenticatedAESCipherSpi {
63 protected CBC(int keymasterPadding) {
67 public static class NoPadding extends CBC {
73 public static class PKCS7Padding extends CBC {

Completed in 788 milliseconds

1 2 3