Searched refs:sendkey (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.bin/ssh-copy-id/
H A Dssh-copy-id.sh35 sendkey() { function
116 sendkey "$host" "$keys"
/freebsd-current/usr.sbin/ppp/
H A Dradius.h68 char *sendkey; member in struct:radius::__anon6772
H A Dradius.c612 demangle(r, data, len, &r->mppe.sendkey, &r->mppe.sendkeylen);
785 r->mppe.sendkey = NULL;
819 free(r->mppe.sendkey);
820 r->mppe.sendkey = NULL;
1317 r->mppe.sendkey ? "R" : "Not r");
H A Dmppe.c752 if (*bundle->radius.cfg.file && bundle->radius.mppe.sendkey) {
757 memcpy(mop->mastkey, bundle->radius.mppe.sendkey, mop->keylen);

Completed in 82 milliseconds