/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err_blocks.c | 84 && (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 D | err_blocks.c | 84 && (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 D | v3_pci.c | 136 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 D | v3_pci.c | 136 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 D | asn1_lib.c | 306 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 D | f_string.c | 100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
|
/third_party/node/deps/openssl/openssl/crypto/lhash/ |
H A D | lhash.c | 224 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 D | asn1_lib.c | 306 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 D | f_string.c | 100 sp = OPENSSL_realloc(s, (unsigned int)num + i * 2); in a2i_ASN1_STRING()
|
/third_party/openssl/crypto/lhash/ |
H A D | lhash.c | 224 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 D | buffer.c | 97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
|
/third_party/openssl/crypto/buffer/ |
H A D | buffer.c | 97 ret = OPENSSL_realloc(str->data, n); in BUF_MEM_grow()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
|
/third_party/openssl/crypto/bio/ |
H A D | bf_readbuff.c | 97 tmp = OPENSSL_realloc(ctx->ibuf, sz); in readbuffer_resize()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_rsa.c | 777 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 D | ssl_rsa.c | 777 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 D | extensions_cust.c | 392 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
|
/third_party/node/deps/openssl/openssl/crypto/stack/ |
H A D | stack.c | 215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | ocb128.c | 113 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 D | engine.c | 72 p = OPENSSL_realloc(p, *size); in append_buf()
|
/third_party/openssl/crypto/modes/ |
H A D | ocb128.c | 113 tmp_ptr = OPENSSL_realloc(ctx->l, ctx->max_l_index * sizeof(OCB_BLOCK)); in ocb_lookup_l()
|
/third_party/openssl/crypto/stack/ |
H A D | stack.c | 215 tmpdata = OPENSSL_realloc((void *)st->data, sizeof(void *) * num_alloc); in sk_reserve()
|
/third_party/openssl/ssl/statem/ |
H A D | extensions_cust.c | 390 tmp = OPENSSL_realloc(exts->meths, in add_custom_ext_intern()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | crypto.h | 121 # define OPENSSL_realloc(addr, num) \ macro
|
/third_party/openssl/apps/ |
H A D | engine.c | 72 p = OPENSSL_realloc(p, *size); in append_buf()
|