Home
last modified time | relevance | path

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

1234

/freebsd/crypto/openssh/
H A Dssh-add.c99 static int confirm = 0; variable
334 filename, confirm ? " (will confirm each use)" : ""); in add_file()
354 confirm ? " (will confirm each use)" : ""); in add_file()
374 comment, lifetime, confirm, skprovider, in add_file()
384 if (confirm != 0) { in add_file()
432 cert_lifetime, confirm, skprovider, in add_file()
446 if (confirm != 0) { in add_file()
480 lifetime, confirm, dest_constraints, ndest_constraints, in update_card()
620 key->sk_application, lifetime, confirm, skprovider, in load_resident_keys()
637 if (confirm != 0) { in load_resident_keys()
[all …]
H A Dauthfd.c513 encode_constraints(struct sshbuf *m, u_int life, u_int confirm, in encode_constraints() argument
527 if (confirm != 0) { in encode_constraints()
589 const char *comment, u_int life, u_int confirm, in ssh_add_identity_constrained() argument
594 int r, constrained = (life || confirm || provider || dest_constraints); in ssh_add_identity_constrained()
626 (r = encode_constraints(msg, life, confirm, provider, in ssh_add_identity_constrained()
681 u_int life, u_int confirm, in ssh_update_card() argument
686 int r, constrained = (life || confirm || dest_constraints || certs); in ssh_update_card()
703 (r = encode_constraints(msg, life, confirm, NULL, in ssh_update_card()
H A Dauthfd.h51 const char *comment, u_int life, u_int confirm, const char *provider,
56 const char *pin, u_int life, u_int confirm,
H A Dssh-agent.c138 u_int confirm; member
939 if (id->confirm && confirm_key(id, sig_dest) != 0) { in process_sign_request2()
1359 int success = 0, confirm = 0; in process_add_identity() local
1376 if (parse_key_constraints(e->request, k, &death, &seconds, &confirm, in process_add_identity()
1442 id->confirm = confirm; in process_add_identity()
1452 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity()
1542 time_t death, u_int confirm, struct dest_constraint *dest_constraints, in add_p11_identity() argument
1557 id->confirm = confirm; in add_p11_identity()
1570 int r, i, count = 0, success = 0, confirm = 0; in process_add_smartcard_key() local
1585 if (parse_key_constraints(e->request, NULL, &death, &seconds, &confirm, in process_add_smartcard_key()
[all …]
H A Dsshconnect.c571 confirm(const char *prompt, const char *fingerprint) in confirm() function
1214 confirmed = confirm(msg1, fp); in check_host_key()
1414 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/tools/git/ghpr/
H A Dghpr-push.sh29 if ! git push --push-option=confirm-author freebsd HEAD:main; then
/freebsd/tools/regression/netinet/tcpstream/
H A DREADME6 server then reads the stream and uses the same generator to confirm that the
/freebsd/contrib/tzdata/
H A DSECURITY10 If we confirm the bug, we plan to notify affected third-party services
/freebsd/contrib/tzcode/
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/crypto/openssl/doc/designs/quic-design/
H A Dquic-fault-injector.md11 can be used to simulate misbehaving peers and confirm that OpenSSL QUIC
41 An example test might be to confirm that an OpenSSL QUIC client behaves
95 confirm that an OpenSSL QUIC client handles it appropriately (e.g. by raising a
139 An example test might modify an encrypted packet to confirm that the AEAD
182 sent from the client without modifying them (i.e. in order to confirm that the
/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/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
/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/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4244 nfsquad_t clientid, confirm; in nfsrvd_setclientid() local
4316 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p); in nfsrvd_setclientid()
4370 *tl++ = confirm.lval[0]; in nfsrvd_setclientid()
4371 *tl = confirm.lval[1]; in nfsrvd_setclientid()
4399 nfsquad_t clientid, confirm; in nfsrvd_setclientidcfrm() local
4411 confirm.lval[0] = *tl++; in nfsrvd_setclientidcfrm()
4412 confirm.lval[1] = *tl; in nfsrvd_setclientidcfrm()
4419 NULL, NULL, confirm, 0, nd, p); in nfsrvd_setclientidcfrm()
4582 nfsquad_t clientid, confirm; in nfsrvd_exchangeid() local
4673 confirm.lval[1] = 1; in nfsrvd_exchangeid()
[all …]
/freebsd/usr.sbin/bsdconfig/share/media/
H A Doptions.subr47 # Prompt the user to confirm/edit various media settings. Returns success.

1234