| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11-client.c | 107 helper->keyblobs = xrecallocarray(helper->keyblobs, helper->nkeyblobs, in helper_add_key() 147 helpers = xrecallocarray(helpers, nhelpers, in helper_terminate() 376 helpers = xrecallocarray(helpers, nhelpers, in pkcs11_start_helper() 486 helper->keyblobs = xrecallocarray(helper->keyblobs, in pkcs11_key_free()
|
| H A D | xmalloc.h | 22 void *xrecallocarray(void *, size_t, size_t, size_t);
|
| H A D | sftp-usergroup.c | 168 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_glob() 207 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); in collect_ids_from_dirents()
|
| H A D | xmalloc.c | 73 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) in xrecallocarray() function
|
| H A D | ssh-add.c | 747 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop() 749 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop() 792 *dcp = xrecallocarray(*dcp, *ndcp, *ndcp + 1, sizeof(**dcp)); in parse_dest_constraint() 997 certs = xrecallocarray(certs, ncerts, ncerts + 1, in main()
|
| H A D | sshd-auth.c | 388 host_pubkeys = xrecallocarray(host_pubkeys, in parse_hostkeys() 390 host_certificates = xrecallocarray(host_certificates, in parse_hostkeys()
|
| H A D | sshd-session.c | 599 sensitive_data.host_keys = xrecallocarray( in parse_hostkeys() 602 sensitive_data.host_pubkeys = xrecallocarray( in parse_hostkeys() 605 sensitive_data.host_certificates = xrecallocarray( in parse_hostkeys()
|
| H A D | ssh-agent.c | 1124 dch->keys = xrecallocarray(dch->keys, dch->nkeys, in parse_dest_constraint_hop() 1126 dch->key_is_ca = xrecallocarray(dch->key_is_ca, dch->nkeys, in parse_dest_constraint_hop() 1249 *dcsp = xrecallocarray(*dcsp, *ndcsp, *ndcsp + 1, in parse_key_constraint_extension() 1279 *certs = xrecallocarray(*certs, *ncerts, *ncerts + 1, in parse_key_constraint_extension() 1760 e->session_ids = xrecallocarray(e->session_ids, e->nsession_ids, in process_ext_session_bind() 1965 sockets = xrecallocarray(sockets, old_alloc, new_alloc, in new_socket()
|
| H A D | servconf.c | 870 options->listen_addrs = xrecallocarray(options->listen_addrs, in add_one_listen_addr() 940 options->queued_listen_addrs = xrecallocarray( in queue_listen_addr() 1992 options->subsystem_name = xrecallocarray( in process_server_config_line_depth() 1996 options->subsystem_command = xrecallocarray( in process_server_config_line_depth() 2000 options->subsystem_args = xrecallocarray( in process_server_config_line_depth() 2936 dst->subsystem_name = xrecallocarray( in servconf_merge_subsystems() 2939 dst->subsystem_command = xrecallocarray( in servconf_merge_subsystems() 2942 dst->subsystem_args = xrecallocarray( in servconf_merge_subsystems()
|
| H A D | ssh-pkcs11.c | 1501 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_certs() 1505 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_certs() 1622 *keysp = xrecallocarray(*keysp, *nkeys, in pkcs11_fetch_keys() 1626 *labelsp = xrecallocarray(*labelsp, *nkeys, in pkcs11_fetch_keys()
|
| H A D | misc.c | 134 *listp = xrecallocarray(*listp, i + 1, i + 2, sizeof(**listp)); in stringlist_append() 1213 args->list = xrecallocarray(args->list, args->nalloc, in addargs() 2748 *iarray = xrecallocarray(*iarray, *lp, *lp + 1, in opt_array_append2() 2753 *array = xrecallocarray(*array, *lp, *lp + 1, sizeof(**array)); in opt_array_append2()
|
| H A D | authfd.c | 808 ret = xrecallocarray(ret, i + 1, i + 2, sizeof(*ret)); in ssh_agent_query_extensions()
|
| H A D | session.c | 1724 tmp = xrecallocarray(sessions, sessions_nalloc, in session_new() 2070 s->env = xrecallocarray(s->env, s->num_env, in session_env_req()
|
| H A D | readconf.c | 949 options->send_env = xrecallocarray(options->send_env, in rm_env() 1714 *cppptr = xrecallocarray(*cppptr, *uintptr, in process_config_line_depth() 2270 cnames = xrecallocarray(cnames, ncnames, ncnames + 1, in process_config_line_depth()
|
| H A D | ssh_namespace.h | 1046 #define xrecallocarray Fssh_xrecallocarray macro
|
| H A D | channels.c | 321 sc->timeouts = xrecallocarray(sc->timeouts, sc->ntimeouts, in channel_add_timeout() 530 sc->channels = xrecallocarray(sc->channels, sc->channels_alloc, in channel_new() 715 *permp = xrecallocarray(*permp, *npermp, *npermp + 1, sizeof(**permp)); in permission_set_add() 2889 *pfdp = xrecallocarray(*pfdp, *npfd_allocp, in channel_prepare_poll()
|
| H A D | sshconnect.c | 756 ctx->names = xrecallocarray(ctx->names, in hostkeys_find_by_key_cb()
|
| H A D | scp.c | 2241 bp->buf = xrecallocarray(bp->buf, bp->cnt, size, 1);
|
| H A D | ssh-keygen.c | 3432 opts = xrecallocarray(opts, nopts, nopts + 1, in main()
|
| /freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
| H A D | kex_fuzz.cc | 132 st->pubkeys = (struct sshkey **)xrecallocarray(st->pubkeys, in store_key() 134 st->privkeys = (struct sshkey **)xrecallocarray(st->privkeys, in store_key()
|
| /freebsd/crypto/openssh/regress/unittests/test_helper/ |
| H A D | test_helper.c | 718 bench_samples = xrecallocarray(bench_samples, bench_nalloc, in bench_case_finish()
|