Lines Matching refs:DP
173 uchar_t DP[DIGEST_LEN]; in crypt_genhash_impl() local
240 DIGESTFinal(DP, &ctxDP); in crypt_genhash_impl()
245 Pp = (char *)(memcpy(Pp, DP, MIXCHARS)) + MIXCHARS; in crypt_genhash_impl()
247 (void) memcpy(Pp, DP, i); in crypt_genhash_impl()
272 DIGESTUpdate(&ctxC, DP, MIXCHARS); in crypt_genhash_impl()
287 DIGESTUpdate(&ctxC, DP, MIXCHARS); in crypt_genhash_impl()
291 DIGESTFinal(DP, &ctxC); in crypt_genhash_impl()
309 b64_from_24bit(DP[ 0], DP[10], DP[20], 4); in crypt_genhash_impl()
310 b64_from_24bit(DP[21], DP[ 1], DP[11], 4); in crypt_genhash_impl()
311 b64_from_24bit(DP[12], DP[22], DP[ 2], 4); in crypt_genhash_impl()
312 b64_from_24bit(DP[ 3], DP[13], DP[23], 4); in crypt_genhash_impl()
313 b64_from_24bit(DP[24], DP[ 4], DP[14], 4); in crypt_genhash_impl()
314 b64_from_24bit(DP[15], DP[25], DP[ 5], 4); in crypt_genhash_impl()
315 b64_from_24bit(DP[ 6], DP[16], DP[26], 4); in crypt_genhash_impl()
316 b64_from_24bit(DP[27], DP[ 7], DP[17], 4); in crypt_genhash_impl()
317 b64_from_24bit(DP[18], DP[28], DP[ 8], 4); in crypt_genhash_impl()
318 b64_from_24bit(DP[ 9], DP[19], DP[29], 4); in crypt_genhash_impl()
319 b64_from_24bit(0, DP[31], DP[30], 3); in crypt_genhash_impl()
321 b64_from_24bit(DP[ 0], DP[21], DP[42], 4); in crypt_genhash_impl()
322 b64_from_24bit(DP[22], DP[43], DP[ 1], 4); in crypt_genhash_impl()
323 b64_from_24bit(DP[44], DP[ 2], DP[23], 4); in crypt_genhash_impl()
324 b64_from_24bit(DP[ 3], DP[24], DP[45], 4); in crypt_genhash_impl()
325 b64_from_24bit(DP[25], DP[46], DP[ 4], 4); in crypt_genhash_impl()
326 b64_from_24bit(DP[47], DP[ 5], DP[26], 4); in crypt_genhash_impl()
327 b64_from_24bit(DP[ 6], DP[27], DP[48], 4); in crypt_genhash_impl()
328 b64_from_24bit(DP[28], DP[49], DP[ 7], 4); in crypt_genhash_impl()
329 b64_from_24bit(DP[50], DP[ 8], DP[29], 4); in crypt_genhash_impl()
330 b64_from_24bit(DP[ 9], DP[30], DP[51], 4); in crypt_genhash_impl()
331 b64_from_24bit(DP[31], DP[52], DP[10], 4); in crypt_genhash_impl()
332 b64_from_24bit(DP[53], DP[11], DP[32], 4); in crypt_genhash_impl()
333 b64_from_24bit(DP[12], DP[33], DP[54], 4); in crypt_genhash_impl()
334 b64_from_24bit(DP[34], DP[55], DP[13], 4); in crypt_genhash_impl()
335 b64_from_24bit(DP[56], DP[14], DP[35], 4); in crypt_genhash_impl()
336 b64_from_24bit(DP[15], DP[36], DP[57], 4); in crypt_genhash_impl()
337 b64_from_24bit(DP[37], DP[58], DP[16], 4); in crypt_genhash_impl()
338 b64_from_24bit(DP[59], DP[17], DP[38], 4); in crypt_genhash_impl()
339 b64_from_24bit(DP[18], DP[39], DP[60], 4); in crypt_genhash_impl()
340 b64_from_24bit(DP[40], DP[61], DP[19], 4); in crypt_genhash_impl()
341 b64_from_24bit(DP[62], DP[20], DP[41], 4); in crypt_genhash_impl()
342 b64_from_24bit(0, 0, DP[63], 2); in crypt_genhash_impl()
348 (void) memset(DP, 0, sizeof (DP)); in crypt_genhash_impl()