Searched defs:Authenticator (Results 1 – 5 of 5) sorted by relevance
9 typedef struct Authenticator Authenticator; typedef79 struct Authenticator struct81 char num; /* replay protection */82 char chal[CHALLEN];83 ulong id; /* authenticator id, ++'d with each auth */
11 typedef struct Authenticator Authenticator; typedef81 struct Authenticator struct83 char num; /* replay protection */84 char chal[CHALLEN];85 ulong id; /* authenticator id, ++'d with each auth */
3 typedef struct Authenticator Authenticator; typedef72 struct Authenticator struct74 char num; /* replay protection */75 char chal[CHALLEN];76 u_long id; /* authenticator id, ++'d with each auth */
13 typedef struct Authenticator Authenticator; typedef66 struct Authenticator struct68 char num; /* replay protection */69 char chal[CHALLEN];70 ulong id; /* authenticator id, ++'d with each auth */
13 typedef struct Authenticator Authenticator; typedef78 struct Authenticator struct91 static int convA2M(Authenticator*, char*, char*); argument