Lines Matching refs:result
103 * result is assumed to be larger than rounds * MD5_HASH_SIZE.
108 uchar_t *result)
114 uchar_t *ms = result;
143 uchar_t *result, uint_t resultlen)
189 /* The first one writes directly to the result */
191 result, resultlen, B_FALSE);
193 /* The second one XOR's with the result. */
195 result, resultlen, B_TRUE);
216 uchar_t *result, uint_t resultlen, boolean_t xor_it)
245 cur = result;
247 res = result;
296 uchar_t *result, uint_t resultlen, boolean_t xor_it)
325 cur = result;
327 res = result;
1056 uchar_t *result, boolean_t isclient)
1067 MD5Final(result, &exp_md5_ctx);
1073 rand1, rand1len, rand2, rand2len, result, 16);
1078 rand2, rand2len, rand1, rand1len, result, 16);