| /freebsd-13.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_pci.c | 139 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 D | OPENSSL_malloc.pod | 6 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 D | asn1_lib.c | 297 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 D | f_string.c | 100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
|
| /freebsd-13.1/crypto/openssl/crypto/lhash/ |
| H A D | lhash.c | 225 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 D | buffer.c | 97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
|
| /freebsd-13.1/crypto/openssl/crypto/stack/ |
| H A D | stack.c | 198 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 121 # define OPENSSL_realloc(addr, num) \ macro
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_rsa.c | 860 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 D | ssl_lib.c | 255 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 D | engine.c | 63 p = OPENSSL_realloc(p, *size); in append_buf()
|
| H A D | apps.c | 96 tmp = OPENSSL_realloc(arg->argv, sizeof(*arg->argv) * arg->size); in chopup_args()
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | extensions_cust.c | 388 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
|
| /freebsd-13.1/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-13.1/crypto/openssl/crypto/bio/ |
| H A D | b_print.c | 838 tmpbuf = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | err.c | 898 p = OPENSSL_realloc(str, s + 1); in ERR_add_error_vdata()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2033 MLINKS+= OPENSSL_malloc.3 OPENSSL_realloc.3
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 10696 Realloc => OPENSSL_realloc
|