Searched refs:local_key (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | pac.c | 90 struct _krb5_key_data local_key; in HMAC_MD5_any_checksum() local 93 memset(&local_key, 0, sizeof(local_key)); in HMAC_MD5_any_checksum() 95 ret = krb5_copy_keyblock(context, key, &local_key.key); in HMAC_MD5_any_checksum() 101 krb5_free_keyblock(context, local_key.key); in HMAC_MD5_any_checksum() 106 ret = _krb5_HMAC_MD5_checksum(context, &local_key, data, len, usage, result); in HMAC_MD5_any_checksum() 110 krb5_free_keyblock(context, local_key.key); in HMAC_MD5_any_checksum()
|