Searched refs:confirm (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dauthfd.h34 const char *comment, u_int life, u_int confirm);
37 const char *pin, u_int life, u_int confirm);
H A Dssh-add.c93 /* User has to confirm key use */
94 static int confirm = 0; variable
238 filename, confirm ? " (will confirm each use)" : "");
258 confirm ? " (will confirm each use)" : "");
266 lifetime, confirm)) == 0) {
272 if (confirm != 0)
274 "The user must confirm each use of the key\n");
314 lifetime, confirm)) !
[all...]
H A Dauthfd.c530 encode_constraints(struct sshbuf *m, u_int life, u_int confirm) argument
539 if (confirm != 0) {
554 u_int life, u_int confirm)
557 int r, constrained = (life || confirm);
596 (r = encode_constraints(msg, life, confirm)) != 0)
664 u_int life, u_int confirm)
667 int r, constrained = (life || confirm);
684 (r = encode_constraints(msg, life, confirm)) != 0)
553 ssh_add_identity_constrained(int sock, struct sshkey *key, const char *comment, u_int life, u_int confirm) argument
663 ssh_update_card(int sock, int add, const char *reader_id, const char *pin, u_int life, u_int confirm) argument
H A Dssh-agent.c119 u_int confirm; member in struct:identity
349 if (id != NULL && (!id->confirm || confirm_key(id) == 0)) {
434 if (id->confirm && confirm_key(id) != 0) {
627 int success = 0, confirm = 0; local
666 confirm = 1;
693 id->confirm = confirm;
769 int r, i, version, count = 0, success = 0, confirm = 0; local
792 confirm = 1;
825 id->confirm
[all...]
H A Dsshconnect.c688 confirm(const char *prompt) function
999 if (!confirm(msg))
1193 if (!confirm(msg))
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h65 int confirm (char *, char *);
H A Dcmds.c431 if (confirm("Continue with", mname)) {
469 if (mflag && confirm(argv[0], cp)) {
501 if (confirm("Continue with","mput")) {
518 if (mflag && confirm(argv[0], argv[i])) {
528 if (confirm("Continue with","mput")) {
545 if (mflag && confirm(argv[0], *cpp)) {
555 if (confirm("Continue with","mput")) {
737 if (mflag && confirm(argv[0], cp)) {
757 if (confirm("Continue with","mget")) {
1115 if (mflag && confirm(arg
1535 confirm(char *cmd, char *file) function
[all...]
/freebsd-11-stable/usr.sbin/fdformat/
H A Dfdformat.c148 int format, fill, quiet, verify, verify_only, confirm; local
154 format = quiet = verify_only = confirm = 0;
196 case 'y': /* confirm */
197 confirm = 1;
286 else if(!quiet && !confirm) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c151 static int confirm(const char *, const char *);
166 confirm(const char *cmd, const char *file) function
487 if (mflag && confirm(argv[0], cp)) {
496 if (confirm(argv[0], NULL)) {
511 if (mflag && confirm(argv[0], argv[i])) {
520 if (confirm(argv[0], NULL)) {
538 if (mflag && confirm(argv[0], *cpp)) {
548 if (confirm(argv[0], NULL)) {
670 if (confirm(cmd, NULL)) {
726 if (!confirm(arg
[all...]
/freebsd-11-stable/contrib/wpa/src/common/
H A Dsae.c1165 u8 *confirm)
1174 * confirm = CN(KCK, send-confirm, commit-scalar, COMMIT-ELEMENT,
1176 * verifier = CN(KCK, peer-send-confirm, peer-commit-scalar,
1194 confirm);
1203 u8 *confirm)
1214 scalar2, element_b2, 2 * sae->tmp->prime_len, confirm);
1223 u8 *confirm)
1234 scalar2, element_b2, sae->tmp->prime_len, confirm);
1271 wpa_printf(MSG_DEBUG, "SAE: Too short confirm messag
1160 sae_cn_confirm(struct sae_data *sae, const u8 *sc, const struct crypto_bignum *scalar1, const u8 *element1, size_t element1_len, const struct crypto_bignum *scalar2, const u8 *element2, size_t element2_len, u8 *confirm) argument
1198 sae_cn_confirm_ecc(struct sae_data *sae, const u8 *sc, const struct crypto_bignum *scalar1, const struct crypto_ec_point *element1, const struct crypto_bignum *scalar2, const struct crypto_ec_point *element2, u8 *confirm) argument
1218 sae_cn_confirm_ffc(struct sae_data *sae, const u8 *sc, const struct crypto_bignum *scalar1, const struct crypto_bignum *element1, const struct crypto_bignum *scalar2, const struct crypto_bignum *element2, u8 *confirm) argument
[all...]
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c3196 * nfsv4 open confirm service
3500 nfsquad_t clientid, confirm; local
3568 nd->nd_repstat = nfsrv_setclient(nd, &clp, &clientid, &confirm, p);
3621 *tl++ = confirm.lval[0];
3622 *tl = confirm.lval[1];
3640 * nfsv4 set client id confirm service
3649 nfsquad_t clientid, confirm; local
3662 confirm.lval[0] = *tl++;
3663 confirm.lval[1] = *tl;
3670 NULL, NULL, confirm,
3805 nfsquad_t clientid, confirm; local
3964 nfsquad_t clientid, confirm; local
[all...]
H A Dnfs_nfsdstate.c517 * Check to see if the client id exists and optionally confirm it.
521 struct nfsdsession *nsep, nfsquad_t confirm, uint32_t cbprogram,
613 clp->lc_confirm.lval[0] != confirm.lval[0]) ||
615 clp->lc_confirm.qval != confirm.qval))
3344 * Open update. Does the confirm, downgrade and close.
3404 * If a client tries to confirm an Open with a bad
3435 printf("Nfsv4d: stray open confirm\n");
4805 * did a setclientid/confirm and any previous
520 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, struct nfsdsession *nsep, nfsquad_t confirm, uint32_t cbprogram, struct nfsrv_descript *nd, NFSPROC_T *p) argument
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c794 volatile uint32_t *confirm; local
802 confirm = (volatile uint32_t *)sc->cmd;
803 *confirm = 0;
813 buf[0] = htobe32(dma_high); /* confirm addr MSW */
814 buf[1] = htobe32(dma_low); /* confirm addr LSW */
815 buf[2] = htobe32(0xffffffff); /* confirm data */
830 while (*confirm != 0xffffffff && i < 20) {
834 if (*confirm != 0xffffffff) {
836 (enable ? "enable" : "disable"), confirm,
837 *confirm);
967 volatile uint32_t *confirm; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1854 IOHandlerConfirm *confirm =
1856 IOHandlerSP io_handler_sp(confirm);
1858 return confirm->GetResponse();
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c2632 int error, confirm, quiet, c, action, actions, persist; local
2637 confirm = 0;
2690 confirm++;
2762 if (confirm == 0 &&
2960 int error, confirm, quiet, c, action, actions, setpwd; local
2967 confirm = 0;
3056 confirm++;
3112 /* confirm we can erase before setting the password if erasing */
3113 if (confirm == 0 &&
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c852 * Do the setclientid and setclientid confirm RPCs. Called from nfs_statfs()
866 nfsquad_t confirm; local
1000 confirm.lval[0] = *tl++;
1001 confirm.lval[1] = *tl;
1006 * and confirm it.
1013 *tl++ = confirm.lval[0];
1014 *tl = confirm.lval[1];

Completed in 272 milliseconds