/external/libmicrohttpd/src/testzzuf/ |
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/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
|
pem_decrypt.go | 48 name: "DES-CBC", 54 name: "DES-EDE3-CBC", 60 name: "AES-128-CBC", 66 name: "AES-192-CBC", 72 name: "AES-256-CBC",
|
/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
|
pem_decrypt.go | 48 name: "DES-CBC", 54 name: "DES-EDE3-CBC", 60 name: "AES-128-CBC", 66 name: "AES-192-CBC", 72 name: "AES-256-CBC",
|
/external/libmicrohttpd/src/testcurl/ |
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...] |
test_process_headers.c | 49 struct CBC 59 struct CBC *cbc = ctx; local 61 if (cbc->pos + size * nmemb > cbc->size) 63 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 64 cbc->pos += size * nmemb; 154 struct CBC cbc; local 203 struct CBC cbc; local 252 struct CBC cbc; local 302 struct CBC cbc; local [all...] |
test_put.c | 48 struct CBC 72 struct CBC *cbc = ctx; local 74 if (cbc->pos + size * nmemb > cbc->size) 76 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 77 cbc->pos += size * nmemb; 126 struct CBC cbc; local 182 struct CBC cbc; local 239 struct CBC cbc; local 298 struct CBC cbc; local [all...] |
test_put_chunked.c | 47 struct CBC 73 struct CBC *cbc = ctx; local 75 if (cbc->pos + size * nmemb > cbc->size) 77 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 78 cbc->pos += size * nmemb; 136 struct CBC cbc; local 192 struct CBC cbc; local 249 struct CBC cbc; local 308 struct CBC cbc; local [all...] |
test_get.c | 58 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; 116 struct CBC cbc; local 166 struct CBC cbc; local 216 struct CBC cbc; local 267 struct CBC cbc; local 391 struct CBC cbc; local 556 struct CBC cbc; local [all...] |
test_long_header.c | 54 struct CBC 97 struct CBC cbc; local 101 cbc.buf = buf; 102 cbc.size = 2048; 103 cbc.pos = 0; 126 curl_easy_setopt (c, CURLOPT_WRITEDATA, &cbc); 167 struct CBC cbc; local 172 cbc.buf = buf [all...] |
test_parse_cookies.c | 42 struct CBC 52 struct CBC *cbc = ctx; local 54 if (cbc->pos + size * nmemb > cbc->size) 56 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 57 cbc->pos += size * nmemb; 114 struct CBC cbc; local [all...] |
test_process_arguments.c | 41 struct CBC 52 struct CBC *cbc = ctx; local 54 if (cbc->pos + size * nmemb > cbc->size) 56 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 57 cbc->pos += size * nmemb; 117 struct CBC cbc; local [all...] |
test_post.c | 57 struct CBC 82 struct CBC *cbc = ctx; local 84 if (cbc->pos + size * nmemb > cbc->size) 86 memcpy (&cbc->buf[cbc->pos], ptr, size * nmemb); 87 cbc->pos += size * nmemb; 167 struct CBC cbc; local 221 struct CBC cbc; local 275 struct CBC cbc; local 330 struct CBC cbc; local 537 struct CBC cbc; local [all...] |
test_quiesce.c | 50 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; 160 setupCURL (void *cbc) 167 curl_easy_setopt (c, CURLOPT_WRITEDATA, cbc); 187 struct CBC cbc; local 308 struct CBC cbc; local [all...] |
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cbc.go | 5 // Cipher block chaining (CBC) mode. 7 // CBC provides confidentiality by xoring (chaining) each plaintext block 14 type cbc struct { type 21 func newCBC(b Block, iv []byte) *cbc { 22 return &cbc{ 30 type cbcEncrypter cbc 33 // optimized implementation of CBC encryption, like crypto/aes. 47 if cbc, ok := b.(cbcEncAble); ok { 48 return cbc.NewCBCEncrypter(iv) 87 type cbcDecrypter cbc [all...] |
cipher_test.go | 68 assertEqual("CBC encrypt", ct, pt) 72 assertEqual("CBC decrypt", ct, pt)
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cbc.go | 5 // Cipher block chaining (CBC) mode. 7 // CBC provides confidentiality by xoring (chaining) each plaintext block 14 type cbc struct { type 21 func newCBC(b Block, iv []byte) *cbc { 22 return &cbc{ 30 type cbcEncrypter cbc 33 // optimized implementation of CBC encryption, like crypto/aes. 47 if cbc, ok := b.(cbcEncAble); ok { 48 return cbc.NewCBCEncrypter(iv) 87 type cbcDecrypter cbc [all...] |
cipher_test.go | 68 assertEqual("CBC encrypt", ct, pt) 72 assertEqual("CBC decrypt", ct, pt)
|
/external/libmicrohttpd/src/testcurl/https/ |
tls_test_common.c | 72 struct CBC cbc; local 78 if (NULL == (cbc.buf = malloc (sizeof (char) * len))) 83 cbc.size = len; 84 cbc.pos = 0; 98 curl_easy_setopt (c, CURLOPT_FILE, &cbc); 120 free (cbc.buf); 126 if (memcmp (cbc.buf, test_data, len) != 0) 129 free (cbc.buf); 133 free (cbc.buf) 152 struct CBC *cbc = ctx; local 320 struct CBC cbc; local [all...] |
test_https_session_info.c | 97 struct CBC cbc; local 101 if (NULL == (cbc.buf = malloc (sizeof (char) * 255))) 103 cbc.size = 255; 104 cbc.pos = 0; 135 curl_easy_setopt (c, CURLOPT_FILE, &cbc); 155 free (cbc.buf); 161 free (cbc.buf);
|