Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/crypto/openssh/
H A Dssh-add.c100 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 Dauthfd.c507 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 Dauthfd.h51 const char *comment, u_int life, u_int confirm, u_int maxsign,
57 const char *pin, u_int life, u_int confirm,
H A Dssh-agent.c145 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 Dsshconnect.c576 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 Dcmds.c431 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 Dextern.h65 int confirm (char *, char *);
/freebsd/usr.sbin/fdformat/
H A Dfdformat.c146 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 Dcmds.c151 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 Dps.c71 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 DREADME6 server then reads the stream and uses the same generator to confirm that the
/freebsd/contrib/tzcode/
H A DSECURITY10 If we confirm the bug, we plan to notify affected third-party services
/freebsd/contrib/tzdata/
H A DSECURITY10 If we confirm the bug, we plan to notify affected third-party services
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_rc2.txt11 # confirm that the new provider code is equivalent.
/freebsd/sys/dev/mxge/
H A Dif_mxge.c762 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 Dsae.c2274 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 DREADME175 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 Dnfs_nfsdserv.c3988 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 Dqcom_hidma_mgmt.txt38 to confirm. If reset is not completed within this time, HW reports reset
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp32 Selecting OK in a menu will confirm whatever action it's controlling.
/freebsd/crypto/openssl/doc/man3/
H A DEC_KEY_new.pod128 confirm that it is valid.
133 EC_POINT. It also performs certain sanity checks on the key to confirm
H A DSSL_key_update.pod53 will be performed to confirm that it is a suitable time to start a
/freebsd/sys/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-mediatek.txt24 Used to confirm the link status between cpufreq and mediatek cci. Because
/freebsd/usr.sbin/bsdconfig/share/media/
H A Doptions.subr47 # Prompt the user to confirm/edit various media settings. Returns success.
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Duser_input.subr815 # 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

123