OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPENSSL_realloc
(Results
1 - 13
of
13
) sorted by null
/external/boringssl/src/include/openssl/
mem.h
78
#define
OPENSSL_realloc
realloc
/external/boringssl/src/crypto/x509v3/
v3_pci.c
143
tmp_data =
OPENSSL_realloc
((*policy)->data,
181
tmp_data =
OPENSSL_realloc
((*policy)->data,
205
tmp_data =
OPENSSL_realloc
((*policy)->data,
/external/boringssl/src/crypto/asn1/
a_enum.c
159
unsigned char *new_data=
OPENSSL_realloc
(ret->data, len+4);
f_string.c
155
sp=(unsigned char *)
OPENSSL_realloc
(s,
f_enum.c
157
sp=(unsigned char *)
OPENSSL_realloc
(s,
a_int.c
426
unsigned char *new_data=
OPENSSL_realloc
(ret->data, len+4);
asn1_lib.c
432
str->data=
OPENSSL_realloc
(c,len+1);
/external/boringssl/src/crypto/buf/
buf.c
125
new_buf =
OPENSSL_realloc
(buf->data, alloc_size);
/external/boringssl/src/crypto/stack/
stack.c
170
data =
OPENSSL_realloc
(sk->data, alloc_size);
311
s = (void **)
OPENSSL_realloc
(ret->data, sizeof(void *) * sk->num_alloc);
/external/boringssl/src/crypto/bytestring/
cbb.c
102
newbuf =
OPENSSL_realloc
(base->buf, newcap);
/external/boringssl/src/crypto/bio/
bio.c
514
uint8_t *new_buf =
OPENSSL_realloc
(*out, len);
/external/boringssl/src/crypto/err/
err.c
709
new_buf =
OPENSSL_realloc
(buf, alloced + 1);
/external/boringssl/src/crypto/ec/
ec_asn1.c
440
uint8_t *tmp_buffer =
OPENSSL_realloc
(buffer, tmp_len);
Completed in 697 milliseconds