krb5int_hmac_keyblock
return krb5int_hmac_keyblock(hash, &key->keyblock, data, num_data, output);
err = krb5int_hmac_keyblock(hash, pass, &iov, 1, out);
ret = krb5int_hmac_keyblock(ctp->hash, &kb, data, num_data, output);
return krb5int_hmac_keyblock(hash, &keyblock, data, num_data, output);
ret = krb5int_hmac_keyblock(ctp->hash, keyblock, &iov, 1, output);
krb5_error_code krb5int_hmac_keyblock(const struct krb5_hash_provider *hash,
ret = krb5int_hmac_keyblock(ktp->hash, &kb, iovs, num_data + 1, out);
ret = krb5int_hmac_keyblock(hash, usage_keyblock, data, num_data,
ret = krb5int_hmac_keyblock(hash, usage_keyblock, data, num_data,
return krb5int_hmac_keyblock(hash, session_keyblock, &iov, 1, &out_data);
ret = krb5int_hmac_keyblock(hash, trunc_keyblock, &iov, 1, &out_data);
return krb5int_hmac_keyblock(hash, &key->keyblock, data, num_data, output);