Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_pci.c143 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
181 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
205 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/external/boringssl/src/include/openssl/
Dmem.h79 #define OPENSSL_realloc realloc macro
/external/boringssl/src/crypto/stack/
Dstack.c170 data = OPENSSL_realloc(sk->data, alloc_size); in sk_insert()
311 s = (void **)OPENSSL_realloc(ret->data, sizeof(void *) * sk->num_alloc); in sk_dup()
/external/boringssl/src/crypto/asn1/
Da_enum.c159 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_ENUMERATED()
Df_string.c155 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_STRING()
Df_enum.c157 sp=(unsigned char *)OPENSSL_realloc(s, in a2i_ASN1_ENUMERATED()
Da_int.c428 unsigned char *new_data=OPENSSL_realloc(ret->data, len+4); in BN_to_ASN1_INTEGER()
Dasn1_lib.c421 str->data=OPENSSL_realloc(c,len+1); in ASN1_STRING_set()
/external/boringssl/src/crypto/buf/
Dbuf.c125 new_buf = OPENSSL_realloc(buf->data, alloc_size); in buf_mem_grow()
/external/boringssl/src/crypto/bytestring/
Dcbb.c112 newbuf = OPENSSL_realloc(base->buf, newcap); in cbb_buffer_reserve()
/external/boringssl/src/crypto/err/
Derr.c670 new_buf = OPENSSL_realloc(buf, alloced + 1); in err_add_error_vdata()
/external/boringssl/src/crypto/bio/
Dbio.c518 uint8_t *new_buf = OPENSSL_realloc(*out, len); in bio_read_all()
/external/boringssl/src/crypto/ec/
Dec_asn1.c448 uint8_t *tmp_buffer = OPENSSL_realloc(buffer, tmp_len); in i2d_ECPrivateKey()