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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c147 memcpy (ctx->key, p, OTPKEYSIZE);
148 p += OTPKEYSIZE;
220 if (rem < OTPKEYSIZE)
222 memcpy (p, ctx->key, OTPKEYSIZE);
223 p += OTPKEYSIZE;
224 rem -= OTPKEYSIZE;
H A Dotp.h44 enum {OTPKEYSIZE = 8}; enumerator in enum:__anon226
46 typedef unsigned char OtpKey[OTPKEYSIZE];
H A Dotp_md.c54 memset (p, 0, OTPKEYSIZE);
61 if (p == key + OTPKEYSIZE)
133 EVP_DigestUpdate(ctx, key, OTPKEYSIZE);
H A Dotp_print.c51 for (i = 0; i < OTPKEYSIZE; ++i)
H A Dotptest.c60 if (memcmp (key1, key2, OTPKEYSIZE) != 0) {
H A Dotp_parse.c190 for (i = 0; i < OTPKEYSIZE; ++i)

Completed in 111 milliseconds