Searched refs:OtpContext (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp.h79 } OtpContext; typedef in typeref:struct:__anon229
91 int otp_challenge (OtpContext *, char *, char *, size_t);
92 int otp_verify_user (OtpContext *, const char *);
93 int otp_verify_user_1 (OtpContext *, const char *);
94 char *otp_error (OtpContext *);
98 int otp_put (void *, OtpContext *);
99 int otp_get (void *, OtpContext *);
100 int otp_simple_get (void *, OtpContext *);
101 int otp_delete (void *, OtpContext *);
H A Dotp_verify.c44 otp_verify_user_1 (OtpContext *ctx, const char *passwd)
63 otp_verify_user (OtpContext *ctx, const char *passwd)
H A Dotp.c62 otp_error (OtpContext *o)
H A Dotp_challenge.c44 otp_challenge (OtpContext *ctx, char *user, char *str, size_t len)
H A Dotp_db.c92 otp_delete (void *v, OtpContext *ctx)
108 otp_get_internal (void *v, OtpContext *ctx, int lockp)
161 otp_get (void *v, OtpContext *ctx)
171 otp_simple_get (void *v, OtpContext *ctx)
181 otp_put (void *v, OtpContext *ctx)

Completed in 117 milliseconds