/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...] |
/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...] |
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cbc_aes_test.go | 5 // CBC AES test vectors. 29 "CBC-AES128", 41 "CBC-AES192", 53 "CBC-AES256",
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cbc_aes_test.go | 5 // CBC AES test vectors. 29 "CBC-AES128", 41 "CBC-AES192", 53 "CBC-AES256",
|
/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 {
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pem_decrypt_test.go | 86 DEK-Info: DES-CBC,34F09A4FC8DE22B5 111 DEK-Info: DES-EDE3-CBC,C1F4A6A03682C2C7 136 DEK-Info: AES-128-CBC,D4492E793FC835CC038A728ED174F78A 161 DEK-Info: AES-192-CBC,E2C9FB02BCA23ADE1829F8D8BC5F5369 186 DEK-Info: AES-256-CBC,8E7ED5CD731902CE938957A886A5FFBD 213 DEK-Info: AES-128-CBC,74611ABC2571AF11B1BF9B69E62C89E7 229 DEK-Info: AES-128-CBC,74611ABC2571AF11B1BF9B69E62C89E7
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pem_decrypt_test.go | 86 DEK-Info: DES-CBC,34F09A4FC8DE22B5 111 DEK-Info: DES-EDE3-CBC,C1F4A6A03682C2C7 136 DEK-Info: AES-128-CBC,D4492E793FC835CC038A728ED174F78A 161 DEK-Info: AES-192-CBC,E2C9FB02BCA23ADE1829F8D8BC5F5369 186 DEK-Info: AES-256-CBC,8E7ED5CD731902CE938957A886A5FFBD 213 DEK-Info: AES-128-CBC,74611ABC2571AF11B1BF9B69E62C89E7 229 DEK-Info: AES-128-CBC,74611ABC2571AF11B1BF9B69E62C89E7
|