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

/freebsd-9.3-release/contrib/opie/
H A Dopietest.c37 static char testin[] = "0123456789abcdef"; local
41 if (!opieatob8(&key, testin))
52 static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef }; local
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 }; local
73 memcpy(&testin_aligned, testin, sizeof(struct opie_otpkey));
86 static char testin[] = "AIM HEW BLUM FED MITE WARM"; local
90 if (opieetob(&key, testin) != 1)
117 struct opie testin; local
118 testin
128 static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef }; local
144 static unsigned char testin[] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef }; local
[all...]

Completed in 95 milliseconds