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

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kmd5.c51 if (output->length != MD5_CKSUM_LENGTH)
61 MD5_CKSUM_LENGTH,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/hash_provider/
H A Dhash_md5.c57 MD5_CKSUM_LENGTH,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/
H A Dhmac_md5.c54 char digest[MD5_CKSUM_LENGTH];
63 * Solaris Kerberos: The digest length is that of MD5_CKSUM_LENGTH not the key
66 * length, MD5_CKSUM_LENGTH.
68 ds.length = MD5_CKSUM_LENGTH;
69 ks.length = MD5_CKSUM_LENGTH;
115 hashlen = MD5_CKSUM_LENGTH;
H A Dk5_md5des.c60 CK_ULONG hashlen = MD5_CKSUM_LENGTH;
66 if (output->length != (CONFLENGTH+MD5_CKSUM_LENGTH))
162 unsigned char plaintext[CONFLENGTH+MD5_CKSUM_LENGTH];
163 unsigned char digest[MD5_CKSUM_LENGTH];
169 CK_ULONG hashlen = MD5_CKSUM_LENGTH;
175 if (hash->length != (CONFLENGTH + MD5_CKSUM_LENGTH)) {
177 if (hash->length != MD5_CKSUM_LENGTH)
275 CONFLENGTH + MD5_CKSUM_LENGTH,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/
H A Dk_hmac_md5.c57 char t[4], outbuf[MD5_CKSUM_LENGTH];
77 * Solaris Kerberos: The digest length is that of MD5_CKSUM_LENGTH not the key
80 * length, MD5_CKSUM_LENGTH.
82 ds.length = MD5_CKSUM_LENGTH;
87 ks.length = MD5_CKSUM_LENGTH;
147 MD5_CKSUM_LENGTH,
H A Dk5_kmd5des.c78 if (output->length != (CONFLENGTH + MD5_CKSUM_LENGTH))
163 unsigned char plaintext[CONFLENGTH + MD5_CKSUM_LENGTH];
167 krb5_octet outtmp[MD5_CKSUM_LENGTH];
177 if (hash->length != (CONFLENGTH + MD5_CKSUM_LENGTH)) {
179 if (hash->length != MD5_CKSUM_LENGTH)
249 (void *)outtmp, MD5_CKSUM_LENGTH);
252 (void *)outtmp, MD5_CKSUM_LENGTH);
265 CONFLENGTH+MD5_CKSUM_LENGTH,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h1617 #define MD5_CKSUM_LENGTH 16 macro

Completed in 144 milliseconds