krb5_hmac
ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output);
ret = krb5_hmac(context, &krb5int_hash_md5, key, 1,
S (krb5_hmac, krb5_hmac),
ret = krb5_hmac(context, key, &salt, &d1);
ret = krb5_hmac(context, hash, key, 1, &salt, &d1);
ret = krb5_hmac(context, kptr, &plaintext, &checksum);
ret = krb5_hmac(context, hash, kptr, 1, &plaintext, &checksum);
ret = krb5_hmac(context, &k1, &checksum, &d3);
ret = krb5_hmac(context, hash, &k1, 1, &checksum, &d3);
ret=krb5_hmac(context, key, &salt, &d1);
ret=krb5_hmac(context, hash, key, 1, &salt, &d1);
ret = krb5_hmac(context, &k1, &checksum, &d3);
ret = krb5_hmac(context, hash, &k1, 1, &checksum, &d3);
ret = krb5_hmac(context, kptr, &plaintext, &d1);
ret = krb5_hmac(context, hash, kptr, 1, &plaintext, &d1);
if ((ret = krb5_hmac(context, (krb5_keyblock *)cksum_key,
if ((ret = krb5_hmac(context, hash, cksum_key, 1, input, output)) != 0) {
if ((ret = krb5_hmac(context, derived_hmac_key, &d2, &d1)) != 0)
if ((ret = krb5_hmac(context, hash, derived_hmac_key,
if ((ret = krb5_hmac(context, derived_hmac_key, &d1, &d2))) {
if ((ret = krb5_hmac(context, hash, derived_hmac_key,
ret = krb5_hmac(context, ki, input, &tmphash);
ret = krb5_hmac(context, hash, ki, num, input, &tmphash);
ret = krb5_hmac(context, (krb5_keyblock *)key, &ks_constant, &ds);
ret = krb5_hmac(context, &krb5int_hash_md5, key, 1, &ks_constant, &ds);
ret = krb5_hmac (context, &ks, &md5tmp, output);
ret = krb5_hmac (context, &krb5int_hash_md5, &ks, 1, &md5tmp, output);
krb5_error_code (* krb5_hmac) (krb5_context, const struct krb5_hash_provider *hash,
krb5_hmac(krb5_context, const krb5_keyblock *,
krb5_error_code krb5_hmac
code = krb5_hmac(context, longterm_key, &input, &output);
code = krb5_hmac(context, &krb5int_hash_md5,
code = krb5_hmac(context, &usage_key, &input, &output);
code = krb5_hmac(context, &krb5int_hash_md5,