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

1234

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/otp/
H A DNTMakefile32 RELDIR=lib\otp
H A Dotp_locl.h65 #include <otp.h>
71 #define OTP_DB SYSCONFDIR "/otp"
72 #define OTP_DB_LOCK SYSCONFDIR "/otp-lock"
H A Dotptest.c40 #include <otp.h>
H A DMakefile.am16 include_HEADERS = otp.h
36 otp.c \
H A DMakefile.in106 subdir = lib/otp
142 $(top_srcdir)/cf/otp.m4 $(top_srcdir)/cf/pkg.m4 \
195 dist_libotp_la_OBJECTS = otp.lo otp_challenge.lo otp_db.lo otp_md.lo \
229 am__depfiles_remade = ./$(DEPDIR)/ndbm_wrap.Plo ./$(DEPDIR)/otp.Plo \
555 include_HEADERS = otp.h
564 otp.c \
602 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/otp/Makefile'; \
604 $(AUTOMAKE) --foreign lib/otp/Makefile
691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otp.Plo@am__quote@ # am--include-marker
896 -rm -f ./$(DEPDIR)/otp
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_otp.c65 bfin_otp_transfer (struct bfin_otp *otp, void *vdst, void *vsrc) argument
70 if (otp->ben & (1 << bidx))
75 bfin_otp_read_page (struct bfin_otp *otp, bu16 page) argument
77 bfin_otp_transfer (otp, &otp->data0, &otp->mem[page * 4]);
81 bfin_otp_write_page_val (struct bfin_otp *otp, bu16 page, bu64 val[2]) argument
83 bfin_otp_transfer (otp, &otp->mem[page * 4], val);
86 bfin_otp_write_page_val2 (struct bfin_otp *otp, bu1 argument
92 bfin_otp_write_page(struct bfin_otp *otp, bu16 page) argument
102 struct bfin_otp *otp = hw_data (me); local
184 struct bfin_otp *otp = hw_data (me); local
228 attach_bfin_otp_regs(struct hw *me, struct bfin_otp *otp) argument
265 struct bfin_otp *otp; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_otp.c64 bfin_otp_transfer (struct bfin_otp *otp, void *vdst, void *vsrc) argument
69 if (otp->ben & (1 << bidx))
74 bfin_otp_read_page (struct bfin_otp *otp, bu16 page) argument
76 bfin_otp_transfer (otp, &otp->data0, &otp->mem[page * 4]);
80 bfin_otp_write_page_val (struct bfin_otp *otp, bu16 page, bu64 val[2]) argument
82 bfin_otp_transfer (otp, &otp->mem[page * 4], val);
85 bfin_otp_write_page_val2 (struct bfin_otp *otp, bu1 argument
91 bfin_otp_write_page(struct bfin_otp *otp, bu16 page) argument
100 struct bfin_otp *otp = hw_data (me); local
182 struct bfin_otp *otp = hw_data (me); local
226 attach_bfin_otp_regs(struct hw *me, struct bfin_otp *otp) argument
263 struct bfin_otp *otp; local
[all...]
/netbsd-current/external/bsd/wpa/dist/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.h635 * otp - One-time-password
640 u8 *otp; member in struct:eap_peer_config
643 * otp_len - Length of the otp field
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/
H A DMakefile.am9 dir_otp = otp
/netbsd-current/external/bsd/openldap/dist/tests/scripts/
H A Dtest081-totp47 OTP_DATA=$DATADIR/otp/totp.ldif
96 olcModuleLoad: otp.la
106 echo "Loading test otp configuration..."
109 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
H A Dtest080-hotp25 OTP_DATA=$DATADIR/otp/hotp.ldif
91 olcModuleLoad: otp.la
101 echo "Loading test otp configuration..."
104 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
277 LDIF=$DATADIR/otp/test001-out.ldif
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-llc.c416 const struct oui_tok *otp; local
418 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
419 if (otp->oui == orgcode) {
420 tok = otp->tok;
/netbsd-current/usr.bin/showmount/
H A Dshowmount.c277 struct mountlist *mp, **otp, *tp; local
281 otp = NULL;
337 otp = &tp->ml_left;
340 otp = &tp->ml_right;
344 *otp = mp;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A DMakefile.in27 otp.c \
99 otp.la : otp.lo
100 $(LTLINK_MOD) -module -o $@ otp.lo version.lo $(LINK_LIBS)
H A Dotp.c1 /* $NetBSD: otp.c,v 1.2 2021/08/14 16:15:02 christos Exp $ */
3 /* otp.c - OATH 2-factor authentication module */
550 int i, offset, res, otp; local
577 otp = res % DIGITS_POWER[digits];
578 out->bv_len = snprintf( out->bv_val, out->bv_len, "%0*d", digits, otp );
923 static slap_overinst otp; variable
932 otp.on_bi.bi_type = "otp";
933 otp.on_bi.bi_op_bind = otp_op_bind;
936 argv[0] = "otp";
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Drandom_password.c50 #include <otp.h>
/netbsd-current/external/bsd/nvi/dist/ex/
H A Dex_tag.c680 tag_copy(SCR *sp, TAG *otp, TAG **tpp) argument
686 if (otp->fname != NULL)
687 len += otp->fnlen + 1;
688 if (otp->search != NULL)
689 len += otp->slen + 1;
690 if (otp->msg != NULL)
691 len += otp->mlen + 1;
693 memcpy(tp, otp, len);
695 if (otp->fname != NULL)
697 if (otp
[all...]
/netbsd-current/usr.bin/rdist/
H A Dserver.c338 char *otp, *cp; local
405 otp = tp;
416 tp = otp;
429 tp = otp;
1231 char *otp; local
1247 otp = tp;
1257 tp = otp;
1290 tp = otp;
1305 char *otp; local
1326 otp
[all...]
H A Ddocmd.c487 char *otp; local
497 otp = tp;
506 tp = otp;
515 tp = otp;
/netbsd-current/external/mit/ctwm/bin/ctwm/
H A DMakefile14 mwmhints.c occupation.c otp.c parse.c parse_be.c parse_yacc.c \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl3816 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
3824 sub $otp,$inp
3825 sub $otp,$out
3831 movdqu ($inp,$otp),%xmm0
3832 pxor ($otp),%xmm0
3833 movdqu %xmm0,($out,$otp)
3834 movdqa %xmm0,($otp)
3835 lea 16($otp),$otp
3847 mov ($inp,$otp),
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl3820 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
3828 sub $otp,$inp
3829 sub $otp,$out
3835 movdqu ($inp,$otp),%xmm0
3836 pxor ($otp),%xmm0
3837 movdqu %xmm0,($out,$otp)
3838 movdqa %xmm0,($otp)
3839 lea 16($otp),$otp
3851 mov ($inp,$otp),
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c389 int i, offset, res, otp; local
413 otp = res % DIGITS_POWER[digits];
414 out->mv_len = snprintf(out->mv_val, out->mv_len, "%0*d", digits, otp);
653 struct berval otp, pass, hash_otp, hash_pass; local
665 if (!ber_str2bv(passwd->bv_val, len, 0, &otp))
673 rc = passwd_string32(scheme, &otp, &hash_otp);

Completed in 404 milliseconds

1234