Home
last modified time | relevance | path

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

12

/freebsd-src/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()
H A Derr.c865 p = OPENSSL_realloc(str, size); in ERR_add_error_vdata()
/freebsd-src/crypto/openssl/crypto/x509/
H A Dv3_pci.c136 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
172 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
199 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/freebsd-src/crypto/openssl/doc/man3/
H A DOPENSSL_malloc.pod6 OPENSSL_malloc, OPENSSL_zalloc, OPENSSL_realloc, OPENSSL_free,
32 void *OPENSSL_realloc(void *addr, size_t num);
95 OPENSSL_malloc(), OPENSSL_realloc(), and OPENSSL_free() are like the
122 implementations for OPENSSL_malloc(), OPENSSL_realloc() and OPENSSL_free()
172 OPENSSL_malloc(), OPENSSL_zalloc(), OPENSSL_realloc(),
/freebsd-src/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c306 str->data = OPENSSL_realloc(c, len != 0 ? len : 1); in ASN1_STRING_set()
308 str->data = OPENSSL_realloc(c, len + 1); in ASN1_STRING_set()
H A Df_string.c100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
/freebsd-src/crypto/openssl/crypto/lhash/
H A Dlhash.c224 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
264 n = OPENSSL_realloc(lh->b, in contract()
/freebsd-src/crypto/openssl/crypto/buffer/
H A Dbuffer.c97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
/freebsd-src/crypto/openssl/test/
H A Dcmsapitest.c301 tmp = OPENSSL_realloc(buf, *p_len + step); in read_all()
H A Dendecode_test.c499 new_namelist = OPENSSL_realloc(*namelist, space); in collect_name()
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbf_readbuff.c97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
H A Dbio_print.c863 tmpbuf = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
/freebsd-src/crypto/openssl/ssl/
H A Dssl_rsa.c777 new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, in SSL_CTX_use_serverinfo_ex()
893 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length); in SSL_CTX_use_serverinfo_file()
H A Dt1_lib.c247 tmp = OPENSSL_realloc(ctx->group_list, in add_provider_groups()
737 OPENSSL_realloc(garg->gid_arr, in gid_cb()
H A Dssl_lib.c232 mdevp = OPENSSL_realloc(dctx->mdevp, n * sizeof(*mdevp)); in dane_mtype_set()
239 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()
/freebsd-src/crypto/openssl/crypto/stack/
H A Dstack.c215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
/freebsd-src/crypto/openssl/ssl/statem/
H A Dextensions_cust.c392 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
/freebsd-src/crypto/openssl/apps/
H A Dengine.c72 p = OPENSSL_realloc(p, *size); in append_buf()
H A Dlist.c962 oid_buf = OPENSSL_realloc(oid_buf, n + 1); in list_objects()
/freebsd-src/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()
/freebsd-src/crypto/openssl/include/openssl/
H A Dcrypto.h99 # define OPENSSL_realloc(addr, num) \ macro
H A Dcrypto.h.in100 # define OPENSSL_realloc(addr, num) \ macro
/freebsd-src/crypto/openssl/crypto/
H A Dprovider_core.c392 tmpbuiltins = OPENSSL_realloc(store->provinfo, in ossl_provider_info_add_to_store()
1636 unsigned char *tmp = OPENSSL_realloc(provider->operation_bits, in ossl_provider_set_operation_bit()
/freebsd-src/crypto/openssl/crypto/property/
H A Dproperty_parse.c571 r = OPENSSL_realloc(r, sizeof(*r) + (n - 1) * sizeof(r->properties[0])); in ossl_property_merge()
/freebsd-src/crypto/openssl/util/
H A Dother.syms395 OPENSSL_realloc define

12