/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 100 static int confirm = 0; variable 307 filename, confirm ? " (will confirm each use)" : ""); in add_file() 327 confirm ? " (will confirm each use)" : ""); in add_file() 379 lifetime, confirm, maxsign, skprovider, in add_file() 389 if (confirm != 0) { in add_file() 433 lifetime, confirm, maxsign, skprovider, in add_file() 447 if (confirm != 0) { in add_file() 480 lifetime, confirm, dest_constraints, ndest_constraints, in update_card() 626 lifetime, confirm, maxsign, skprovider, in load_resident_keys() 643 if (confirm != 0) { in load_resident_keys() [all …]
|
H A D | authfd.c | 507 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, in encode_constraints() argument 521 if (confirm != 0) { in encode_constraints() 588 const char *comment, u_int life, u_int confirm, u_int maxsign, in ssh_add_identity_constrained() argument 593 int r, constrained = (life || confirm || maxsign || in ssh_add_identity_constrained() 631 (r = encode_constraints(msg, life, confirm, maxsign, in ssh_add_identity_constrained() 686 u_int life, u_int confirm, in ssh_update_card() argument 691 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card() 708 (r = encode_constraints(msg, life, confirm, 0, NULL, in ssh_update_card()
|
H A D | authfd.h | 51 const char *comment, u_int life, u_int confirm, u_int maxsign, 57 const char *pin, u_int life, u_int confirm,
|
H A D | ssh-agent.c | 145 u_int confirm; member 939 if (id->confirm && confirm_key(id, sig_dest) != 0) { in process_sign_request2() 1372 int success = 0, confirm = 0; in process_add_identity() local 1389 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, in process_add_identity() 1455 id->confirm = confirm; in process_add_identity() 1465 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity() 1555 time_t death, u_int confirm, struct dest_constraint *dest_constraints, in add_p11_identity() argument 1570 id->confirm = confirm; in add_p11_identity() 1583 int r, i, count = 0, success = 0, confirm = 0; in process_add_smartcard_key() local 1598 if (parse_key_constraints(e->request, NULL, &death, &seconds, &confirm, in process_add_smartcard_key() [all …]
|
H A D | sshconnect.c | 576 confirm(const char *prompt, const char *fingerprint) in confirm() function 1219 confirmed = confirm(msg1, fp); in check_host_key() 1419 if (!confirm(msg, NULL)) in check_host_key()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 431 if (confirm("Continue with", mname)) { in mabort() 469 if (mflag && confirm(argv[0], cp)) { in mput() 501 if (confirm("Continue with","mput")) { in mput() 518 if (mflag && confirm(argv[0], argv[i])) { in mput() 528 if (confirm("Continue with","mput")) { in mput() 545 if (mflag && confirm(argv[0], *cpp)) { in mput() 555 if (confirm("Continue with","mput")) { in mput() 737 if (mflag && confirm(argv[0], cp)) { in mget() 757 if (confirm("Continue with","mget")) { in mget() 1115 if (mflag && confirm(argv[0], cp)) { in mdelete() [all …]
|
H A D | extern.h | 65 int confirm (char *, char *);
|
/freebsd/usr.sbin/fdformat/ |
H A D | fdformat.c | 146 int format, fill, quiet, verify, verify_only, confirm; in main() local 152 format = quiet = verify_only = confirm = 0; in main() 195 confirm = 1; in main() 284 else if(!quiet && !confirm) { in main()
|
/freebsd/contrib/tnftp/src/ |
H A D | cmds.c | 151 static int confirm(const char *, const char *); 166 confirm(const char *cmd, const char *file) in confirm() function 487 if (mflag && confirm(argv[0], cp)) { in mput() 496 if (confirm(argv[0], NULL)) { in mput() 511 if (mflag && confirm(argv[0], argv[i])) { in mput() 520 if (confirm(argv[0], NULL)) { in mput() 538 if (mflag && confirm(argv[0], *cpp)) { in mput() 548 if (confirm(argv[0], NULL)) { in mput() 670 if (confirm(cmd, NULL)) { in mabort() 726 if (!confirm(argv[0], cp)) in mget() [all …]
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | ps.c | 71 u8 request, confirm, polling; in rtw_power_mode_change() local 75 confirm = rtw_read8(rtwdev, rtwdev->hci.cpwm_addr); in rtw_power_mode_change() 94 (polling ^ confirm) & BIT_RPWM_TOGGLE, in rtw_power_mode_change()
|
/freebsd/tools/regression/netinet/tcpstream/ |
H A D | README | 6 server then reads the stream and uses the same generator to confirm that the
|
/freebsd/contrib/tzcode/ |
H A D | SECURITY | 10 If we confirm the bug, we plan to notify affected third-party services
|
/freebsd/contrib/tzdata/ |
H A D | SECURITY | 10 If we confirm the bug, we plan to notify affected third-party services
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_rc2.txt | 11 # confirm that the new provider code is equivalent.
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge.c | 762 volatile uint32_t *confirm; in mxge_dummy_rdma() local 770 confirm = (volatile uint32_t *)sc->cmd; in mxge_dummy_rdma() 771 *confirm = 0; in mxge_dummy_rdma() 797 while (*confirm != 0xffffffff && i < 20) { in mxge_dummy_rdma() 801 if (*confirm != 0xffffffff) { in mxge_dummy_rdma() 803 (enable ? "enable" : "disable"), confirm, in mxge_dummy_rdma() 804 *confirm); in mxge_dummy_rdma() 933 volatile uint32_t *confirm; in mxge_load_firmware() local 969 confirm = (volatile uint32_t *)sc->cmd; in mxge_load_firmware() 970 *confirm = 0; in mxge_load_firmware() [all …]
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 2274 u8 *confirm) in sae_cn_confirm() argument 2304 5, addr, len, confirm); in sae_cn_confirm() 2313 u8 *confirm) in sae_cn_confirm_ecc() argument 2325 confirm) < 0) in sae_cn_confirm_ecc() 2336 u8 *confirm) in sae_cn_confirm_ffc() argument 2347 confirm) < 0) in sae_cn_confirm_ffc()
|
/freebsd/sys/dev/e1000/ |
H A D | README | 175 To confirm an interface's MTU value, use the ifconfig command. 177 To confirm the MTU used between two specific devices, use: 304 To confirm the current setting:
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdserv.c | 3988 nfsquad_t clientid, confirm; in nfsrvd_setclientid() local 4060 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p); in nfsrvd_setclientid() 4113 *tl++ = confirm.lval[0]; in nfsrvd_setclientid() 4114 *tl = confirm.lval[1]; in nfsrvd_setclientid() 4141 nfsquad_t clientid, confirm; in nfsrvd_setclientidcfrm() local 4153 confirm.lval[0] = *tl++; in nfsrvd_setclientidcfrm() 4154 confirm.lval[1] = *tl; in nfsrvd_setclientidcfrm() 4161 NULL, NULL, confirm, 0, nd, p); in nfsrvd_setclientidcfrm() 4296 nfsquad_t clientid, confirm; in nfsrvd_exchangeid() local 4387 confirm.lval[1] = 1; in nfsrvd_exchangeid() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | qcom_hidma_mgmt.txt | 38 to confirm. If reset is not completed within this time, HW reports reset
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 32 Selecting OK in a menu will confirm whatever action it's controlling.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_KEY_new.pod | 128 confirm that it is valid. 133 EC_POINT. It also performs certain sanity checks on the key to confirm
|
H A D | SSL_key_update.pod | 53 will be performed to confirm that it is a suitable time to start a
|
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/ |
H A D | cpufreq-mediatek.txt | 24 Used to confirm the link status between cpufreq and mediatek cci. Because
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | options.subr | 47 # Prompt the user to confirm/edit various media settings. Returns success.
|
/freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
H A D | user_input.subr | 815 # Prompt the user to confirm creation of a given login's home directory. If the 838 # Prompt the user to confirm deletion of a given login's primary group. If the 877 # Prompt the user to confirm deletion of a given login's home directory. If the 900 # Prompt the user to confirm population of a given login's home directory with
|