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

12

/macosx-10.9.5/Heimdal-323.92.1/appl/otp/
H A DNTMakefile32 RELDIR=appl\otp
H A Dotp_locl.h56 #include <otp.h>
/macosx-10.9.5/Heimdal-323.92.1/lib/otp/
H A DNTMakefile32 RELDIR=lib\otp
H A Dotp_locl.h63 #include <otp.h>
69 #define OTP_DB SYSCONFDIR "/otp"
70 #define OTP_DB_LOCK SYSCONFDIR "/otp-lock"
H A Dotptest.c38 #include <otp.h>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/otp/
H A DpkgIndex.tcl3 package ifneeded otp 1.0.0 [list source [file join $dir otp.tcl]]
H A Dotp.tcl0 # otp.tcl - Copyright (C) 2006 Pat Thoyts <patthoyts@users.sourceforge.net>
13 namespace eval ::otp {
15 variable rcsid {$Id: otp.tcl,v 1.2 2006/09/02 22:30:17 patthoyts Exp $}
17 namespace export otp-md4 otp-md5 otp-sha1 otp-rmd160
285 proc ::otp::otp_encode {data} {
317 proc ::otp::Fold64LE {digest} {
326 proc ::otp
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dmakeinit.sh1 for mech in anonymous crammd5 digestmd5 gssapiv2 kerberos4 login ntlm otp passdss plain srp; do
H A Dotp_init.c41 SASL_CLIENT_PLUG_INIT( otp )
42 SASL_SERVER_PLUG_INIT( otp )
H A Dotp.c3 * $Id: otp.c,v 1.8 2006/01/24 20:37:26 snsimon Exp $
71 //static const char plugin_id[] = "$Id: otp.c,v 1.8 2006/01/24 20:37:26 snsimon Exp $";
147 char *secret, char *otp)
166 otp_hash(md, key, strlen(key), otp, alg->swab);
170 otp_hash(md, otp, OTP_HASH_SIZE, otp, alg->swab);
192 if (!*c || strncmp(c, "otp-", 4)) {
300 unsigned char otp[OTP_HASH_SIZE]; member in struct:server_context
550 #include "otp.h"
583 const char *alg, unsigned seq, char *seed, char *otp,
145 generate_otp(const sasl_utils_t *utils, algorithm_option_t *alg, unsigned seq, char *seed, char *secret, char *otp) argument
582 make_secret(const sasl_utils_t *utils, const char *alg, unsigned seq, char *seed, char *otp, time_t timeout, sasl_secret_t **secret) argument
616 parse_secret(const sasl_utils_t *utils, char *secret, size_t seclen, char *alg, unsigned *seq, char *seed, unsigned char *otp, time_t *timeout) argument
1310 char otp[OTP_HASH_SIZE]; local
1656 char otp[OTP_HASH_SIZE]; local
[all...]
H A DMakefile311 libotp_la_SOURCES = otp.c otp_init.c otp.h $(common_sources)
376 am_libotp_la_OBJECTS = otp.lo otp_init.lo $(am__objects_1)
406 ./$(DEPDIR)/otp.Plo ./$(DEPDIR)/otp_init.Plo \
519 include ./$(DEPDIR)/otp.Plo
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp_subr.c1342 tcpcb_to_otcpcb(struct tcpcb *tp, struct otcpcb *otp) argument
1346 otp->t_segq = (u_int32_t)(uintptr_t)tp->t_segq.lh_first;
1347 otp->t_dupacks = tp->t_dupacks;
1349 otp->t_timer[i] = tp->t_timer[i];
1350 otp->t_inpcb = (_TCPCB_PTR(struct inpcb *))(uintptr_t)tp->t_inpcb;
1351 otp->t_state = tp->t_state;
1352 otp->t_flags = tp->t_flags;
1353 otp->t_force = tp->t_force;
1354 otp->snd_una = tp->snd_una;
1355 otp
1525 tcpcb_to_xtcpcb64(struct tcpcb *tp, struct xtcpcb64 *otp) argument
[all...]
H A Dtcp_usrreq.c1156 struct tcpcb *otp; local
1195 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL &&
1196 otp->t_state == TCPS_TIME_WAIT &&
1197 ((int)(tcp_now - otp->t_starttime)) < tcp_msl &&
1198 (otp->t_flags & TF_RCVD_CC)) {
1199 otp = tcp_close(otp);
1283 struct tcpcb *otp; local
1318 if (oinp != inp && (otp = intotcpcb(oinp)) != NULL &&
1319 otp
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dstaticopen.h108 extern SPECIFIC_SERVER_PLUG_INIT_PROTO( otp );
109 extern SPECIFIC_CLIENT_PLUG_INIT_PROTO( otp );
159 SPECIFIC_SERVER_PLUG_INIT( otp, "OTP" ),
160 SPECIFIC_CLIENT_PLUG_INIT( otp, "OTP" ),
H A Dstaticopen.c151 SPECIFIC_SERVER_PLUG_INIT( otp ));
154 SPECIFIC_CLIENT_PLUG_INIT( otp ));
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_transform/
H A DpkgIndex.tcl11 package ifneeded tcl::transform::otp 1 [list source [list [file join $dir otp.tcl]]]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-llc.c392 const struct oui_tok *otp; local
394 for (otp = &oui_to_tok[0]; otp->tok != NULL; otp++) {
395 if (otp->oui == orgcode) {
396 tok = otp->tok;
/macosx-10.9.5/Heimdal-323.92.1/lib/
H A DNTMakefile34 dir_otp = otp
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin_locl.h93 #include <otp.h>
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftpd/
H A Dftpd_locl.h153 #include <otp.h>
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Drandom_password.c48 #include <otp.h>
/macosx-10.9.5/NFS-81/showmount/
H A Dshowmount.c238 struct mountlist *mp, **otp, *tp; local
293 otp = &tp->ml_left;
296 otp = &tp->ml_right;
300 *otp = mp;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl627 # eg: otp-md5 498 bi32123 ext
628 # Client responds with otp result as:
633 # To support changing the otp sequence the extended commands have:
640 package require otp
658 set otp [::otp::otp-$type -word -seed $seed \
661 set otp word:$otp
663 set ctx(response) $otp
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpopper.h140 #include <otp.h>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/installation/
H A Dmodules.tcl98 Module otp _tcl _man _null

Completed in 283 milliseconds

12