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

/freebsd-9.3-release/contrib/opie/
H A Dopietest.c54 struct opie_otpkey testin_aligned; local
56 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
58 if (!opiebtoa8(buffer, &testin_aligned))
71 struct opie_otpkey testin_aligned; local
73 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
75 if (!opiebtoe(buffer, &testin_aligned))
130 struct opie_otpkey testin_aligned; local
132 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
134 opiehash(&testin_aligned, 4);
136 if (memcmp(&testin_aligned, testou
146 struct opie_otpkey testin_aligned; local
[all...]

Completed in 47 milliseconds