Searched refs:hmac_alg (Results 1 – 2 of 2) sorted by relevance
25 static const char hmac_alg[] = "hmac(sha1)"; variable79 pr_info("can't alloc %s\n", hmac_alg); in TSS_rawhmac()993 hmacalg = crypto_alloc_shash(hmac_alg, 0, 0); in trusted_shash_alloc()996 hmac_alg); in trusted_shash_alloc()
41 static const char hmac_alg[] = "hmac(sha256)"; variable338 tfm = crypto_alloc_shash(hmac_alg, 0, 0); in calc_hmac()341 hmac_alg, PTR_ERR(tfm)); in calc_hmac()