Searched refs:nkeys (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/qga/ |
| H A D | commands-common-ssh.c | 23 bool check_openssh_pub_keys(strList *keys, size_t *nkeys, Error **errp) in check_openssh_pub_keys() argument 35 if (nkeys) { in check_openssh_pub_keys() 36 *nkeys = n; in check_openssh_pub_keys()
|
| H A D | commands-posix-ssh.c | 122 size_t nkeys, nauthkeys; in qmp_guest_ssh_add_authorized_keys() local 126 if (!check_openssh_pub_keys(keys, &nkeys, errp)) { in qmp_guest_ssh_add_authorized_keys() 149 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys() 150 memset(authkeys + nauthkeys, 0, (nkeys + 1) * sizeof(char *)); in qmp_guest_ssh_add_authorized_keys() 171 size_t nkeys = 0; in qmp_guest_ssh_remove_authorized_keys() local 205 new_keys[nkeys++] = *a; in qmp_guest_ssh_remove_authorized_keys()
|
| H A D | commands-windows-ssh.c | 609 size_t nkeys, nauthkeys; in qmp_guest_ssh_add_authorized_keys() local 612 if (!check_openssh_pub_keys(keys, &nkeys, errp)) { in qmp_guest_ssh_add_authorized_keys() 638 authkeys = g_realloc_n(authkeys, nauthkeys + nkeys + 1, sizeof(char *)); in qmp_guest_ssh_add_authorized_keys() 641 memset(authkeys + nauthkeys, 0, (nkeys + 1) * sizeof(char *)); in qmp_guest_ssh_add_authorized_keys() 673 size_t nkeys = 0; in qmp_guest_ssh_remove_authorized_keys() local 707 new_keys[nkeys++] = *a; in qmp_guest_ssh_remove_authorized_keys()
|
| H A D | commands-common-ssh.h | 9 bool check_openssh_pub_keys(strList *keys, size_t *nkeys, Error **errp);
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 2522 nkeys = { } 2526 nkeys[s] = None 2527 for n in nkeys:
|