/freebsd/crypto/openssl/crypto/err/ |
H A D | err_blocks.c | 84 && (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 D | quic-hq-interop.c | 570 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 D | v3_pci.c | 137 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 D | OPENSSL_malloc.pod | 6 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 D | asn1_lib.c | 312 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 D | f_string.c | 98 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
|
/freebsd/crypto/openssl/ssl/ |
H A D | priority_queue.c | 313 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 D | ssl_rsa.c | 834 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 D | t1_lib.c | 241 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 D | lhash.c | 254 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 D | buffer.c | 95 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
|
/freebsd/crypto/openssl/ssl/rio/ |
H A D | poll_builder.c | 58 pfd_heap_new = OPENSSL_realloc(rpb->pfd_heap, total_size); in rpb_ensure_alloc()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | extensions_cust.c | 349 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 D | cmsapitest.c | 327 tmp = OPENSSL_realloc(buf, *p_len + step); in read_all()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_txpim.c | 172 new_chunk = OPENSSL_realloc(ex->chunks, in ossl_quic_txpim_pkt_append_chunk()
|
H A D | quic_demux.c | 184 e2 = OPENSSL_realloc(e, sizeof(QUIC_URXE) + new_alloc_len); in demux_resize_urxe()
|
H A D | json_enc.c | 129 stack = OPENSSL_realloc(json->stack, num_bytes); in json_ensure_stack_size()
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zstd.c | 786 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 D | c_brotli.c | 742 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 D | terp.c | 262 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 D | cipher_aes_gcm_siv_hw.c | 126 ptr = OPENSSL_realloc(ctx->aad, to_alloc); in aes_gcm_siv_aad()
|
/freebsd/crypto/openssl/crypto/stack/ |
H A D | stack.c | 217 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
|
/freebsd/crypto/openssl/apps/ |
H A D | engine.c | 72 p = OPENSSL_realloc(p, *size); in append_buf()
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | ocb128.c | 113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()
|