Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp.h79 } OtpContext; typedef
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_db.c92 otp_delete (void *v, OtpContext *ctx) in otp_delete()
108 otp_get_internal (void *v, OtpContext *ctx, int lockp) in otp_get_internal()
161 otp_get (void *v, OtpContext *ctx) in otp_get()
171 otp_simple_get (void *v, OtpContext *ctx) in otp_simple_get()
181 otp_put (void *v, OtpContext *ctx) in otp_put()
H A Dotp_verify.c44 otp_verify_user_1 (OtpContext *ctx, const char *passwd) in otp_verify_user_1()
63 otp_verify_user (OtpContext *ctx, const char *passwd) in otp_verify_user()
H A Dotp.c62 otp_error (OtpContext *o) in otp_error()
H A Dotp_challenge.c44 otp_challenge (OtpContext *ctx, char *user, char *str, size_t len) in otp_challenge()