Searched refs:hmac_alg (Results 1 – 2 of 2) sorted by relevance
35 static const char hmac_alg[] = "hmac(sha1)"; variable88 pr_info("trusted_key: can't alloc %s\n", hmac_alg); in TSS_rawhmac()1198 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()1201 hmac_alg); in trusted_shash_alloc()
44 static const char hmac_alg[] = "hmac(sha256)"; variable345 tfm = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in calc_hmac()348 hmac_alg, PTR_ERR(tfm)); in calc_hmac()