Home
last modified time | relevance | path

Searched refs:hmac_md5 (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c161 struct crypto_hash *hmac_md5; in make_checksum_hmac_md5() local
181 hmac_md5 = crypto_alloc_hash(kctx->gk5e->cksum_name, 0, in make_checksum_hmac_md5()
183 if (IS_ERR(hmac_md5)) { in make_checksum_hmac_md5()
211 desc.tfm = hmac_md5; in make_checksum_hmac_md5()
217 err = crypto_hash_setkey(hmac_md5, cksumkey, kctx->gk5e->keylength); in make_checksum_hmac_md5()
231 crypto_free_hash(hmac_md5); in make_checksum_hmac_md5()