Home | History | Annotate | Download | only in iputils

Lines Matching full:ctxt

333 		MD5_CTX ctxt;
335 MD5_Init(&ctxt);
336 MD5_Update(&ctxt, &ni_nonce_secret, sizeof(ni_nonce_secret));
337 MD5_Update(&ctxt, nonce, sizeof(__u16));
338 MD5_Final(digest, &ctxt);
515 MD5_CTX ctxt;
598 MD5_Init(&ctxt);
599 MD5_Update(&ctxt, buf, buf[0]);
600 MD5_Final(digest, &ctxt);