Home
last modified time | relevance | path

Searched refs:OTPKEYSIZE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c147 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 Dotp_md.c54 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 Dotp.h44 enum {OTPKEYSIZE = 8}; enumerator
46 typedef unsigned char OtpKey[OTPKEYSIZE];
H A Dotp_print.c51 for (i = 0; i < OTPKEYSIZE; ++i) in otp_checksum()
H A Dotptest.c60 if (memcmp (key1, key2, OTPKEYSIZE) != 0) { in test_one()
H A Dotp_parse.c190 for (i = 0; i < OTPKEYSIZE; ++i) in otp_parse_hex()