Searched defs:derived_hmac_key (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Ddk_decrypt.c89 krb5_keyblock *derived_hmac_key = NULL; local
102 &derived_hmac_key);
155 if ((ret = krb5_hmac(context, derived_hmac_key, &d2, &d1)) != 0)
158 if ((ret = krb5_hmac(context, hash, derived_hmac_key,
H A Ddk_encrypt.c70 krb5_keyblock *derived_hmac_key = NULL; local
83 &derived_hmac_key);
138 if ((ret = krb5_hmac(context, derived_hmac_key, &d1, &d2))) {
143 if ((ret = krb5_hmac(context, hash, derived_hmac_key,
234 krb5_keyblock *derived_hmac_key = NULL; local
245 &derived_hmac_key);
300 if ((ret = trunc_hmac(context, hash, derived_hmac_key, 1, &d1, &d2))) {

Completed in 57 milliseconds