Home
last modified time | relevance | path

Searched defs:Authenticator (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/include/
H A Dauthsrv.h9 typedef struct Authenticator Authenticator; typedef
79 struct Authenticator struct
81 char num; /* replay protection */
82 char chal[CHALLEN];
83 ulong id; /* authenticator id, ++'d with each auth */
/plan9/sys/src/cmd/unix/drawterm/include/
H A Dauthsrv.h11 typedef struct Authenticator Authenticator; typedef
81 struct Authenticator struct
83 char num; /* replay protection */
84 char chal[CHALLEN];
85 ulong id; /* authenticator id, ++'d with each auth */
/plan9/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A D9auth.h3 typedef struct Authenticator Authenticator; typedef
72 struct Authenticator struct
74 char num; /* replay protection */
75 char chal[CHALLEN];
76 u_long id; /* authenticator id, ++'d with each auth */
/plan9/sys/src/cmd/unix/
H A Dnetkey.c13 typedef struct Authenticator Authenticator; typedef
66 struct Authenticator struct
68 char num; /* replay protection */
69 char chal[CHALLEN];
70 ulong id; /* authenticator id, ++'d with each auth */
/plan9/sys/src/cmd/unix/u9fs/
H A Dauthp9any.c13 typedef struct Authenticator Authenticator; typedef
78 struct Authenticator struct
91 static int convA2M(Authenticator*, char*, char*); argument