Home
last modified time | relevance | path

Searched refs:OPENSSL_realloc (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/crypto/openssl/crypto/err/
H A Derr_blocks.c84 && (rbuf = OPENSSL_realloc(buf, ERR_MAX_DATA_SIZE)) != NULL) { in ERR_vset_error()
103 if ((rbuf = OPENSSL_realloc(buf, printed_len + 1)) != NULL) { in ERR_vset_error()
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c570 poll_list = OPENSSL_realloc(poll_list, in build_request_set()
577 outbiolist = OPENSSL_realloc(outbiolist, in build_request_set()
584 outnames = OPENSSL_realloc(outnames, sizeof(char *) * poll_count); in build_request_set()
903 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ); in main()
922 req_array = OPENSSL_realloc(req_array, sizeof(char *) * total_requests); in main()
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_pci.c137 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
172 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
198 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod6 OPENSSL_malloc, OPENSSL_aligned_alloc, OPENSSL_zalloc, OPENSSL_realloc,
33 void *OPENSSL_realloc(void *addr, size_t num);
99 OPENSSL_malloc(), OPENSSL_realloc(), and OPENSSL_free() are like the
146 implementations for OPENSSL_malloc(), OPENSSL_realloc() and OPENSSL_free()
197 OPENSSL_malloc(), OPENSSL_aligned_alloc(), OPENSSL_zalloc(), OPENSSL_realloc(),
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c312 str->data = OPENSSL_realloc(c, len != 0 ? len : 1); in ASN1_STRING_set()
314 str->data = OPENSSL_realloc(c, len + 1); in ASN1_STRING_set()
H A Df_string.c98 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
/freebsd/crypto/openssl/ssl/
H A Dpriority_queue.c313 h = OPENSSL_realloc(pq->heap, new_max * sizeof(*pq->heap)); in ossl_pqueue_reserve()
318 e = OPENSSL_realloc(pq->elements, new_max * sizeof(*pq->elements)); in ossl_pqueue_reserve()
H A Dssl_rsa.c834 new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, in SSL_CTX_use_serverinfo_ex()
946 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length); in SSL_CTX_use_serverinfo_file()
H A Dt1_lib.c241 tmp = OPENSSL_realloc(ctx->group_list, in add_provider_groups()
391 tmp = OPENSSL_realloc(ctx->sigalg_list, in add_provider_sigalgs()
1384 OPENSSL_realloc(garg->gid_arr, in gid_cb()
1396 OPENSSL_realloc(garg->ksid_arr, in gid_cb()
1541 OPENSSL_realloc(garg->tuplcnt_arr, in tuple_cb()
2349 tmp = OPENSSL_realloc(retval, maxretlen); in SSL_get1_builtin_sigalgs()
/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c254 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
294 n = OPENSSL_realloc(lh->b, in contract()
/freebsd/crypto/openssl/crypto/buffer/
H A Dbuffer.c95 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
/freebsd/crypto/openssl/ssl/rio/
H A Dpoll_builder.c58 pfd_heap_new = OPENSSL_realloc(rpb->pfd_heap, total_size); in rpb_ensure_alloc()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_cust.c349 OPENSSL_realloc(dst->meths, in custom_exts_copy_conn()
458 tmp = OPENSSL_realloc(exts->meths, in ossl_tls_add_custom_ext_intern()
/freebsd/crypto/openssl/test/
H A Dcmsapitest.c327 tmp = OPENSSL_realloc(buf, *p_len + step); in read_all()
/freebsd/crypto/openssl/crypto/bio/
H A Dbf_readbuff.c97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_txpim.c172 new_chunk = OPENSSL_realloc(ex->chunks, in ossl_quic_txpim_pkt_append_chunk()
H A Dquic_demux.c184 e2 = OPENSSL_realloc(e, sizeof(QUIC_URXE) + new_alloc_len); in demux_resize_urxe()
H A Djson_enc.c129 stack = OPENSSL_realloc(json->stack, num_bytes); in json_ensure_stack_size()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zstd.c786 tmp = OPENSSL_realloc(ctx->decompress.buffer, ibs); in bio_zstd_ctrl()
798 tmp = OPENSSL_realloc(ctx->compress.outbuf.dst, obs); in bio_zstd_ctrl()
H A Dc_brotli.c742 tmp = OPENSSL_realloc(ctx->decode.buf, ibs); in bio_brotli_ctrl()
753 tmp = OPENSSL_realloc(ctx->encode.buf, obs); in bio_brotli_ctrl()
/freebsd/crypto/openssl/test/radix/
H A Dterp.c262 p = OPENSSL_realloc(ctx->build_buf_beg, new_size); in openc_alloc_space()
605 p = OPENSSL_realloc(terp->stk_beg, new_size); in TERP_stk_ensure_capacity()
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c126 ptr = OPENSSL_realloc(ctx->aad, to_alloc); in aes_gcm_siv_aad()
/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c217 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
/freebsd/crypto/openssl/apps/
H A Dengine.c72 p = OPENSSL_realloc(p, *size); in append_buf()
/freebsd/crypto/openssl/crypto/modes/
H A Docb128.c113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()

12