Searched refs:hmac_alg (Results 1 – 2 of 2) sorted by relevance
43 static const char hmac_alg[] = "hmac(sha256)"; variable353 pr_info("encrypted_key: can't alloc %s\n", hmac_alg); in calc_hmac()1000 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in encrypted_shash_alloc()1003 hmac_alg); in encrypted_shash_alloc()
34 static const char hmac_alg[] = "hmac(sha1)"; variable87 pr_info("trusted_key: can't alloc %s\n", hmac_alg); in TSS_rawhmac()1117 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()1120 hmac_alg); in trusted_shash_alloc()