HomeSort by: relevance | last modified time | path
    Searched defs:otp (Results 1 - 17 of 17) sorted by relevancy

  /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/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/usr.bin/rdist/
docmd.c 487 char *otp; local
497 otp = tp;
506 tp = otp;
515 tp = otp;
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...]
  /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/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/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/sys/arch/sgimips/dev/
scn.c 616 struct tty *otp; /* other channel tty struct */ local
628 otp = ocp->tty;
645 if (otp && (otp->t_state & TS_ISOPEN)) {
  /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/usr.bin/xlint/lint1/
tree.c 493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
496 unsigned old_width = width_in_bits(otp);
498 bool old_unsigned = is_uinteger(otp->t_tspec);
1699 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type; local
1700 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec;
1706 unsigned int nw = width_in_bits(ntp), ow = width_in_bits(otp);
1720 if (!ntp->t_subt->t_const && otp->t_subt->t_const)
1722 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
1726 otp->t_subt->t_tspec == VOID ||
1727 types_compatible(ntp->t_subt, otp->t_subt
3636 const type_t *otp = tn->tn_type; local
3959 const type_t *otp = tn->tn_type; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 8423 gfc_omp_trait_property *otp; local
8437 for (otp = os->properties; otp; otp = otp->next)
8439 switch (otp->property_kind)
8446 gfc_conv_expr (&se, otp->expr);
8453 = make_trait_property (get_identifier (otp->name),
8460 if (otp->is_name)
8461 value = get_identifier (otp->name)
    [all...]
openmp.cc 5814 gfc_omp_trait_property *otp = gfc_get_omp_trait_property (); local
5815 otp->property_kind = property_kind;
5816 otp->next = os->properties;
5817 os->properties = otp;
5826 otp->name = XNEWVEC (char, strlen (buf) + 1);
5827 strcpy (otp->name, buf);
5842 otp->name = XNEWVEC (char, strlen (buf) + 1);
5843 strcpy (otp->name, buf);
5844 otp->is_name = true;
5846 else if (gfc_match_literal_constant (&otp->expr, 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 7648 gfc_omp_trait_property *otp; local
7650 for (otp = os->properties; otp; otp = otp->next)
7652 switch (otp->property_kind)
7659 gfc_conv_expr (&se, otp->expr);
7665 properties = tree_cons (get_identifier (otp->name),
7671 if (otp->is_name)
7672 prop = get_identifier (otp->name)
    [all...]
openmp.cc 4762 gfc_omp_trait_property *otp = gfc_get_omp_trait_property (); local
4763 otp->property_kind = property_kind;
4764 otp->next = os->properties;
4765 os->properties = otp;
4772 if (gfc_match_expr (&otp->expr) != MATCH_YES)
4789 otp->name = XNEWVEC (char, strlen (buf) + 1);
4790 strcpy (otp->name, buf);
4805 otp->name = XNEWVEC (char, strlen (buf) + 1);
4806 strcpy (otp->name, buf);
4807 otp->is_name = true
    [all...]

Completed in 59 milliseconds