Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c139 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
175 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
203 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/freebsd-13.1/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)
96 OPENSSL_malloc(), OPENSSL_realloc(), and OPENSSL_free() are like the
136 implementations for OPENSSL_malloc(), OPENSSL_realloc and OPENSSL_free()
220 OPENSSL_malloc(), OPENSSL_zalloc(), OPENSSL_realloc(),
/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Dasn1_lib.c297 str->data = OPENSSL_realloc(c, len != 0 ? len : 1); in ASN1_STRING_set()
299 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-13.1/crypto/openssl/crypto/lhash/
H A Dlhash.c225 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
267 n = OPENSSL_realloc(lh->b, in contract()
/freebsd-13.1/crypto/openssl/crypto/buffer/
H A Dbuffer.c97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
/freebsd-13.1/crypto/openssl/crypto/stack/
H A Dstack.c198 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dcrypto.h121 # define OPENSSL_realloc(addr, num) \ macro
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_rsa.c860 new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, in SSL_CTX_use_serverinfo_ex()
980 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + extension_length in SSL_CTX_use_serverinfo_file()
H A Dssl_lib.c255 mdevp = OPENSSL_realloc(dctx->mdevp, n * sizeof(*mdevp)); in dane_mtype_set()
262 mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord)); in dane_mtype_set()
/freebsd-13.1/crypto/openssl/apps/
H A Dengine.c63 p = OPENSSL_realloc(p, *size); in append_buf()
H A Dapps.c96 tmp = OPENSSL_realloc(arg->argv, sizeof(*arg->argv) * arg->size); in chopup_args()
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dextensions_cust.c388 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
/freebsd-13.1/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-13.1/crypto/openssl/crypto/bio/
H A Db_print.c838 tmpbuf = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
/freebsd-13.1/crypto/openssl/crypto/err/
H A Derr.c898 p = OPENSSL_realloc(str, s + 1); in ERR_add_error_vdata()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2033 MLINKS+= OPENSSL_malloc.3 OPENSSL_realloc.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES10696 Realloc => OPENSSL_realloc