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

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddigest_md5.c56 #define DIGEST_SIZE 16 macro
59 #define DIGEST_HEX_SIZE (DIGEST_SIZE * 2 + 1)
208 * places result in hash_pass (of size DIGEST_SIZE) and returns it.
251 MD5Update(&ctx, hash_pass, DIGEST_SIZE);
276 unsigned char resp[DIGEST_SIZE];
292 MD5Update(&ctx, hex_int, DIGEST_SIZE * 2);
297 for (j = 0; j < DIGEST_SIZE; ++j) {
304 MD5Update(&ctx, hex_a1, DIGEST_SIZE * 2);
320 for (j = 0; j < DIGEST_SIZE; ++j) {
324 MD5Update(&ctx, hex_a2, DIGEST_SIZE *
[all...]

Completed in 15 milliseconds