/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | test_get_chunked.c | 50 struct CBC struct 60 struct CBC *cbc = ctx; in copyBuffer() 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()
|
H A D | test_get.c | 58 struct CBC struct 68 struct CBC *cbc = ctx; in copyBuffer() 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()
|
H A D | test_urlparse.c | 51 struct CBC struct 61 struct CBC *cbc = ctx; in copyBuffer() 131 struct CBC cbc; in testInternalGet()
|
H A D | test_get_sendfile.c | 56 struct CBC struct 66 struct CBC *cbc = ctx; in copyBuffer() 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()
|
H A D | test_iplimit.c | 56 struct CBC struct 66 struct CBC *cbc = ctx; in copyBuffer() 130 struct CBC cbc[3]; in testMultithreadedGet() 221 struct CBC cbc[3]; in testMultithreadedPoolGet()
|
H A D | test_timeout.c | 45 struct CBC struct 111 struct CBC *cbc = ctx; in copyBuffer() 167 struct CBC cbc; in testWithoutTimeout() 223 struct CBC cbc; in testWithTimeout()
|
H A D | test_digestauth.c | 51 struct CBC struct 61 struct CBC *cbc = ctx; in copyBuffer() 134 struct CBC cbc; in testDigestAuth()
|
H A D | test_digestauth_with_arguments.c | 50 struct CBC struct 60 struct CBC *cbc = ctx; in copyBuffer() 133 struct CBC cbc; in testDigestAuth()
|
H A D | test_long_header.c | 54 struct CBC struct 97 struct CBC cbc; in testLongUrlGet() 167 struct CBC cbc; in testLongHeaderGet()
|
H A D | perf_get.c | 130 struct CBC struct 143 struct CBC *cbc = ctx; in copyBuffer() 186 struct CBC cbc; in testInternalGet() 246 struct CBC cbc; in testMultithreadedGet() 305 struct CBC cbc; in testMultithreadedPoolGet() 365 struct CBC cbc; in testExternalGet()
|
H A D | test_large_put.c | 61 struct CBC struct 85 struct CBC *cbc = ctx; in copyBuffer() 146 struct CBC cbc; in testInternalPut() 204 struct CBC cbc; in testMultithreadedPut() 265 struct CBC cbc; in testMultithreadedPoolPut() 327 struct CBC cbc; in testExternalPut()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 59 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 256, 128, 128, block) 61 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 192, 128, 128, block) 63 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 128, 128, 128, block)
|
H A D | cipher_aria.c | 52 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 256, 128, 128, block) 54 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 192, 128, 128, block) 56 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 128, 128, 128, block)
|
H A D | cipher_camellia.c | 58 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 256, 128, 128, block) 60 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 192, 128, 128, block) 62 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 128, 128, 128, block)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 59 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 256, 128, 128, block) 61 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 192, 128, 128, block) 63 IMPLEMENT_generic_cipher(aes, AES, cbc, CBC, 0, 128, 128, 128, block)
|
H A D | cipher_aria.c | 52 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 256, 128, 128, block) 54 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 192, 128, 128, block) 56 IMPLEMENT_generic_cipher(aria, ARIA, cbc, CBC, 0, 128, 128, 128, block)
|
H A D | cipher_camellia.c | 58 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 256, 128, 128, block) 60 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 192, 128, 128, block) 62 IMPLEMENT_generic_cipher(camellia, CAMELLIA, cbc, CBC, 0, 128, 128, 128, block)
|
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/ |
H A D | test_get.c | 43 struct CBC struct 53 struct CBC *cbc = ctx; in copyBuffer() 101 struct CBC cbc; in testInternalGet() 145 struct CBC cbc; in testMultithreadedGet() 190 struct CBC cbc; in testExternalGet()
|
H A D | test_get_chunked.c | 41 struct CBC struct 51 struct CBC *cbc = ctx; in copyBuffer() 127 struct CBC cbc; in testInternalGet() 168 struct CBC cbc; in testMultithreadedGet() 210 struct CBC cbc; in testExternalGet()
|
H A D | test_post.c | 46 struct CBC struct 71 struct CBC *cbc = ctx; in copyBuffer() 154 struct CBC cbc; in testInternalPost() 205 struct CBC cbc; in testMultithreadedPost() 258 struct CBC cbc; in testExternalPost()
|
H A D | test_post_form.c | 44 struct CBC struct 69 struct CBC *cbc = ctx; in copyBuffer() 172 struct CBC cbc; in testInternalPost() 223 struct CBC cbc; in testMultithreadedPost() 274 struct CBC cbc; in testExternalPost()
|
H A D | test_put.c | 44 struct CBC struct 68 struct CBC *cbc = ctx; in copyBuffer() 123 struct CBC cbc; in testInternalPut() 174 struct CBC cbc; in testMultithreadedPut() 226 struct CBC cbc; in testExternalPut()
|
H A D | test_put_chunked.c | 42 struct CBC struct 68 struct CBC *cbc = ctx; in copyBuffer() 129 struct CBC cbc; in testInternalPut() 180 struct CBC cbc; in testMultithreadedPut() 238 struct CBC cbc; in testExternalPut()
|
H A D | test_put_large.c | 52 struct CBC struct 76 struct CBC *cbc = ctx; in copyBuffer() 136 struct CBC cbc; in testInternalPut() 188 struct CBC cbc; in testMultithreadedPut() 241 struct CBC cbc; in testExternalPut()
|
H A D | test_long_header.c | 56 struct CBC struct 99 struct CBC cbc; in testLongUrlGet() 160 struct CBC cbc; in testLongHeaderGet()
|