Searched refs:OPENSSL_realloc (Results 1 – 23 of 23) sorted by relevance
/external/openssl/crypto/x509v3/ |
D | v3_pci.c | 138 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/ |
D | small_records.patch | 14 + 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/ |
D | stack.c | 98 s=(char **)OPENSSL_realloc((char *)ret->data, in sk_dup() 149 s=OPENSSL_realloc((char *)st->data, in sk_insert()
|
/external/openssl/crypto/asn1/ |
D | a_enum.c | 158 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_ENUMERATED()
|
D | f_string.c | 164 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_STRING()
|
D | f_enum.c | 159 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_ENUMERATED()
|
D | a_int.c | 425 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_INTEGER()
|
D | asn1_lib.c | 388 str->data=OPENSSL_realloc(c,len+1); in ASN1_STRING_set()
|
/external/openssl/crypto/lhash/ |
D | lhash.c | 346 n=(LHASH_NODE **)OPENSSL_realloc(lh->b, in expand() 374 n=(LHASH_NODE **)OPENSSL_realloc(lh->b, in contract()
|
/external/openssl/crypto/buffer/ |
D | buffer.c | 112 ret=OPENSSL_realloc(str->data,n); in BUF_MEM_grow()
|
/external/openssl/crypto/evp/ |
D | openbsd_hw.c | 379 md_data->data=OPENSSL_realloc(md_data->data,md_data->len+len);
|
/external/openssl/include/openssl/ |
D | crypto.h | 370 #define OPENSSL_realloc(addr,num) \ macro
|
/external/openssl/crypto/ |
D | crypto.h | 370 #define OPENSSL_realloc(addr,num) \ macro
|
/external/openssl/apps/ |
D | engine.c | 119 *buf = OPENSSL_realloc(*buf, *size); in append_buf()
|
D | apps.c | 412 tmp_p = (char **)OPENSSL_realloc(arg->data, in chopup_args()
|
/external/openssl/ssl/ |
D | s3_pkt.c | 365 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()
|
D | d1_pkt.c | 614 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()
|
D | kssl.c | 798 #define kssl_realloc(ptr, size) OPENSSL_realloc(ptr, size)
|
/external/openssl/crypto/bio/ |
D | b_print.c | 749 *buffer = OPENSSL_realloc(*buffer, *maxlen); in doapr_outch()
|
D | b_sock.c | 911 if (p) { *p = '\0'; p = OPENSSL_realloc(p,nl); } in BIO_accept()
|
/external/openssl/crypto/err/ |
D | err.c | 1089 p=OPENSSL_realloc(str,s+1); in ERR_add_error_data()
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 1279 unsigned char *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); in i2d_ECPrivateKey()
|
/external/openssl/crypto/engine/ |
D | eng_cryptodev.c | 716 state->mac_data = OPENSSL_realloc(state->mac_data, state->mac_len + count); in cryptodev_digest_update()
|