Home | History | Annotate | Download | only in iputils

Lines Matching refs:digest

329 	static __u8 digest[MD5_DIGEST_LENGTH];
338 MD5_Final(digest, &ctxt);
344 memcpy(nonce + sizeof(__u16), digest, NI_NONCE_SIZE - sizeof(__u16));
347 if (memcmp(nonce + sizeof(__u16), digest, NI_NONCE_SIZE - sizeof(__u16)))
516 __u8 digest[MD5_DIGEST_LENGTH];
600 MD5_Final(digest, &ctxt);
603 digest[0], digest[1], digest[2], digest[3],