Home
last modified time | relevance | path

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

1234

/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_blocks.c84 && (rbuf = OPENSSL_realloc(buf, ERR_MAX_DATA_SIZE)) != NULL) { in ERR_vset_error()
103 if ((rbuf = OPENSSL_realloc(buf, printed_len + 1)) != NULL) { in ERR_vset_error()
/third_party/openssl/crypto/err/
H A Derr_blocks.c84 && (rbuf = OPENSSL_realloc(buf, ERR_MAX_DATA_SIZE)) != NULL) { in ERR_vset_error()
103 if ((rbuf = OPENSSL_realloc(buf, printed_len + 1)) != NULL) { in ERR_vset_error()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_pci.c136 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
172 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
199 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/third_party/openssl/crypto/x509/
H A Dv3_pci.c136 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
172 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
199 tmp_data = OPENSSL_realloc((*policy)->data, in process_pci_value()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_lib.c306 str->data = OPENSSL_realloc(c, len != 0 ? len : 1); in ASN1_STRING_set()
308 str->data = OPENSSL_realloc(c, len + 1); in ASN1_STRING_set()
H A Df_string.c100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
/third_party/node/deps/openssl/openssl/crypto/lhash/
H A Dlhash.c224 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
264 n = OPENSSL_realloc(lh->b, in contract()
/third_party/openssl/crypto/asn1/
H A Dasn1_lib.c306 str->data = OPENSSL_realloc(c, len != 0 ? len : 1); in ASN1_STRING_set()
308 str->data = OPENSSL_realloc(c, len + 1); in ASN1_STRING_set()
H A Df_string.c100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
/third_party/openssl/crypto/lhash/
H A Dlhash.c224 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
264 n = OPENSSL_realloc(lh->b, in contract()
/third_party/node/deps/openssl/openssl/crypto/buffer/
H A Dbuffer.c97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
/third_party/openssl/crypto/buffer/
H A Dbuffer.c97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbf_readbuff.c97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
/third_party/openssl/crypto/bio/
H A Dbf_readbuff.c97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_rsa.c777 new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, in SSL_CTX_use_serverinfo_ex()
893 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length); in SSL_CTX_use_serverinfo_file()
/third_party/openssl/ssl/
H A Dssl_rsa.c777 new_serverinfo = OPENSSL_realloc(ctx->cert->key->serverinfo, in SSL_CTX_use_serverinfo_ex()
893 tmp = OPENSSL_realloc(serverinfo, serverinfo_length + append_length); in SSL_CTX_use_serverinfo_file()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions_cust.c392 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
/third_party/node/deps/openssl/openssl/crypto/stack/
H A Dstack.c215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Docb128.c113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()
/third_party/node/deps/openssl/openssl/apps/
H A Dengine.c72 p = OPENSSL_realloc(p, *size); in append_buf()
/third_party/openssl/crypto/modes/
H A Docb128.c113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()
/third_party/openssl/crypto/stack/
H A Dstack.c215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
/third_party/openssl/ssl/statem/
H A Dextensions_cust.c390 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h121 # define OPENSSL_realloc(addr, num) \ macro
/third_party/openssl/apps/
H A Dengine.c72 p = OPENSSL_realloc(p, *size); in append_buf()

Completed in 19 milliseconds

1234