/freebsd-src/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()
|
H A D | err.c | 865 p = OPENSSL_realloc(str, size); in ERR_add_error_vdata()
|
/freebsd-src/crypto/openssl/crypto/x509/ |
H A D | v3_pci.c | 136 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 D | OPENSSL_malloc.pod | 6 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 D | asn1_lib.c | 306 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 D | f_string.c | 100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
|
/freebsd-src/crypto/openssl/crypto/lhash/ |
H A D | lhash.c | 224 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 D | buffer.c | 97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
|
/freebsd-src/crypto/openssl/test/ |
H A D | cmsapitest.c | 301 tmp = OPENSSL_realloc(buf, *p_len + step); in read_all()
|
H A D | endecode_test.c | 499 new_namelist = OPENSSL_realloc(*namelist, space); in collect_name()
|
/freebsd-src/crypto/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
|
H A D | bio_print.c | 863 tmpbuf = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
|
/freebsd-src/crypto/openssl/ssl/ |
H A D | ssl_rsa.c | 777 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 D | t1_lib.c | 247 tmp = OPENSSL_realloc(ctx->group_list, in add_provider_groups() 737 OPENSSL_realloc(garg->gid_arr, in gid_cb()
|
H A D | ssl_lib.c | 232 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 D | stack.c | 215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
|
/freebsd-src/crypto/openssl/ssl/statem/ |
H A D | extensions_cust.c | 392 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
|
/freebsd-src/crypto/openssl/apps/ |
H A D | engine.c | 72 p = OPENSSL_realloc(p, *size); in append_buf()
|
H A D | list.c | 962 oid_buf = OPENSSL_realloc(oid_buf, n + 1); in list_objects()
|
/freebsd-src/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()
|
/freebsd-src/crypto/openssl/include/openssl/ |
H A D | crypto.h | 99 # define OPENSSL_realloc(addr, num) \ macro
|
H A D | crypto.h.in | 100 # define OPENSSL_realloc(addr, num) \ macro
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | provider_core.c | 392 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 D | property_parse.c | 571 r = OPENSSL_realloc(r, sizeof(*r) + (n - 1) * sizeof(r->properties[0])); in ossl_property_merge()
|
/freebsd-src/crypto/openssl/util/ |
H A D | other.syms | 395 OPENSSL_realloc define
|