Searched refs:hmac_alg (Results 1 – 4 of 4) 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)"; variable332 tfm = crypto_alloc_shash(hmac_alg, 0, 0); in calc_hmac()335 hmac_alg, PTR_ERR(tfm)); in calc_hmac()
57832 ffff800010f6e6d0 d hmac_alg57845 ffff800010f6e7c8 d hmac_alg
Completed in 1032 milliseconds