Searched refs:opie_otpkey (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/contrib/opie/
H A Dopietest.c38 static unsigned char testout[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
39 struct opie_otpkey key;
52 static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
54 struct opie_otpkey testin_aligned;
56 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
69 static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
71 struct opie_otpkey testin_aligned;
73 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
87 static unsigned char testout[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef };
88 struct opie_otpkey ke
170 struct opie_otpkey opie_otpkey; local
[all...]
H A Dopie.h19 struct opie_otpkey and made many functions use it. Added
96 struct opie_otpkey { struct
113 char *opieatob8 __P((struct opie_otpkey *, char *));
115 char *opiebtoa8 __P((char *, struct opie_otpkey *));
116 char *opiebtoe __P((char *, struct opie_otpkey *));
117 char *opiebtoh __P((char *, struct opie_otpkey *));
118 int opieetob __P((struct opie_otpkey *, char *));
122 void opiehash __P((struct opie_otpkey *, unsigned));
124 int opiekeycrunch __P((int, struct opie_otpkey *, char *, char *));
H A Dopieauto.c55 struct opie_otpkey basekey;
205 struct opie_otpkey key;
H A Dopiepasswd.c102 struct opie_otpkey key;
361 struct opie_otpkey key;
H A Dopiekey.c139 struct opie_otpkey key, newkey;
/freebsd-10.2-release/contrib/opie/libopie/
H A Dverify.c11 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for keys.
72 struct opie_otpkey key, fkey, lastkey;
110 memcpy(&fkey, &key, sizeof(struct opie_otpkey));
112 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
115 memcpy(&fkey, &key, sizeof(struct opie_otpkey));
117 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
124 memcpy(&fkey, &key, sizeof(struct opie_otpkey));
126 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
133 memcpy(&fkey, &key, sizeof(struct opie_otpkey));
135 i = memcmp(&fkey, &lastkey, sizeof(struct opie_otpkey));
[all...]
H A Dbtoa8.c11 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for binary arg.
21 char *opiebtoa8 FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
H A Dbtoh.c20 char *opiebtoh FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
H A Datob8.c17 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for binary arg.
31 char *opieatob8 FUNCTION((out, in), struct opie_otpkey *outkey AND char *in)
H A Dkeycrunch.c11 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for arg.
28 struct opie_otpkey *result AND char *seed AND char *secret)
H A Dbtoe.c19 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for binary arg.
2092 char *opiebtoe FUNCTION((engout, c), char *engout AND struct opie_otpkey *c)
2094 char cp[sizeof(struct opie_otpkey) + 1]; /* add in room for the parity 2 bits */
2098 memcpy(cp, c, sizeof(struct opie_otpkey));
2124 int opieetob FUNCTION((out, e), struct opie_otpkey *out AND char *e)
2141 memset(out, 0, sizeof(struct opie_otpkey));
2191 memcpy(out, b, sizeof(struct opie_otpkey));
H A Dhash.c11 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey for binary arg.
29 VOIDRET opiehash FUNCTION((x, algorithm), struct opie_otpkey *x AND
H A Dhashlen.c11 Modified by cmetz for OPIE 2.4. Use struct opie_otpkey, isolate variables.
27 VOIDPTR in AND struct opie_otpkey *out AND int n)
H A Dpasswd.c49 struct opie_otpkey key;
H A Dreadrec.c85 struct opie_otpkey otpkey;
H A Dgenerator.c14 Use struct opie_otpkey for keys.
141 struct opie_otpkey key;
175 struct opie_otpkey newkey;

Completed in 62 milliseconds