Searched refs:md5tmp (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/ |
H A D | k_hmac_md5.c | 54 krb5_data ds, ks_constant, md5tmp; in k5_hmac_md5_hash() local 124 md5tmp.data = (void *)outbuf; in k5_hmac_md5_hash() 125 md5tmp.length = sizeof(outbuf); in k5_hmac_md5_hash() 128 if (k5_ef_hash(context, 2, hash_input, &md5tmp)) { in k5_hmac_md5_hash() 133 ret = krb5_hmac (context, &ks, &md5tmp, output); in k5_hmac_md5_hash() 135 ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output); in k5_hmac_md5_hash() 139 bzero(md5tmp.data, md5tmp.length); in k5_hmac_md5_hash()
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/ |
H A D | hmac_md5.c | 52 krb5_data ds, ks_constant, md5tmp; in k5_hmac_md5_hash() local 124 md5tmp.data = digest; in k5_hmac_md5_hash() 125 md5tmp.length = hashlen; in k5_hmac_md5_hash() 127 ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output); in k5_hmac_md5_hash() 131 bzero(md5tmp.data, md5tmp.length); in k5_hmac_md5_hash()
|