/external/libmicrohttpd/src/testcurl/ |
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_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...] |
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_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_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...] |
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...] |
/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_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...] |
/device/google/contexthub/firmware/src/ |
appSec.c | 58 struct AesCbcContext cbc; member in struct:AppSecState::__anon3075::__anon3076 203 BL.blAesCbcDecr(&state->cbc, dataP, dataP); 282 BL.blAesCbcInitForDecr(&state->cbc, k, encrHdr->IV);
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_libtomcrypt.c | 287 symmetric_CBC cbc; member in union:crypto_cipher::__anon28318 338 res = cbc_start(idx, iv, key, key_len, 0, &ctx->u.cbc); 364 res = cbc_encrypt(plain, crypt, len, &ctx->u.cbc); 366 wpa_printf(MSG_DEBUG, "LibTomCrypt: CBC encryption " 388 res = cbc_decrypt(crypt, plain, len, &ctx->u.cbc); 390 wpa_printf(MSG_DEBUG, "LibTomCrypt: CBC decryption " 402 cbc_done(&ctx->u.cbc);
|
/external/boringssl/src/crypto/cipher/ |
e_aes.c | 77 cbc128_f cbc; member in union:__anon7241::__anon7243 301 dat->stream.cbc = NULL; 303 dat->stream.cbc = (cbc128_f)aes_v8_cbc_encrypt; 308 dat->stream.cbc = (cbc128_f)bsaes_cbc_encrypt; 312 dat->stream.cbc = 317 dat->stream.cbc = 323 dat->stream.cbc = NULL; 325 dat->stream.cbc = (cbc128_f)aes_v8_cbc_encrypt; 336 dat->stream.cbc = 341 dat->stream.cbc [all...] |