Home
last modified time | relevance | path

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

/external/openssl/crypto/x509v3/
Dv3_pci.c138 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
176 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
200 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/external/openssl/patches/
Dsmall_records.patch14 + if ((pp=OPENSSL_realloc(s->s3->rbuf.buf, newlen))==NULL)
42 + if ((p=OPENSSL_realloc(s->s3->wbuf.buf, len_with_overhead)) == NULL) {
162 + if ((p=OPENSSL_realloc(s->s3->rbuf.buf, rr->length + SSL3_RT_HEADER_LENGTH + align))==NULL)
206 + if ((p=OPENSSL_realloc(wb->buf, len + SSL3_RT_DEFAULT_WRITE_OVERHEAD))==NULL)
/external/openssl/crypto/stack/
Dstack.c98 s=(char **)OPENSSL_realloc((char *)ret->data, in sk_dup()
149 s=OPENSSL_realloc((char *)st->data, in sk_insert()
/external/openssl/crypto/asn1/
Da_enum.c158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_ENUMERATED()
Df_string.c164 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_STRING()
Df_enum.c159 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_ENUMERATED()
Da_int.c425 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_INTEGER()
Dasn1_lib.c388 str->data=OPENSSL_realloc(c,len+1); in ASN1_STRING_set()
/external/openssl/crypto/lhash/
Dlhash.c346 n=(LHASH_NODE **)OPENSSL_realloc(lh->b, in expand()
374 n=(LHASH_NODE **)OPENSSL_realloc(lh->b, in contract()
/external/openssl/crypto/buffer/
Dbuffer.c112 ret=OPENSSL_realloc(str->data,n); in BUF_MEM_grow()
/external/openssl/crypto/evp/
Dopenbsd_hw.c379 md_data->data=OPENSSL_realloc(md_data->data,md_data->len+len);
/external/openssl/include/openssl/
Dcrypto.h370 #define OPENSSL_realloc(addr,num) \ macro
/external/openssl/crypto/
Dcrypto.h370 #define OPENSSL_realloc(addr,num) \ macro
/external/openssl/apps/
Dengine.c119 *buf = OPENSSL_realloc(*buf, *size); in append_buf()
Dapps.c412 tmp_p = (char **)OPENSSL_realloc(arg->data, in chopup_args()
/external/openssl/ssl/
Ds3_pkt.c365 if ((p=OPENSSL_realloc(s->s3->rbuf.buf, rr->length + SSL3_RT_HEADER_LENGTH + align))==NULL) in ssl3_get_record()
734 if ((p=OPENSSL_realloc(wb->buf, len + SSL3_RT_DEFAULT_WRITE_OVERHEAD))==NULL) in do_ssl3_write()
Dd1_pkt.c614 if ((pp=OPENSSL_realloc(s->s3->rbuf.buf, newlen))==NULL) in dtls1_get_record()
1373 if ((p=OPENSSL_realloc(s->s3->wbuf.buf, len_with_overhead)) == NULL) { in do_dtls1_write()
Dkssl.c798 #define kssl_realloc(ptr, size) OPENSSL_realloc(ptr, size)
/external/openssl/crypto/bio/
Db_print.c749 *buffer = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
Db_sock.c911 if (p) { *p = '\0'; p = OPENSSL_realloc(p,nl); } in BIO_accept()
/external/openssl/crypto/err/
Derr.c1089 p=OPENSSL_realloc(str,s+1); in ERR_add_error_data()
/external/openssl/crypto/ec/
Dec_asn1.c1279 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); in i2d_ECPrivateKey()
/external/openssl/crypto/engine/
Deng_cryptodev.c716 state->mac_data = OPENSSL_realloc(state->mac_data, state->mac_len + count); in cryptodev_digest_update()