Searched refs:OtpContext (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ |
| H A D | otp.h | 79 } 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 D | otp_db.c | 92 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 D | otp_verify.c | 44 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 D | otp.c | 62 otp_error (OtpContext *o) in otp_error()
|
| H A D | otp_challenge.c | 44 otp_challenge (OtpContext *ctx, char *user, char *str, size_t len) in otp_challenge()
|