Home
last modified time | relevance | path

Searched refs:xrecallocarray (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssh/
H A Dxmalloc.h22 void *xrecallocarray(void *, size_t, size_t, size_t);
H A Dsftp-usergroup.c167 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_glob()
206 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_dirents()
H A Dssh-add.c684 *listp = xrecallocarray(*listp, i + 1, i + 2, sizeof(**listp)); in stringlist_append()
740 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop()
742 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop()
785 *dcp = xrecallocarray(*dcp, *ndcp, *ndcp + 1, sizeof(**dcp)); in parse_dest_constraint()
995 certs = xrecallocarray(certs, ncerts, ncerts + 1, in main()
H A Dxmalloc.c75 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) in xrecallocarray() function
H A Dssh-agent.c1117 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop()
1119 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop()
1242 *dcsp = xrecallocarray(*dcsp, *ndcsp, *ndcsp + 1, in parse_key_constraint_extension()
1272 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1, in parse_key_constraint_extension()
1769 e->session_ids = xrecallocarray(e->session_ids, e->nsession_ids, in process_ext_session_bind()
1944 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
H A Dssh-pkcs11-client.c146 helpers = xrecallocarray(helpers, nhelpers, in helper_free()
619 helpers = xrecallocarray(helpers, nhelpers, in pkcs11_start_helper()
H A Dsshd-session.c693 sensitive_data.host_keys = xrecallocarray( in parse_hostkeys()
696 sensitive_data.host_pubkeys = xrecallocarray( in parse_hostkeys()
699 sensitive_data.host_certificates = xrecallocarray( in parse_hostkeys()
H A Dservconf.c867 options->listen_addrs = xrecallocarray(options->listen_addrs, in add_one_listen_addr()
937 options->queued_listen_addrs = xrecallocarray( in queue_listen_addr()
1973 options->subsystem_name = xrecallocarray( in process_server_config_line_depth()
1977 options->subsystem_command = xrecallocarray( in process_server_config_line_depth()
1981 options->subsystem_args = xrecallocarray( in process_server_config_line_depth()
2881 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems()
2884 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems()
2887 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()
H A Dssh-pkcs11.c1199 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_certs()
1203 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_certs()
1313 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_keys()
1317 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_keys()
H A Dmisc.c1149 args->list = xrecallocarray(args->list, args->nalloc, in addargs()
2675 *iarray = xrecallocarray(*iarray, *lp, *lp + 1, in opt_array_append2()
2680 *array = xrecallocarray(*array, *lp, *lp + 1, sizeof(**array)); in opt_array_append2()
H A Dchannels.c322 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout()
511 sc->channels = xrecallocarray(sc->channels, sc->channels_alloc, in channel_new()
688 *permp = xrecallocarray(*permp, *npermp, *npermp + 1, sizeof(**permp)); in permission_set_add()
2812 *pfdp = xrecallocarray(*pfdp, *npfd_allocp, in channel_prepare_poll()
4545 *permp = xrecallocarray(*permp, *npermp, 0, sizeof(**permp)); in channel_clear_permission()
H A Dreadconf.c914 options->send_env = xrecallocarray(options->send_env, in rm_env()
1672 *cppptr = xrecallocarray(*cppptr, *uintptr, in process_config_line_depth()
2216 cnames = xrecallocarray(cnames, ncnames, ncnames + 1, in process_config_line_depth()
H A Dsession.c1756 tmp = xrecallocarray(sessions, sessions_nalloc, in session_new()
2102 s->env = xrecallocarray(s->env, s->num_env, in session_env_req()
H A Dssh_namespace.h1038 #define xrecallocarray Fssh_xrecallocarray macro
H A Dsshconnect.c761 ctx->names = xrecallocarray(ctx->names, in hostkeys_find_by_key_cb()
H A Dscp.c2245 bp->buf = xrecallocarray(bp->buf, bp->cnt, size, 1);
H A Dssh-keygen.c3518 opts = xrecallocarray(opts, nopts, nopts + 1, in main()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc132 st->pubkeys = (struct sshkey **)xrecallocarray(st->pubkeys, in store_key()
134 st->privkeys = (struct sshkey **)xrecallocarray(st->privkeys, in store_key()