Searched refs:OPENSSL_realloc (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_pci.c138 tmp_data = OPENSSL_realloc((*policy)->data,
176 tmp_data = OPENSSL_realloc((*policy)->data,
200 tmp_data = OPENSSL_realloc((*policy)->data,
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Da_enum.c158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4);
H A Df_enum.c159 sp=(unsigned char *)OPENSSL_realloc(s,
H A Df_string.c164 sp=(unsigned char *)OPENSSL_realloc(s,
H A Da_int.c425 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4);
H A Dasn1_lib.c388 str->data=OPENSSL_realloc(c,len+1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A Dstack.c98 s=(char **)OPENSSL_realloc((char *)ret->data,
149 s=OPENSSL_realloc((char *)st->data,
/barrelfish-master/lib/openssl-1.0.0d/crypto/buffer/
H A Dbuffer.c112 ret=OPENSSL_realloc(str->data,n);
/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A Dlhash.c346 n=(LHASH_NODE **)OPENSSL_realloc(lh->b,
374 n=(LHASH_NODE **)OPENSSL_realloc(lh->b,
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcrypto.h370 #define OPENSSL_realloc(addr,num) \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dopenbsd_hw.c379 md_data->data=OPENSSL_realloc(md_data->data,md_data->len+len);
/barrelfish-master/include/openssl/
H A Dcrypto.h370 #define OPENSSL_realloc(addr,num) \ macro
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dengine.c119 *buf = OPENSSL_realloc(*buf, *size);
H A Dapps.c412 tmp_p = (char **)OPENSSL_realloc(arg->data,
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c749 *buffer = OPENSSL_realloc(*buffer, *maxlen);
H A Db_sock.c889 if (p) { *p = '\0'; p = OPENSSL_realloc(p,nl); }
/barrelfish-master/lib/openssl-1.0.0d/crypto/err/
H A Derr.c1089 p=OPENSSL_realloc(str,s+1);
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_asn1.c1279 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len);
/barrelfish-master/lib/openssl-1.0.0d/crypto/engine/
H A Deng_cryptodev.c716 state->mac_data = OPENSSL_realloc(state->mac_data, state->mac_len + count);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dkssl.c798 #define kssl_realloc(ptr, size) OPENSSL_realloc(ptr, size)

Completed in 348 milliseconds