| /third_party/openssl/ssl/record/ |
| D | tls_pad.c | 28 int *alloced, 38 int *alloced, 46 int *alloced, 72 int *alloced, in ssl3_cbc_remove_padding_and_mac() argument 92 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in ssl3_cbc_remove_padding_and_mac() 117 int *alloced, in tls1_cbc_remove_padding_and_mac() argument 176 return ssl3_cbc_copy_mac(reclen, origreclen, recdata, mac, alloced, in tls1_cbc_remove_padding_and_mac() 201 int *alloced, in ssl3_cbc_copy_mac() argument 249 if (alloced != NULL) in ssl3_cbc_copy_mac() 250 *alloced = 0; in ssl3_cbc_copy_mac() [all …]
|
| D | record_local.h | 114 int *alloced, 121 int *alloced,
|
| D | ssl3_record.c | 779 if (macbufs[j].alloced) in ssl3_get_record() 916 mac->alloced = 0; in ssl3_enc() 941 (mac != NULL) ? &mac->alloced : NULL, in ssl3_enc() 1207 macs[0].alloced = 0; in tls1_enc() 1263 (macs != NULL) ? &macs[ctr].alloced in tls1_enc() 1675 if (macbuf.alloced) in dtls1_process_record()
|
| D | record.h | 183 int alloced; member
|
| /third_party/openssl/providers/implementations/ciphers/ |
| D | ciphercommon_block.c | 23 int *alloced, 31 int *alloced, 161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument 169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock() 183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
|
| D | ciphercommon.c | 178 if (ctx != NULL && ctx->alloced) { in ossl_cipher_generic_reset_ctx() 180 ctx->alloced = 0; in ossl_cipher_generic_reset_ctx() 309 if (ctx->alloced) { in ossl_cipher_generic_block_update() 311 ctx->alloced = 0; in ossl_cipher_generic_block_update() 320 blksz, &ctx->tlsmac, &ctx->alloced, in ossl_cipher_generic_block_update()
|
| D | ciphercommon_local.h | 16 unsigned char **mac, int *alloced, size_t macsize, int aead);
|
| /third_party/python/Objects/ |
| D | listobject.c | 1177 Py_ssize_t alloced; member 1525 ms->alloced = (list_size + 1) / 2; in merge_init() 1530 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init() 1531 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init() 1532 ms->a.values = &ms->temparray[ms->alloced]; in merge_init() 1535 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init() 1564 if (need <= ms->alloced) in merge_getmem() 1580 ms->alloced = need; in merge_getmem() 1588 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \
|
| /third_party/alsa-utils/aplay/ |
| D | aplay.c | 3413 int alloced = 0; in playbackv() local 3429 alloced = 1; in playbackv() 3452 if (alloced) in playbackv() 3455 if (alloced) in playbackv() 3466 int alloced = 0; in capturev() local 3482 alloced = 1; in capturev() 3505 if (alloced) in capturev() 3508 if (alloced) in capturev()
|
| /third_party/openssl/providers/implementations/include/prov/ |
| D | ciphercommon.h | 68 int alloced; /* member
|
| /third_party/openssl/apps/ |
| D | s_server.c | 261 size_t alloced; member 288 wbuf->alloced = 1024; in ebcdic_new() 340 if (inl > (num = wbuf->alloced)) { in ebcdic_write() 347 wbuf->alloced = num; in ebcdic_write()
|
| /third_party/bounds_checking_function/src/ |
| D | input.inl | 158 SecChar *allocatedFloatStr; /* Initialization must be NULL to store alloced point */ 408 /* The pFloatStr can be alloced in SecExtendFloatLen function, clear and free it */
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 40603 long unsigned int alloced; member 55475 int alloced; member
|
| /third_party/gstreamer/gstreamer/ |
| D | ChangeLog | 27180 2) the struct is alloced and freed inside the library 30076 most time waiting for packets, an fd is alloced and in use pretty
|
| /third_party/gstreamer/gstplugins_good/ |
| D | ChangeLog | 55316 udpsrc: on receive error only unmap and unref buffer if one was alloced and mapped 93983 alternate between memory alloced by the display driver and malloc'd userspace
|