Searched defs:testin (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/opie/ |
| H A D | opietest.c | 37 static char testin[] = "0123456789abcdef"; in testatob8() local 52 …static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0x… in testbtoa8() local 69 …static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0x… in testbtoe() local 86 static char testin[] = "AIM HEW BLUM FED MITE WARM"; in testetob() local 117 struct opie testin; in testgetsequence() local 128 …static unsigned char testin[sizeof(struct opie_otpkey)] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0x… in testhashmd4() local 144 static unsigned char testin[] = { 0x01, 0x23, 0x45, 0x67, 0x89, 0xab, 0xcd, 0xef }; in testhashmd5() local
|