Searched refs:hmacalg (Results 1 – 1 of 1) sorted by relevance
43 static struct crypto_shash *hmacalg; variable84 sdesc = init_sdesc(hmacalg); in TSS_rawhmac()90 ret = crypto_shash_setkey(hmacalg, key, keylen); in TSS_rawhmac()1211 if (hmacalg) in trusted_shash_release()1212 crypto_free_shash(hmacalg); in trusted_shash_release()1219 hmacalg = crypto_alloc_shash(hmac_alg, 0, 0); in trusted_shash_alloc()1220 if (IS_ERR(hmacalg)) { in trusted_shash_alloc()1223 return PTR_ERR(hmacalg); in trusted_shash_alloc()1237 crypto_free_shash(hmacalg); in trusted_shash_alloc()