Searched refs:OTPKEYSIZE (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/ |
| H A D | otp_db.c | 147 memcpy (ctx->key, p, OTPKEYSIZE); in otp_get_internal() 148 p += OTPKEYSIZE; in otp_get_internal() 220 if (rem < OTPKEYSIZE) in otp_put() 222 memcpy (p, ctx->key, OTPKEYSIZE); in otp_put() 223 p += OTPKEYSIZE; in otp_put() 224 rem -= OTPKEYSIZE; in otp_put()
|
| H A D | otp_md.c | 54 memset (p, 0, OTPKEYSIZE); in compressmd() 61 if (p == key + OTPKEYSIZE) in compressmd() 133 EVP_DigestUpdate(ctx, key, OTPKEYSIZE); in otp_md_next()
|
| H A D | otp.h | 44 enum {OTPKEYSIZE = 8}; enumerator 46 typedef unsigned char OtpKey[OTPKEYSIZE];
|
| H A D | otp_print.c | 51 for (i = 0; i < OTPKEYSIZE; ++i) in otp_checksum()
|
| H A D | otptest.c | 60 if (memcmp (key1, key2, OTPKEYSIZE) != 0) { in test_one()
|
| H A D | otp_parse.c | 190 for (i = 0; i < OTPKEYSIZE; ++i) in otp_parse_hex()
|