| /src/crypto/external/bsd/heimdal/dist/lib/otp/ |
| NTMakefile | 32 RELDIR=lib\otp
|
| otp_locl.h | 65 #include <otp.h> 71 #define OTP_DB SYSCONFDIR "/otp" 72 #define OTP_DB_LOCK SYSCONFDIR "/otp-lock"
|
| otptest.c | 40 #include <otp.h> 86 {"md4", "OTP's are good", "correct", 0, "849c79d4f6f55388", "FOOL STEM DONE TOOL BECK NILE"}, 87 {"md4", "OTP's are good", "correct", 1, "8c0992fb250847b1", "GIST AMOS MOOT AIDS FOOD SEEM"}, 88 {"md4", "OTP's are good", "correct",99, "3f3bf4b4145fd74b", "TAG SLOW NOV MIN WOOL KENO"}, 98 {"md5", "OTP's are good", "correct", 0, "f205753943de4cf9", "ULAN NEW ARMY FUSE SUIT EYED"}, 99 {"md5", "OTP's are good", "correct", 1, "ddcdac956f234937", "SKIM CULT LOB SLAM POE HOWL"}, 100 {"md5", "OTP's are good", "correct",99, "b203e28fa525be47", "LONG IVY JULY AJAR BOND LEE"}, 109 {"sha", "OTP's are good", "correct", 0, "d51f3e99bf8e6f0b", "RUST WELT KICK FELL TAIL FRAU"}, 110 {"sha", "OTP's are good", "correct", 1, "82aeb52d943774e4", "FLIT DOSE ALSO MEW DRUM DEFY"}, 111 {"sha", "OTP's are good", "correct", 99, "4f296a74fe1567ec", "AURA ALOE HURL WING BERG WAIT"} [all...] |
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_otp.c | 1 /* Blackfin One-Time Programmable Memory (OTP) model 38 /* The actual OTP storage -- 0x200 pages, each page is 128bits. 65 bfin_otp_transfer (struct bfin_otp *otp, void *vdst, void *vsrc) 70 if (otp->ben & (1 << bidx)) 75 bfin_otp_read_page (struct bfin_otp *otp, bu16 page) 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]) 83 bfin_otp_transfer (otp, &otp->mem[page * 4], val) 102 struct bfin_otp *otp = hw_data (me); local 184 struct bfin_otp *otp = hw_data (me); local 265 struct bfin_otp *otp; local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_otp.c | 1 /* Blackfin One-Time Programmable Memory (OTP) model 38 /* The actual OTP storage -- 0x200 pages, each page is 128bits. 65 bfin_otp_transfer (struct bfin_otp *otp, void *vdst, void *vsrc) 70 if (otp->ben & (1 << bidx)) 75 bfin_otp_read_page (struct bfin_otp *otp, bu16 page) 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]) 83 bfin_otp_transfer (otp, &otp->mem[page * 4], val) 102 struct bfin_otp *otp = hw_data (me); local 184 struct bfin_otp *otp = hw_data (me); local 265 struct bfin_otp *otp; local [all...] |
| /src/external/bsd/wpa/dist/src/eap_peer/ |
| eap_otp.c | 2 * EAP peer method: EAP-OTP (RFC 3748) 35 int otp; local 42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", 47 otp = 1; 50 otp = 0; 54 wpa_printf(MSG_INFO, "EAP-OTP: Password not configured"); 71 wpa_hexdump_ascii_key(MSG_MSGDUMP, "EAP-OTP: Response", 74 if (otp) { 75 wpa_printf(MSG_DEBUG, "EAP-OTP: Forgetting used password"); 88 EAP_VENDOR_IETF, EAP_TYPE_OTP, "OTP"); [all...] |
| eap_gtc.c | 52 int otp; local 79 otp = 1; 82 otp = 0; 118 if (otp) {
|
| eap_config.h | 526 * otp - One-time-password 529 * internally when OTP is entered through the control interface. 531 u8 *otp; member in struct:eap_peer_config 534 * otp_len - Length of the otp field 593 * pending_req_otp - Whether there is a pending OTP request 602 * pending_req_otp_len - Length of the pending OTP request
|
| /src/external/bsd/openldap/dist/tests/scripts/ |
| test081-totp | 20 if test $OTP = otpno; then 21 echo "OTP overlay not available, test skipped" 27 OTP_DATA=$DATADIR/otp/totp.ldif 89 if [ "$OTP" = otpmod ]; then 96 olcModuleLoad: otp.la 106 echo "Loading test otp configuration..." 109 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
|
| test080-hotp | 20 if test $OTP = otpno; then 21 echo "OTP overlay not available, test skipped" 25 OTP_DATA=$DATADIR/otp/hotp.ldif 84 if [ "$OTP" = otpmod ]; then 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
|
| /src/external/bsd/tcpdump/dist/ |
| print-llc.c | 414 const struct oui_tok *otp; local 416 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) { 417 if (otp->oui == orgcode) { 418 tok = otp->tok;
|
| /src/crypto/external/bsd/heimdal/dist/lib/ |
| NTMakefile | 33 !ifdef OTP 34 dir_otp = otp
|
| /src/usr.bin/showmount/ |
| showmount.c | 274 struct mountlist *mp, **otp, *tp; local 278 otp = NULL; 334 otp = &tp->ml_left; 337 otp = &tp->ml_right; 341 *otp = mp;
|
| /src/crypto/external/bsd/heimdal/dist/kadmin/ |
| random_password.c | 47 /* If you want OTP-style passwords, define OTP_STYLE */ 50 #include <otp.h>
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_tag.c | 680 tag_copy(SCR *sp, TAG *otp, TAG **tpp) 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->search != NULL [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| otp.c | 1 /* $NetBSD: otp.c,v 1.3 2025/09/05 21:16:32 christos Exp $ */ 3 /* otp.c - OATH 2-factor authentication module */ 213 "DESC 'OATH-LDAP: Length of OTP (number of digits)' " 237 "DESC 'OATH-LDAP: HMAC algorithm used for generating OTP values' " 577 int i, offset, res, otp; local 604 otp = res % DIGITS_POWER[digits]; 605 out->bv_len = snprintf( out->bv_val, out->bv_len, "%0*d", digits, otp ); 675 /* We are provided "password" + "OTP", split accordingly */ 691 /* OTP check passed, trim the password */ 779 /* We are provided "password" + "OTP", split accordingly * 950 static slap_overinst otp; variable [all...] |
| /src/usr.bin/rdist/ |
| server.c | 338 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 = tp [all...] |
| docmd.c | 487 char *otp; local 497 otp = tp; 506 tp = otp; 515 tp = otp;
|
| /src/external/mit/ctwm/bin/ctwm/ |
| Makefile | 14 mwmhints.c occupation.c otp.c parse.c parse_be.c parse_yacc.c \
|
| /src/crypto/external/apache2/openssl/dist/crypto/poly1305/asm/ |
| poly1305-x86_64.pl | 3828 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order 3836 sub $otp,$inp 3837 sub $otp,$out 3843 movdqu ($inp,$otp),%xmm0 3844 pxor ($otp),%xmm0 3845 movdqu %xmm0,($out,$otp) 3846 movdqa %xmm0,($otp) 3847 lea 16($otp),$otp 3859 mov ($inp,$otp),%a [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| poly1305-x86_64.pl | 3820 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),%a [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/poly1305/asm/ |
| poly1305-x86_64.pl | 3816 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),%a [all...] |
| /src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/ |
| slapd-totp.c | 389 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); 536 /* The OTP seed of the stored password */ 550 /* The OTP part of the entered credential */ 653 struct berval otp, pass, hash_otp, hash_pass; local 658 /* The OTP seed part */ 665 if (!ber_str2bv(passwd->bv_val, len, 0, &otp)) 672 /* Hash the OTP seed */ 673 rc = passwd_string32(scheme, &otp, &hash_otp) [all...] |
| /src/external/bsd/openldap/dist/tests/ |
| run.in | 57 AC_otp=otp@BUILD_OTP@
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/broadcom/ |
| bcm-cygnus.dtsi | 108 otp: otp@301c800 {
|