Symbol: OPENSSL_realloc
crypto/openssl/apps/engine.c
79
p = OPENSSL_realloc(p, *size);
crypto/openssl/apps/list.c
1116
oid_buf = OPENSSL_realloc(oid_buf, n + 1);
crypto/openssl/crypto/asn1/asn1_lib.c
312
str->data = OPENSSL_realloc(c, len != 0 ? len : 1);
crypto/openssl/crypto/asn1/asn1_lib.c
314
str->data = OPENSSL_realloc(c, len + 1);
crypto/openssl/crypto/asn1/f_string.c
98
sp = OPENSSL_realloc(s, (unsigned int)num + i * 2);
crypto/openssl/crypto/bio/bf_readbuff.c
97
tmp = OPENSSL_realloc(ctx->ibuf, sz);
crypto/openssl/crypto/bio/bio_print.c
862
tmpbuf = OPENSSL_realloc(*buffer, *maxlen);
crypto/openssl/crypto/bio/bss_dgram_pair.c
134
new_start = OPENSSL_realloc(r->start, nbytes);
crypto/openssl/crypto/buffer/buffer.c
95
ret = OPENSSL_realloc(str->data, n);
crypto/openssl/crypto/comp/c_brotli.c
742
tmp = OPENSSL_realloc(ctx->decode.buf, ibs);
crypto/openssl/crypto/comp/c_brotli.c
753
tmp = OPENSSL_realloc(ctx->encode.buf, obs);
crypto/openssl/crypto/comp/c_zstd.c
789
tmp = OPENSSL_realloc(ctx->decompress.buffer, ibs);
crypto/openssl/crypto/comp/c_zstd.c
801
tmp = OPENSSL_realloc(ctx->compress.outbuf.dst, obs);
crypto/openssl/crypto/err/err.c
867
p = OPENSSL_realloc(str, size);
crypto/openssl/crypto/err/err_blocks.c
103
if ((rbuf = OPENSSL_realloc(buf, printed_len + 1)) != NULL) {
crypto/openssl/crypto/err/err_blocks.c
84
&& (rbuf = OPENSSL_realloc(buf, ERR_MAX_DATA_SIZE)) != NULL) {
crypto/openssl/crypto/lhash/lhash.c
253
n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j);
crypto/openssl/crypto/lhash/lhash.c
293
n = OPENSSL_realloc(lh->b,
crypto/openssl/crypto/modes/ocb128.c
113
tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK));
crypto/openssl/crypto/provider_core.c
2035
unsigned char *tmp = OPENSSL_realloc(provider->operation_bits,
crypto/openssl/crypto/provider_core.c
383
tmpbuiltins = OPENSSL_realloc(store->provinfo,
crypto/openssl/crypto/stack/stack.c
218
tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc);
crypto/openssl/crypto/x509/v3_pci.c
143
tmp_data = OPENSSL_realloc((*policy)->data,
crypto/openssl/crypto/x509/v3_pci.c
178
tmp_data = OPENSSL_realloc((*policy)->data,
crypto/openssl/crypto/x509/v3_pci.c
204
tmp_data = OPENSSL_realloc((*policy)->data,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
126
ptr = OPENSSL_realloc(ctx->aad, to_alloc);
crypto/openssl/ssl/priority_queue.c
311
h = OPENSSL_realloc(pq->heap, new_max * sizeof(*pq->heap));
crypto/openssl/ssl/priority_queue.c
316
e = OPENSSL_realloc(pq->elements, new_max * sizeof(*pq->elements));
crypto/openssl/ssl/quic/json_enc.c
129
stack = OPENSSL_realloc(json->stack, num_bytes);
crypto/openssl/ssl/quic/quic_demux.c
187
e2 = OPENSSL_realloc(e, sizeof(QUIC_URXE) + new_alloc_len);
crypto/openssl/ssl/quic/quic_record_rx.c
625
rxe2 = OPENSSL_realloc(rxe, sizeof(RXE) + n);
crypto/openssl/ssl/quic/quic_record_tx.c
281
txe2 = OPENSSL_realloc(txe, sizeof(TXE) + n);
crypto/openssl/ssl/quic/quic_rx_depack.c
77
if ((p = OPENSSL_realloc(ch->ack_range_scratch,
crypto/openssl/ssl/quic/quic_txp.c
210
scratch = OPENSSL_realloc(h->txp->el[enc_level].scratch, max_ppl);
crypto/openssl/ssl/quic/quic_txp.c
3149
iovec = OPENSSL_realloc(el->iovec, sizeof(OSSL_QTX_IOVEC) * num);
crypto/openssl/ssl/quic/quic_txpim.c
172
new_chunk = OPENSSL_realloc(ex->chunks,
crypto/openssl/ssl/rio/poll_builder.c
58
pfd_heap_new = OPENSSL_realloc(rpb->pfd_heap, total_size);
crypto/openssl/ssl/ssl_lib.c
231
mdevp = OPENSSL_realloc(dctx->mdevp, n * sizeof(*mdevp));
crypto/openssl/ssl/ssl_lib.c
236
mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord));
crypto/openssl/ssl/ssl_rsa.c
839
new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo,
crypto/openssl/ssl/ssl_rsa.c
951
tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length);
crypto/openssl/ssl/statem/extensions_cust.c
340
custom_ext_method *methdst = OPENSSL_realloc(dst->meths,
crypto/openssl/ssl/statem/extensions_cust.c
449
tmp = OPENSSL_realloc(exts->meths,
crypto/openssl/ssl/statem/extensions_srvr.c
748
uint16_t *tmp = OPENSSL_realloc(*keyshares_arr,
crypto/openssl/ssl/statem/extensions_srvr.c
757
tmp_pkt = OPENSSL_realloc(*encoded_pubkey_arr,
crypto/openssl/ssl/t1_lib.c
1385
uint16_t *tmp = OPENSSL_realloc(garg->gid_arr,
crypto/openssl/ssl/t1_lib.c
1396
uint16_t *tmp = OPENSSL_realloc(garg->ksid_arr,
crypto/openssl/ssl/t1_lib.c
1536
|| (tmp = OPENSSL_realloc(garg->tuplcnt_arr, newsz)) == NULL)
crypto/openssl/ssl/t1_lib.c
2362
tmp = OPENSSL_realloc(retval, maxretlen);
crypto/openssl/ssl/t1_lib.c
241
tmp = OPENSSL_realloc(ctx->group_list,
crypto/openssl/ssl/t1_lib.c
400
tmp = OPENSSL_realloc(ctx->sigalg_list,
crypto/openssl/test/cmsapitest.c
327
tmp = OPENSSL_realloc(buf, *p_len + step);
crypto/openssl/test/endecode_test.c
505
new_namelist = OPENSSL_realloc(*namelist, space);
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
568
poll_list = OPENSSL_realloc(poll_list,
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
575
outbiolist = OPENSSL_realloc(outbiolist,
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
582
outnames = OPENSSL_realloc(outnames, sizeof(char *) * poll_count);
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
901
reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ);
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
918
req_array = OPENSSL_realloc(req_array, sizeof(char *) * total_requests);
crypto/openssl/test/radix/terp.c
262
p = OPENSSL_realloc(ctx->build_buf_beg, new_size);
crypto/openssl/test/radix/terp.c
592
p = OPENSSL_realloc(terp->stk_beg, new_size);