Searched refs:otp (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/usr.bin/opiekey/
H A DMakefile15 LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
16 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
17 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1
19 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4_enc.c126 RC4_CHUNK ichunk, otp; local
166 otp = RC4_STEP << BESHFT(0);
167 otp |= RC4_STEP << BESHFT(1);
168 otp |= RC4_STEP << BESHFT(2);
169 otp |= RC4_STEP << BESHFT(3);
171 otp |= RC4_STEP << BESHFT(4);
172 otp |= RC4_STEP << BESHFT(5);
173 otp |= RC4_STEP << BESHFT(6);
174 otp |= RC4_STEP << BESHFT(7);
176 *(RC4_CHUNK *) outdata = otp
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_otp.c35 int otp; local
47 otp = 1;
50 otp = 0;
74 if (otp) {
H A Deap_gtc.c52 int otp; local
79 otp = 1;
82 otp = 0;
118 if (otp) {
H A Deap_config.h627 * otp - One-time-password
632 u8 *otp; member in struct:eap_peer_config
635 * otp_len - Length of the otp field
H A Deap.c2835 return config->otp;
2852 os_memset(config->otp, 0, config->otp_len);
2853 os_free(config->otp);
2854 config->otp = NULL;
/freebsd-11-stable/crypto/heimdal/appl/
H A DMakefile.am6 dir_otp = otp
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
113 DIST_SUBDIRS = afsutil ftp login otp gssmask popper push rsh rcp su \
386 @OTP_TRUE@dir_otp = otp
/freebsd-11-stable/sys/dev/nmdm/
H A Dnmdm.c106 struct tty *otp; local
110 otp = onp->np_tty;
113 if (tty_opened(otp))
124 otp = onp->np_tty;
125 tty_rel_gone(otp);
251 struct tty *tp, *otp; local
262 otp = np->np_other->np_tty;
263 KASSERT(otp != NULL, ("NULL otp in nmdmstart"));
264 KASSERT(otp !
[all...]
/freebsd-11-stable/crypto/heimdal/lib/
H A DMakefile.am9 dir_otp = otp
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
114 ipc hx509 krb5 ntlm kafs gssapi hdb kadm5 otp kdfs
387 @OTP_TRUE@dir_otp = otp
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-llc.c408 const struct oui_tok *otp; local
410 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
411 if (otp->oui == orgcode) {
412 tok = otp->tok;
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin_locl.h93 #include <otp.h>
/freebsd-11-stable/contrib/opie/
H A DMakefile.in149 @-ln -s $(LOCALBIN)/opiekey $(LOCALBIN)/otp-md4
150 @-ln -s $(LOCALBIN)/opiekey $(LOCALBIN)/otp-md5
152 @-for i in otp-md4 otp-md5; do ln -s opiekey.1 $(LOCALMAN)/man1/$$i.1; done
256 @-for i in otp-md4 otp-md5; do rm $(LOCALBIN)/$$i; done
261 @-rm $(LOCALMAN)/man1/otp-md4.1 $(LOCALMAN)/man1/otp-md5.1
/freebsd-11-stable/usr.bin/showmount/
H A Dshowmount.c266 register struct mountlist **otp; local
322 otp = &tp->ml_left;
325 otp = &tp->ml_right;
329 *otp = mp;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_tag.c634 tag_copy(SCR *sp, TAG *otp, TAG **tpp) argument
640 if (otp->fname != NULL)
641 len += otp->fnlen + 1;
642 if (otp->search != NULL)
643 len += otp->slen + 1;
644 if (otp->msg != NULL)
645 len += otp->mlen + 1;
647 memcpy(tp, otp, len);
649 if (otp->fname != NULL)
651 if (otp
[all...]
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h153 #include <otp.h>
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Drandom_password.c48 #include <otp.h>
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/include/
H A DMakefile.in86 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
484 otp.h \
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/admin/
H A DMakefile.in84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/appl/afsutil/
H A DMakefile.in84 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/
H A DMakefile.in82 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
/freebsd-11-stable/crypto/heimdal/appl/ftp/common/
H A DMakefile.in83 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \

Completed in 294 milliseconds

123